01-26-2017 04:03 PM
01-26-2017 10:47 PM
You have an event case where Beckhoff Camera Read Input value change. How is that event being fired?
Beckhoff Camera Read Input is an indicator, so there is no way user interaction can trigger it. Only by using a Value (Signalling) property node will that event occur, and I don't see that in your code.
(Please don't post screenshots in word documents. Attach an image as a .png file. Or better yet, attach the actual VI)
02-03-2017 07:42 AM
The ADSOCX is reading the memory location of the boolean from Beckhoff's Twincat PLC which is programatically changing the value. It is not a user event. I've attached the VI as requested.
02-03-2017 08:16 AM
From what I am seeing, I think you would benefit a lot more from a State Machine architecture. You can have a state to look for the input boolean and progress to the read state when true. If false, just call the same state.