I have a SCXI 1140 (8 channel sample/hold amplifier) and a SCXI 1305 card (BNC).
I want to sample an analog signal with external frequency (SMB connector).
I plug an analog signal on the channel 0 and a TTL signal on SMB connector "hold/clock" (the jumper corresponding to the SMB connector is on Hold postion).
I use the "ACQUIRE N SCANS - EXT SCANSCLK.VI" LabView example with :
DEVICE=1
CHANNELS [0]=SC1!MD1!0
CLOCK SOURCE=I/O CONNECTOR
CLOCK SOURCE STRING=SC1!MD1!
When I execute the example, I have the error -10 001 (problem with clock source string).
If I used CLOCK SOURCE=INTERNAL there is no error, but I do not sample with hold signal !
What is the probl
em with the string ?
Is there another solution for sampling whith an external signal ?