Navigation: Standard Controls > Analog Plot >

Plot Styles

 

 

 

 

The Analog Plot supports a number of plot styles natively, and using drawing instructions other styles can be created. The plot styles can be accessed through the plot's pop-up menu or using instructions. Legend colors and labels may be changed using the Plot Settings Window or in code.

 

Standard Analog Plot

The default standard style plots up to 10 analog values against time.

 

The X-Axis, time, may be changed to select real time values of date and time.

 

!plot.xRealTime=1 or 0

 

The time by default shows Hours:Minutes:Seconds. This may be disabled to show just seconds, especially useful for bar X-Y Plotting..

 

!plot.xHMSTime=0

 

 

 

Bars Analog Plot

Choosing the Bars styles, the analog data will be plotted as up to 10 bars, showing with fine lines the maximum, minimum and average per channel.

 

!plot.plotBars=1 or 0

 

X-Y Plot Style

In X-Y Plot Style 2 sets of channels are used to define a point. [plot.ch0] and [plot.ch1] are the first point, [plot.ch2] and [plots.ch3] the second point, and so on.


!plot.plotXY=1 or 0

 

Actual data points may be plotted as points and their size may be defined and lines between points may be disabled.

 

!plot.plotXYPoints = 1 or 0

!plot.xyPointSize = 8

!plot.plotXYLines= 1 or 0

!plot.xHMSTime=1 or 0

 

 

Logarithm Y-Axis

Allows showing the Y-Axis in a log scale. Affects all styles of plot.

 

!plot.plotLogY=1 or 0

 

 

 

 

 

 

 

 

Copyright © 2024 SelmaWare Solutions, LLC