LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

increase number of input

Hi there,

 

 I am starting new project which is kind of data acquistion program and I need little guidance. Let me explain what I am doing.

 

I want to create program to accept data from TCP-IP, RS485, RS232 and analog input(4-20mAmp). User should able to choose any of these.

 

for example, user can choose to read data from TCP-Ip and RS485 at same time OR maybe he can choose to read data from 4 TCP-IP devices and 3 RS485 devices at same time.

 

and I need "ADD" button to add another device. after adding new device, program should able to read 5 TCP-IP device (as per above example and if user selects to add device which uses TCP-IP protocol).

 

Is this even possible in labview? if yes then how??

 

Thank you so much for help

0 Kudos
Message 1 of 3
(717 Views)

I use the Start Asynchronous Call to launch VIs that do their specific job, such as monitoring a RS-232 port.

 

You could also use Actor Framework if you want to go the OOP heavy route.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(688 Views)

hey,

 

Thank you for reply. 

 

Okay, I will try your suggestion.

0 Kudos
Message 3 of 3
(655 Views)