FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use FP-DO-401 to remotely control RS-232 peripheral

I have a function generator I would like to remotely controll in Labview through fieldpoint.  Is this possible to do with a FP-DO-401 unit?  The function generator uses the SCPI programming language for remote control and connects through a RS-232 serial port.  I've looked for information on how to accomplish this task, but I haven't found any definite instructions.

Message Edited by aristotle2497 on 06-08-2009 12:14 PM
0 Kudos
Message 1 of 2
(5,938 Views)

Aristotle2497,

 

The FP-DO-401 will send out a value as soon as it is written to it, where serial communication requires a baud rate. Because of this, the only way to write data to your function generator with the DO-401 module would be to meticulously write each value within a loop at the correct rate. This may or may not work with a program running with Windows, since it is not deterministic. Also, with the DO-401, you would only be able to send commands, and not receive any.  I would suggest using a FieldPoint controller, which has a serial port on it. This would allow you to directly communicate and use the serial VIs which would be much more efficient.

Will
CLA, CLED, CTD, CPI
LabVIEW Champion
Choose Movement Consulting
choose-mc.com
0 Kudos
Message 2 of 2
(5,917 Views)