10-24-2019 09:15 AM
Hi,
In the following vi, i would like to send pulses from 6229 counter to stepper drive, in the mean time the same have to send over serial port to another Host PC2. since i dont know how to get pulse count once it is written to stepper drive. N-pulses option is selected and 3000 pulses are sent at once.
Objective; is to display same deg in remote PC2 via serial link as of counts in PC1 has sent to stepper drive
10-24-2019 09:37 PM
You may be able to use DAQmx Connect Terminals to output your data twice, then loop one output back into the input of another channel and transmit the readings from that channel.
I'm not sure if you can directly "Connect Terminals" from an an output to an input - probably not, I would guess, hence the output pairing and a second physical wire suggestion.
Branching the (physical) wire (cable) from the single existing output terminal is also a possibility, but may effect your electrical system/design.