The data tab may be used by macros or
controllers for interactive use, data display, or for temporary storage of
data.
The values in the green areas may be set using:
!SETD data_number, value
!SETD 3,100
The values may be read and returned to the controller serially using:
!GETD data_number,value
!GETD 4
The values may also be read by their associated macro value,
DATAVAL0-9.
!STAT (DATAVAL0)
!READ (DATAVAL0)
The captions for each of the labels may be set using:
!LBLD data_number,string
!LBLD 5,Temperature
Data value 0 is also the green text box on the main plot. It may
be read and updated omitting the data number:
!GETD value
!SETD value