LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

communication through serial port

I want to increase the motor speed of a blower continuously, by pressing a pushbutton switch.I want to automate this by using relays controlled through my labview software.I'm sending the duration how much time it should be closed through the serial port.where should i start.i'm new to labview
0 Kudos
Message 1 of 4
(2,863 Views)
Are the relays controlled by a serial controller, or are you using the modem signals directly?
0 Kudos
Message 2 of 4
(2,863 Views)
they are controlle by one ADAM module which is more likely a serial controller.
0 Kudos
Message 3 of 4
(2,863 Views)
OK - the fastest way to get started is to check out the serial examples included in LabVIEW or online (the on-line ones are better). Basically all you need to do is call a VISA Configure Serial Port vi (with the VISA handle, port settings, etc.) and then a VISA Write to send the command.

Let me know if you run into problems with the examples.
0 Kudos
Message 4 of 4
(2,863 Views)