johnmsch Posted November 16, 2020 Posted November 16, 2020 Just upgraded my ISY994i from 5.0.15 to 5.3. In many of the programs, I'm now seeing code like this: Check Away Folder Copy - [ID 003C][Parent 0001] If Folder 'Away' is True Then $[Var 2.1] = $[Var 1.1] Else $[Var 2.1] = $[Var 1.2] Is there any quick way to figure out which variables I was using in these programs?
tmorse305 Posted November 16, 2020 Posted November 16, 2020 (edited) 2.x are state variables. The 2nd number(x) is the variable number, that can be seen on the variable tab, the ID column. I'm assuming 1.x are Integer variables, but I don't use any so I couldn't double check. Edited November 16, 2020 by tmorse305
johnmsch Posted December 17, 2020 Author Posted December 17, 2020 Thanks @tmorse305. Forgot to come back and post that you were right and I got it fixed pretty quickly. Still wish I knew why this happened.
Recommended Posts