09-12-2009 01:03 PM
Thanks for the positive answer with detailed explanation.
I appreciated that.
Also, I have never used LV with external hardware, so didn't know that Event Structures don't respond to external switches, by default.
09-12-2009 01:13 PM
You're welcome.
Event structures as is only deal with front panel items. If you add an event case, you'll see there are only events for the application, the VI, the pane, and controls on the front panel. You can extend the capabilities by registering for user events. If you go under the DAQmx palettes and the Advance palette, you'll see there are some palettes for DAQmx Events. It looks like Change Detection Event is one of them you can register for.
I don't have any details on it because I've never done it before.
09-12-2009 01:39 PM
Ravens Fan wrote:Event structures as is only deal with front panel items. If you add an event case, you'll see there are only events for the application, the VI, the pane, and controls on the front panel.
Oh yea, that's true. 🙂
Will explore that when I have more freedom for that.
Thanks again for the tips.