From 0fa9026e62cdde0aa45304925207e3ac4ccaa82c Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Fri, 16 Sep 2022 15:01:23 +0100 Subject: [PATCH] Remote Control: Update readme --- plugins/feature/remotecontrol/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/feature/remotecontrol/readme.md b/plugins/feature/remotecontrol/readme.md index 3be7aca10..724c2b69e 100644 --- a/plugins/feature/remotecontrol/readme.md +++ b/plugins/feature/remotecontrol/readme.md @@ -114,16 +114,17 @@ printf format specifiers can be used: * %i for integers, * %e, %f and %g for real numbers (floats) and * %s for strings. + By default, real numbers are displayed to 1 decimal place. To increase this to 3, you can use %.3f. -Checking the Plot column will result in a chart being drawn that plots sensor data verses time. +Checking the Plot column will result in a chart being drawn that plots sensor data versus time. All enabled sensors for a device will be plotted on the same chart. The Y Axis field below the table determines whether each series will have it's own Y axis (Per-sensor) or whether a single Y axis will be used for all series (Common). The Layout fields control how the Controls and Sensors will be laid-out in the GUI. This can be set to be either Horizontally or Vertically. When the Protocol is set to VISA, additional buttons will be displayed under the tables that allow controls and sensors to be added or removed, as unlike when selecting -TP-Link and Home Assitant devices, these are not automatically defined. +TP-Link and Home Assitant devices, these are not automatically defined for most instruments. Some basic controls are included for Rigol DP832 and Siglent SSA3032X.

VISA Control Dialog