07-27-2005 02:12 AM
Hello! Thanks all, who help me build up this attached VI !!!
Small problem.
In a few words: I received date from serial port, my VI work with it, and I want pass string “sting I need write to port” to serial port. (see attached VI).
Data all time read from port and write to port.
I know, how work serial VISA, but I don’t know, how connect wire.
And second question: how insert subVI in VI from .llb?
Thanks!
Mikhail.
07-27-2005 02:46 AM
Hi,
to insert a subvi from a llb. Just do the same as for a "normal" subvi: Right click on diagram => Functions => Select a vi.
When you click on the llb it will be opened. Click on the vi you want to add: It is done.
In you diagram you used the VISA write.vi in the write case. Use it again to write your string => copy/paste after Visa Read =>
disconnect top and bottom right wires from Visa Read => connect VISA Write to it.
Dai
07-27-2005 05:30 AM
07-27-2005 05:55 AM
07-27-2005 06:25 AM