CREATE_VAR

# creating variables for use in this test
# This keyword must be specified before the start mode
      

@CREATE_VAR  (up to 128 variables per procedure )
   #label      type        units    initial_value  display_format
   mynewx      REAL        psi      100[in_hg]     4
   count       INT         none     0
   increment   INT         none     1
   mystate     LOGI        none     "if A then B else C"
   mystring    STRING      -        'up to 80 char'