06-22-2006 09:34 AM
06-22-2006 10:18 AM
06-29-2006 10:59 AM
I did end up using the examples from LabVIEW RS-232 and it worked nicely but now I’m using 485 and it not working so nicely
06-30-2006 07:40 AM
06-30-2006 09:29 AM
You can also look at some of the LabVIEW drivers for Omega on the NI Instrument Driver Network:
06-30-2006 03:02 PM
Vince--
You can use the same example you are using for RS-232. You'll just need to specify which mode you are in. (Probably RS-485, 4 wire...but you will need to know this for the device) So, after the "serial configure port" vi break the lines and insert a property node (found on the functions palette: VISA>>Advanced) If you click on it and go to serial settings, choose wire mode. Next, change it to write mode (right click >> change all to write) then right click the input terminal for the wire mode and create a constant, then choose your mode. Wire back up the resource lines and your error lines and it should be good to go.
Regards,
John H.
Applications Engineer
National Instruments
06-30-2006 04:30 PM
Anonymous:
VT1985 got it to work with proper termination characters I guess, see this post:
http://forums.ni.com/ni/board/message?board.id=140&message.id=17993