11-02-2007 10:08 AM
11-02-2007 12:21 PM
What exactly do you need help with? There are shipping examples for DAQmx that you can use to write a waveform. There is also the DAQ Assistant.
The VI you posted has some problems. You placed the VISA Write in the default case so you will be do the write when no buttons are pressed. You would be better off using the event structure instead of polling the buttons. You also do no want to do the VISA Configure Serial Port and VISA Close with every iteration. Do each only once.
11-04-2007 05:58 AM
Hi Dennis,
Thanks for your help
I want to know whether is it possible to read two strings using the VISA READ vi.If any examples are there it will be a great help.
Thanks & Regards,
Techiess
11-04-2007 08:52 AM