Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Network Variable Engine on QNX Neutrino

Hello,

Exists something like NVE for QNX Neutrino? Or is it necessary to do all the communication
"manually" via TCP/IP?

--
Regards
Nicolas




0 Kudos
Message 1 of 7
(5,067 Views)
Hi,
 
 
I haven't any information about network communication unfortunately...
Pelle S
Account Manager
National Instruments Sweden
0 Kudos
Message 2 of 7
(5,051 Views)
Hi

Thanks for the info. I solved the problem by simple tcp/ip connectinon. So far it works quite well.
But I have another question:
is it possible to pass data between two while loops on qnx? The global and local variables do not work
(random data). Is there any other way?

--
souske
0 Kudos
Message 3 of 7
(4,985 Views)

I guess you could use functional global variables, i.e. a subvi with a uninitalized shift register.

Hope it helps.

Pelle S
Account Manager
National Instruments Sweden
0 Kudos
Message 4 of 7
(4,983 Views)
Thx for the answer. I used queues . They work pretty well too.

--
souske



Message Edited by souske on 02-12-2008 11:05 AM
0 Kudos
Message 5 of 7
(4,982 Views)
Do you know if the Timed Loop actually works on QNX? For example hiher and lower priorites if I use 2 loops?
0 Kudos
Message 6 of 7
(4,977 Views)

Hi,

Timed loops should work on QNX. However, the clock will probably only be in the order of ms.

Pelle S
Account Manager
National Instruments Sweden
0 Kudos
Message 7 of 7
(4,927 Views)