Table Of Contents

Strip ChartInspector Editors ► Strip Chart

The Strip Chart inspector editor shows the principal attributes of the strip chart and is explained below.

Main Editor

Amplitude Settings and Values

These settings control the display of amplitudes (see Glossary for a definition of amplitude). Each amplitude is given an index from 1-16 and is called the channel index.

Last Values : Shows that amplitude's last value collected.

Y Axis Colors : Shows and changes the color of the associated curve. Select the color to change its value.

Y Axis Pop Up Button : Defines which y-axis is associated with the amplitude index and is used to select a number from 1 to 16, or Off if the amplitude is not to be displayed. Consult Multi Y-Axes for additional information.

Date Of Last Value : Shows the time (Gregorian date) at which the last values where sampled.

Sample Count : Shows the number of samples collected. This is often the same as the last value time index but may be different if for example data is collected by appending data to existing data.

Presets : Use this to set all amplitudes to a preexisting setting.

X Axis Settings

Slider : The scroll bar defines the number of ticks scrolled back in time. This does not have a valid effect when the x-axis is autoscaled. Note that the slider unit is in terms of the Time Unit of the x-axis.

Time Unit : Sets the x-axis unit from seconds to years or automatic. Automatic shows all the data. When the unit is changed then the data is scrolled to the leading edge (the last time point).

Visible Plot Width : Sets the number of time intervals on the x-axis. For example, 10 seconds, 5 days, etc.

Tick Interval Width : Sets the width between ticks in time units, for example 1 hour per tick, 5 seconds per tick, etc. The total x-axis time span is the Tick Interval Width times Visible Plot Width.

Date Labels : The labels above the scroller show the data start date and the graph x minimum value in terms of Gregorian date. When panning or collecting data the data start date remains fixed however the graph start date will increment or decrement depending upon settings.

Data Time Base

Sample Interval : The time base defines the time-discretization of the signal and also the acquisition animation time step. The Sample Interval defines how many times per second values are sampled, or more appropriately, the seconds between sampling. If a device is in segment-mode (such as for hardware clocking) then the Sample Interval represents the speed at which the user interface is updated and not the sampling time of the actual data.

Time Transformation : When set to Actual then each data point is shown at its absolute time value. When Continuous then gaps in the data acquisition are shifted down in time to the last sampled value. A gap will occur only if the data acquisition is stopped and then started again.

Data Repository

Is Acquiring : When selected then the acquisition of data is on. Before acquiring data set the device type using the Device inspector editor.

Is Recording : When selected then acquired data is recorded into the data repository. The data repository is a buffer where all data is accumulated and is either a circular or linear buffer. If off then the data is not recorded, however the last values are shown in the Amplitudes fields described above. Typically, recording is left on however it may be left off for use by shell script input (see the Export inspector editor).

Delete : When selected then data within the data repository is deleted. Another term for this is Clear. The backup file, if on, is also deleted from the file system.

Character

Strip Chart : Select this pop up button to change back to the Universal character which is a general Multiple Coordinate Graph. If you choose Delete Specialization then the collected data and any strip chart related attributes are permanently deleted and can not be recovered.

Inactive/Active : Select to activate the event qualifier. When active, hovering over data curves shows the curve's data value.

Data Editor

The data editor shows the collected data. It can also be used to edit data and import and export data. If the data is edited then first make sure data acquisition is off because if data is acquiring then editing data may discard data collected in an internal buffer before the edit is committed (i.e.: some new data may be skipped). The first column are date time stamps and subsequent columns are the channel (amplitude) data values.

The data editor is implemented as a general table and as such has all the functionality of a table as defined in the Graph IDE User Manual.

The following gives one idea of its use.

Lets say you have data in a file with extension csv that is formatted like this:

01/01/2015 02:00:00,24.1542,1.1118,0.4395,22.6029
01/01/2015 02:05:00,24.6447,1.1157,1.0867,22.4423
01/01/2015 02:10:00,24.2563,1.1130,0.6551,22.4882

which is common time series Comma Separated Values (CSV) format where the first entry is a date stamp and the subsequent entries on one line are the amplitude values and each entry is separated by a comma.

To import this file do the following:

1. The lower part of the inspector editor shows a Second Format pop up button which is set to "Absolute" by default. Select "Full Date" for the seconds format. That makes the first column of the table, and data file, interpreted as Gregorian date values. If the date in the data file is formatted as seconds from 1970 (a simple number) then choose "Absolute". If the date is relative to a arbitrary seconds value then choose "Relative".

2. Select the popover button Table > Import From File... (above the table) and Open the existing csv file.

3. In the resulting selector select the "First Sequence Is Header" switch if the first row in the data file is not data but rather a description of the columns and then select "Import To Table". (Note: The selector is already setup for CSV importing if the file extension is csv, otherwise set the format type to CSV in the import selector).

The table is then populate with data values and the strip chart will show those data values.

There is a lot of utility beyond simple importing of data and the description of that is contained within the Graph IDE User Manual.


© Copyright 1993-2021 by VVimaging, Inc. (VVI); All Rights Reserved (Legal). Please email support@vvi.com with any comments you have concerning this documentation.