LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XControls

Here are a couple of XControl templates that I find handy, and some documentation.

"If you weren't supposed to push it, it wouldn't be a button."
Message 1 of 4
(2,940 Views)

Haven't (yet) played with XControls, but Good Documentation (and useful templates) is always a Good Idea ...

 

Bob Schor

0 Kudos
Message 2 of 4
(2,880 Views)

Some things I would add:

Timing of execution when writing to an XControl terminal is sometimes a little weird.  Outlined (with partial workardound via INI token) HERE.

 

XControls can be programmed to respond to external user events but need some workarounds to actually do it.  Any non-FP events registered for in the Facade VI will be queued up correctly but only handled whenever the Facede becomes active (User interaction).

0 Kudos
Message 3 of 4
(2,831 Views)

For issues where updating the Facade might happen more slowly than the rate of incoming data,

use something like this.

"If you weren't supposed to push it, it wouldn't be a button."
Message 4 of 4
(2,806 Views)