Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Update speed of remote connections

Is there a way to adjust how fast remote connections poll there source in lookout 5.0? here's the deal - i have a pot with a remote connection say to datatable.D.1. I have also created a connection from datatable.D.1 to an expression like:
if (switch = FALSE,0,datatable.D.1) - so when i turn a switch off, the item in the table should be set to zero (and it is) - however when I turn the switch back on, and move the pot to a number greater than zero, it seems as though the remote connection from the pot to the datatable is not updated as quickly as the connection from datatable.D.1 to the expression and the value in the table just stays at zero (i.e. i move the pot up, a second or so later it reverts back to zero) - please help.

brian oli
ver
0 Kudos
Message 1 of 2
(2,934 Views)
Everything you have tried should work. I have created an example process from your description and it works as desired. Your process sounds like something else is modifying your datatable values. Make sure you want to use datatable cursors (datatable.D.1 = cell D adjusted location by value of cursor #1) and not just a specific cell (datatable.D1 = cell D1). Check the Object >> Connection Browser to see what truely is connected to your datatable.
0 Kudos
Message 2 of 2
(2,934 Views)