Jump to content

Upgraded To 5.3, Seeing References to Vars


johnmsch

Recommended Posts

Posted

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?

Posted (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 by tmorse305
  • 1 month later...
Guest
This topic is now closed to further replies.

×
×
  • Create New...