12-13-2013 01:25 AM
hello
everyone,
i want to know , is it possible to establish multiple communication in one vi? multiple communication means, i want to establish rs-232,TCP/IP,UDP and same in more than one time in same VI. is it possible? possible means give me some idea. which structure is good for this???? please help me i am waiting for your valuable reply.
thank you
regards
basavaraj.
12-13-2013 01:41 AM
12-13-2013 03:31 AM
hello sir
i am getting your point . can you please eloberate your answere?
thank you.
12-13-2013 11:38 AM
You really need to provide more infomration about what you want to do. LabVIEW is a complete programming language and one can write an application to do just about anything. However without knowing what you want to accomplish it is difficult to give you advice on which approach you should take.
12-13-2013 11:17 PM
Actually what i want to do is,we have some test equipments, its like some block of hardware. in that i want to communicate to each block with different protocols means for one block i am interfacing rs232 throgh this i will receiving some data and save it in tdms file. after this i need to establish communication with tcp/ip,udp and ftp and receiving data save it tdms file respectively.this all thing i need do in same vi.
12-13-2013 11:41 PM
12-13-2013 11:57 PM
in my code i am facing the problem of after completing the interface with rs232 . communication is not establish with next one, this all thing am doing sequentially blockwise with different protocols.in my code i used case structure.
12-14-2013 12:00 AM