pfodWeb — Chart Mode User Guide

This guide covers three key features available when pfodWeb is displaying a chart: the Freeze controls, the Raw Message viewer, and the Chart Configuration panel.

1. Freeze / Unfreeze

While the chart is updating live, the Freeze button locks the display so you can inspect a specific moment in time. When frozen, two arrow buttons let you scroll backward and forward through the collected data without losing any data.

Toolbar Buttons

ButtonWhat it does
❄ FreezeFreezes the chart at the current display window. The button turns highlighted to show frozen state. Live data continues to be collected in the background.
Step back — shifts the display window back by 40% of the current Display Points setting. For example, with Display Points = 100 each press moves back 40 rows. Only enabled when frozen.
Step forward — shifts the display window forward by 40% of the current Display Points setting. For example, with Display Points = 100 each press moves forward 40 rows. Only enabled when frozen.

How to Use Freeze

  1. While the chart is running live, click ❄ Freeze. The chart stops scrolling and the Freeze button becomes highlighted.
  2. Use and to scroll through earlier or later data in 40%-window steps.
  3. Click ❄ Freeze again to unfreeze. The chart immediately returns to the live view with auto-scaling axes.
Note: Freezing does not stop data collection. All incoming data is still recorded — you simply stop following the newest data on screen.

Zooming the X-Axis with Display Points

Display Points controls how many CSV data rows are shown in the display window at one time. When the chart is frozen this becomes a powerful X-axis zoom control:

The Display Points field in Chart Configuration has two buttons to the right for quick zooming:

When the display window is frozen, changing Display Points keeps the centre of the current window constant — so the region you were looking at stays centred after zooming. You can also type a value directly and click Apply. Use and to scroll after zooming.

Tip: A good workflow is to freeze first, then click ▼ repeatedly to zoom in, using ◀ ▶ to pan. Click ▲ to zoom back out. Each ◀ ▶ press moves 40% of the current Display Points, so the current view centre stays visible after scrolling.

Hard Y-Axis Limits When Frozen

When the chart is frozen, any Max and Min values set in Chart Configuration become hard limits — the Y-axis scale is fixed to exactly those values so you can zoom in on a specific range.

Tip: To apply hard limits, set Max / Min in Chart Configuration first, then click Apply while frozen. Click Freeze again to unfreeze and restore auto-scaling.

2. Raw Message Viewer

The Raw Message Viewer shows every message sent to and received from the connected device. It is useful for diagnosing communication issues and for exporting raw data.

Opening the Viewer

The Raw Message Panel

The panel slides in from the right side. Each row shows:

ColumnDescription
TimeTime the message was recorded (HH:MM:SS)
Direction<< — message sent to device  |  >> — message received from device
MessageRaw message content

Controls

ButtonAction
PauseStop adding new messages to the display (existing messages remain). Click again to resume.
ClearRemove all messages from the display.
Export JSONDownload all messages as a JSON file. Each record contains timestamp, ms (milliseconds since first message), direction, and message.
Export CSVDownload all messages as a CSV file with the same four columns. The ms column makes it easy to calculate elapsed time between messages.
Export CSV by FieldsDownload one CSV file per field count (e.g. a separate file for 3-field data and 6-field data). No timestamps are included — just the raw CSV values. Useful for importing directly into a spreadsheet or other tools.
Tip: The Export CSV by Fields button is the easiest way to get your sensor data into a spreadsheet. Each file is named pfod-csv-Nfields-timestamp.csv.

Closing the Viewer

Click the button at the top right of the panel.

3. Chart Configuration

Chart Configuration lets you customise how the chart looks — field titles, which subplot each field appears on, Y-axis limits, and the X-axis time format. Changes are applied by clicking Apply, and configurations can be saved and loaded as files.

Opening Chart Configuration

The Chart Configuration panel opens on the right side of the screen with a white background.

Header Controls

ControlPurpose
Dataset dropdownShows the available CSV field counts (e.g. "3 fields", "6 fields"). Select a different count to switch the chart to that dataset with a default layout.
SaveSave the current configuration as a .Nfields file (e.g. chart.3fields). The filename is derived from the chart title.
LoadLoad a previously saved .Nfields file. The file picker is filtered to match the current field count. Loading automatically applies the configuration.
ApplyApply the current form settings to the chart immediately.
Note: Save, Load, and Apply are disabled when no CSV data has been collected yet.

Chart-Level Settings

FieldDescription
TitleChart title shown at the top of the chart.
Display Points of NNumber of CSV data rows to show in the display window at once (N = total rows available). Older rows scroll off as new ones arrive. Use the button to double and to halve the value — both immediately apply the change to the chart.
X-axis Format Dropdown controlling how the X-axis values are formatted:
(blank) — No formatting, values shown as-is
secs (ss.S) — Elapsed seconds with one decimal (e.g. 12.3)
mins:sec (mm:ss) — Minutes and seconds (e.g. 2:05)
hr:mins:sec (HH:mm:ss) — Hours, minutes and seconds (e.g. 01:02:05)
Year Month Day Hr:Mins:sec (unix sec) — Full date/time from a Unix timestamp (seconds)
weekday hr:mins (unix secs) — Weekday and time from a Unix timestamp (e.g. Mon 14:30)
weekday hr:mins:sec (unix secs) — Weekday, hours, minutes and seconds from a Unix timestamp (e.g. Mon 14:30:05)

Field Settings

Each CSV column has its own block. The CSV column label and tick box are shown in the same colour as the plot line for that field, making it easy to identify which field maps to which line.

Tick box (Include)

Check the box to include the field in the plot command. Uncheck to exclude it (the field's settings are dimmed and it will not appear in the chart after Apply).

Row 1 — Title and Plot No

InputDescription
TitleLabel shown in the chart legend for this field.
Plot No Dropdown controlling where this field appears:
0 X-Axis — Use this field as the X-axis
1, 2, 3 … — Subplot number for the Y data
Multiple fields with the same Plot No share the same subplot.
If no field is set to 0 X-Axis, the row count is used as the X-axis automatically.
Disabled when there is only one CSV field (row count is used as X-axis automatically).

Row 2 — Max, Min, Units

InputDescription
MaxWhen not frozen: initial upper bound for the Y-axis (expands automatically if data exceeds it). When frozen: hard upper limit — the axis is fixed at this value.
MinSame as Max but for the lower bound.
UnitsUnits label appended to the Y-axis.

Workflow Example — Splitting Fields onto Separate Subplots

  1. Open Chart Configuration.
  2. For data with multiple fields, the first field is automatically set as the X-axis (0 X-Axis). To plot against record count instead, change its Plot No to a non-zero subplot number.
  3. Set field 2 Plot No to 1.
  4. Set field 3 Plot No to 2 to put it on its own subplot.
  5. Set field 4 Plot No to 3 to put it on its own subplot.
  6. Set Max and Min for each subplot if you want to restrict the Y scale when frozen.
  7. Click Apply. The chart updates immediately.
  8. Click Save to save this layout for next time.

Save and Load Configuration Files

Configurations are saved as plain-text pfod plot command files with a .Nfields extension (e.g. MyChart.4fields for a 4-field dataset). This lets the file picker automatically filter to show only files compatible with the current data.

Note: The Chart Configuration panel auto-refreshes if it is open when a new plot command arrives from the device.

Bookmarking the Current Chart Configuration

Every time you click Apply or load a configuration file, pfodWeb automatically updates the page URL with a ?chart=… parameter containing the current plot command. You can bookmark this URL to restore the same chart configuration in a future session.

Opening a bookmarked URL shows the Connection Setup screen with Chart Only mode enabled. After connecting, the saved chart configuration is applied automatically — no need to re-open Chart Configuration and click Apply.

Tip: After setting up the chart exactly as you want it, bookmark the page URL. The bookmark captures the protocol, connection settings, and full chart configuration in one link.