12-06-2018 03:36 PM
Hello!
I need to control an event structure with a signal boolean external (Modbus), the event control will have to be independent of the user action.
I tried to use the Property Node "Val (Sgnl)", but was not effective.
Tks!
12-06-2018 04:08 PM
Can you share some code? What happened when you say it wasn't effective? Did the property node return an error? The event structure is registered for value change events on that control?
12-14-2018 04:01 AM
Latch Booleans can't have their value set. Not by local, not by a property. Locals break the VI, property nodes will return an error.