11-01-2007 04:39 AM
11-02-2007 06:56 AM
Hi Miles,
Which version of the 9205 do you have, the D-Sub connector or the Spring Terminal, as this determines the pinout. The manual for both versions is at the link below, each version is listed, so you should be able to determine your correct pinout. If you have any other problems, don't hesistate to reply.
Regards,
Dan
11-02-2007 09:39 AM
Dan:
Your links you mentioned did not post.
11-02-2007 09:45 AM
11-05-2007 05:11 AM
11-06-2007 04:56 AM
Hi,
The test panel window is used for testing only. It does not offer a way to configure the DIO lines of a device permanently so they are set up for a particular application. Some devices do offer a programmable powerup state option, but unfortunately the 9401 does not. You will therefore need to set this up within your program.
The clock source error you are getting is because the digital IO doesn't have a built in clock source and you will need to use an external counter or similar device to generate a clock signal for your 9401.
The buffer error is happening because you are not reading data from the buffer fast enough, so as stated in the error dialog, you will need to either read from the buffer more frequently, or change you aquisition mode, so that you are acquiring a fixed amount of samples instead of reading the entire buffer. This will mean that the buffer has not been overwritten before you read data from it.
Regards,
Dan