Where is the global variable


#1

1) Give a description of the problem
When I look at the global variables there is one that is not properly set to the correct device. Is there any way to find where I am setting it without going through each piston


#2

Got a pic of this? Can’t visualize the issue.


#3

If you are simply trying to change the global, you can do that by editing any piston, and then clicking on the global variable in the right column.

temp


If another piston is writing to that global, I would change it at the root source.

The easiest way that I know is to use a full PC web browser, and click a piston that might contain the code. Then press Ctrl-F and type in @yourGlobal in the Find window. Then use the highlight option to make that one word stand out. If you don’t see the offending code there, just back up and try another piston.

temp