TYPE OutputVarSensorType
CHARACTER(len=MaxNameLength) :: Name = '' ! name of associated Erl Variable
CHARACTER(len=MaxNameLength) :: UniqueKeyName = '' ! unique key name associated with output variable
CHARACTER(len=MaxNameLength) :: OutputVarName = '' ! name of output variable
LOGICAL :: CheckedOkay = .FALSE. ! set to true once checked out okay
INTEGER :: Type = 0 ! type of output var, 1=integer, 2=real, 3=meter
INTEGER :: Index = 0 ! ref index in output processor, points to variable
INTEGER :: VariableNum = 0 ! ref to global variable in runtime language
INTEGER :: SchedNum = 0 ! ref index ptr to schedule service (filled if Schedule Value)
! INTEGER :: VarType = 0
END TYPE OutputVarSensorType