Search found 10 matches
- Fri Mar 14, 2008 7:03 pm
- Forum: C and C++
- Topic: Multiple 3205's
- Replies: 7
- Views: 7056
- Fri Mar 14, 2008 7:00 pm
- Forum: C and C++
- Topic: Multiple 3205's
- Replies: 7
- Views: 7056
- Thu Mar 13, 2008 6:43 pm
- Forum: C and C++
- Topic: Multiple 3205's
- Replies: 7
- Views: 7056
- Thu Mar 13, 2008 5:54 pm
- Forum: C and C++
- Topic: Multiple 3205's
- Replies: 7
- Views: 7056
- Thu Mar 13, 2008 3:39 pm
- Forum: C and C++
- Topic: Multiple 3205's
- Replies: 7
- Views: 7056
Multiple 3205's
To hook up multiple 3000 series oscopes, the manual says to use multiple handles, as was noted in topic below this one. The problem is the new canned driver design uses a new syntax, unitOpened.handle, instead of handle by itself. There is then a number it is assigned. The problem is running unitOpe...
- Mon Aug 06, 2007 7:45 pm
- Forum: C and C++
- Topic: Problems compiling the C-example for USB ADC-11
- Replies: 1
- Views: 4109
- Mon Aug 06, 2007 7:42 pm
- Forum: C and C++
- Topic: Bug in PS3000con.c driver
- Replies: 1
- Views: 3434
Bug in PS3000con.c driver
There is an error in the PS3000con.c driver (as of 8/6/2007) in the function set_defaults. The last argument of ps3000_set_channel is set to unitOpened.lastRange. This is wrong and will cause the data to be collected with the range set to the maximum upper voltage range (probably 20 V) instead of wh...
- Fri Jul 20, 2007 8:01 pm
- Forum: C and C++
- Topic: Using PS3000 drivers on Visual C++ Studio
- Replies: 1
- Views: 3475
- Fri Jul 20, 2007 7:39 pm
- Forum: C and C++
- Topic: Using PS3000 drivers on Visual C++ Studio
- Replies: 1
- Views: 3475
Using PS3000 drivers on Visual C++ Studio
Has anyone successfully compiled PS3000con.c or PS3000.c with MS Visual C++ Studio 2005? I am getting all kinds of errors. Most stem from this section of code: typedef struct { short handle; MODEL_TYPE model; PS3000_RANGE firstRange; PS3000_RANGE lastRange; //BYTE signalGenerator; //BYTE external; s...
- Thu Jul 19, 2007 4:28 pm
- Forum: C and C++
- Topic: New Driver for 3205 and PS3000con.c on Linux
- Replies: 1
- Views: 3530
New Driver for 3205 and PS3000con.c on Linux
I have been using an older version of the provided Drivers on a 3205. I have been using PS3000con.c, slightly modified to trigger on the external trigger and read channels A and B. I compile on the standard Linux C compiler. Recently, I bought 8 more 3205's to ramp up my research and discovered that...