You would probably get a better explanation from Nation Instruments, but remember that Lookout is a loosely typed environment � except for the data table object. It is still necessary to type cast the data members, i.e. txt, logical, numeric. This can alter the interaction with other objects as you have noticed. I realize this is probably a small piece of a bigger puzzle, but I would recommend NOT using a URL to connect the PushButton and the DataTable. Instead try using an �edit connection� on the DataTable to get (pull) the value of the pushbutton (Table1.test1 = Pb1;). Or even better, bypass the DataTable completely and use the PushButton directly in the LatchGate properties (Turn On = Pb1). Either of these methods will give the expected result. The Data
Table makes for a good one way data flow (in or out via connecting data members) but has some limitations doing the two-way flow of data via the URL. The use of a PushButton to set, Switch to reset has me somewhat puzzeled, so I�ll offer this last little bit. Keep in mind that Lookout is event driven, so even when the Switch is �on� and resets the LatchGate, the Pushbutton will still activate the LatchGate.