07-15-2009 11:02 AM
07-15-2009 11:27 AM
07-16-2009 11:40 AM
Thanks for posting that thread; I tried using the property node method but ran into one of two things: (1) as mentioned in the thread, the signal value node would trigger a value change every time a value was read, i.e. not useful so I (2) tried implementing a case structure & shift registers to tell if the value changed from one read to the next and then wired to the sig. val. property node if the value had actually changed. The second method didn't result in sucess.
Is it maybe a problem with data binding with the shared variable? should I somehow bind the property node to the network shared variable? (is this possible)?