Values Form
Home ] Up ] Plot Window ] Configuration Options ] [ Values Form ] Messages Form ] Log-Debug Form ] Player Form ] Plot Object Editor ] Macro Builder/Editor ]

 

Ch0 Tab

This tab displays:
bulletThe last analog channel 0 data, time and value.  The times will either be time into the plot, or real time based on the plot configuration for X-axis time.
bulletThe current position of the plot pointer.
bulletChannel 0 maximum, minimum and average values.
bulletThe Clear button will reset all values. (!CLMM)
bulletChecking "Clear min/max.." will cause the values to be cleared on a plot reset. (!CMMR ON/OFF)

 

Data Tab

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

PNTR Tab

The pointer tab is useful when trying to place graphics.  It shows the location of the mouse in all coordinate modes.

It also shows the pointer location for the plot object background when the plot size has been reduced.  The Grid checkbox places a 10x10 grid on the background.