LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Could the event structure be used to capture an input from a pipe

I am thinking of porting an RMB program (HP-BASIC/HP-UX) to LabVIEW Linux.
This program communicates with a C-program by pipes.
In the RMB program an event is setup, that whenever the C-program posts a message an event is triggered and the message is read.
Could the event structure in LabVIEW be used to capture an input from a pipe in this way.
0 Kudos
Message 1 of 2
(2,536 Views)
I do not know if this helps but LabVIEW 7 has a function so that you can set a user event from a c program. Look in using exernal code in LabVIEW manual for postlvuserevent.
0 Kudos
Message 2 of 2
(2,536 Views)