09-22-2008 12:08 AM
09-22-2008 12:21 AM
Use the property node "value.signaling".
09-22-2008 12:27 AM
09-22-2008 01:40 AM
Please let us know if this is still not clear.
09-22-2008 01:59 AM - edited 09-22-2008 02:05 AM
OK, if you want to execute the main event once at program start, you can use one of the two techniques shown in this old post.
09-22-2008 02:20 AM
09-23-2008 02:35 AM
09-23-2008 03:18 AM
Check the Mechanical Action of that button. If it has Latching Action, then Val(Sig) wont work.
You can visually easily check the Mech Action of a button from its Val(Sig) property node.
If the color is green, then it has Switching action; if the color is purple, then it has Latching action.
09-23-2008 03:28 AM
09-23-2008 03:36 AM
In the event case "value change", for the button, write it to false.
That will simulate the latching action.