|
|
|
By default, StampPlot plots data in respect to the time data arrived on the X-axis. In many instances, a user may wish to dump data that has been locally to the controller and plot it in respect to the logged time. There are 2 primary instructions to be used when plotting
logged data: !HISS defines the starting time, and optionally date, the plot
should begin. Use !RTIM ON to view the
date/time on the X axis. Sets the plot to start at today's date at 05:00 Sets the plot to start on a specific date and time Once !HISS is issues, plotting may commence. Plotting may be performed at a specific date and time, or as an interval since the last logged point. Plot 20 at specific date/time Plots 50 and 100 (2 channels), 30 seconds after the last data Plots 25,75, 1 minute before the last data. Example plot configuration plotting from earliest to latest: Example plot configuration plotting from lastest to earliest With the correct programming, StampPlot can plot high speed data by logging data to the controller very quickly, then using historical plotting to dump the data in respect to the collected time. |