Test controller, scales for charts page

Scales

This page shows the scales used for charts and histograms. It is possible to set manual scales and define how auto scaling works or each scale.

Contents
    What is on the screen
    Scales
    Input format
    Change many scales simultaneous
    Remove scales
    Scripting
Main page



What is on the screen

Areas

In the above picture I have labelled the different areas of this page, in the following I will go more into details about each area.



Scales

ScalesScales

Scales on the chart and histogram will be listed here. Each new scale used will be added to the list. Unused scales will not be removed automatic.
AutoManual

Values in unused columns are shown with a "-" sign and can not be edited.

Edit

Click on a field to type a new value, the editor can also be enabled by pressing F2.

Active

The scales used at the current time are marked with green behind the column name.



Input format

The minimum/maximum fields can be change to center/span format:

minmax CenterSpan

Click on the heading to change between the two formats.



Change many scales simultaneous

Change

These fields are duplicates of the columns, changing a checkmark or typing a value and pressing ENTER will change that value for all selected rows.



Remove scales

Remove

Because scales are only added and never removed automatic, it may sometimes be a good idea to remove some scales, any needed scale will be automatic recreated with default values.

Remove2

It is possible to select many scales at a time for removal.



Scripting

The scales can be controlled with the following script commands:

#SCALE name decimals si log auto {includeZero minRange bottomStep}/{min max}/{includeZero minRange bottomStep min max}
#SCALEDELETE name {name {...}}

This is include in the right click menu in the log window: "Generate scripts, Layout"
This is include in the right click menu in the log window: "Generate scripts, Chart/Hist/Range script"