LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event structure didn't work in sbrio-9651

when i use event structure in sbrio-9651,the boolean doesn't work

but this vi is runing perfectly in PC

who knows

0 Kudos
Message 1 of 4
(2,708 Views)

You should attach your VI, otherwise, your text doesn't make any sense to anyone not being you.....

 

However, i assume:

You are using a front panel boolean switch. sbRIO does not support front panels so why should that work at all?

 

Please learn about the differences of FPGA, RT (both sbRIO) and non-RT (Windows, Linux, ...) coding.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 4
(2,684 Views)
Hi,

Here are some resources to learn the differences between LabVIEW on a Linux RT system vs Windows as Norbert suggested:

http://zone.ni.com/reference/en-XX/help/370622N-01/lvrtconcepts/rt_osnotes/

http://zone.ni.com/reference/en-XX/help/370622N-01/lvrtconcepts/rt_rtlinux/

http://digital.ni.com/public.nsf/allkb/17C941C2B76433A2862573600070DF51

Regards,
Spex
National Instruments

To the pessimist, the glass is half empty; to the optimist, the glass is half full; to the engineer, the glass is twice as big as it needs to be has a 2x safety factor...
0 Kudos
Message 3 of 4
(2,657 Views)

As others have said - any VIs you run on the sbRIO are actually running on an embedded target and don't have a user interface on your computer. What LabVIEW does to help you debug is pass data between the code running in development mode to make it easier to see what's happening (without needing to build a separate user interface application). When you come to run your code as an executable, you wouldn't normally have access to the front panel.

 

You can use events on RT targets, but only really for user events that you generate programmatically, and not for interactions with the front panel.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 4 of 4
(2,649 Views)