Skip to main content

StratoPiMax

Strato Pi MAx is an extremely versatile Raspberry Pi CM4-based industrial controller, DIN rail mounted, with Wi-Fi and BLE wireless connectivity, dual Ethernet ports, dual SD, eMMC and SSD storage options and two USB ports. It supports up to four embedded expansion boards.

Strato board

This driver provides support for both a local installation of HSYCO on Strato Pi Max itself, or a remote Strato Pi Max unit connected via SSH. In both cases, the Raspberry Pi OS Kernel module for Strato Pi Max must be installed. The kernel module documentation is available at GitHub

HSYCO Configuration

Add a Strato Pi Max I/O Server in the I/O Servers section of the Settings and set its parameters:

note

Note that the Strato Pi Max I/O Server doesn't count in the I/O servers license total, so you don't need an extra I/O Server license to use Strato Pi Max with HSYCO.

Communication

  • IP Address: the IP address assigned to Strato Pi Max, leave blank for a local installation
  • Port: SSH port configured on Strato Pi Max (defaults to 22), leave blank for a local installation.

Authentication

  • User: username to access the remote Strato Pi Max via SSH, leave blank for a local installation
  • Password: password to access the remote Strato Pi Max via SSH, leave blank for a local installation.

High Availability

  • Shutdown when inactive: defaults to false.

Options

IDDefaultValuesDescription
startupeventsfalsetruegenerate IO events also during the driver’s start-up phase
falsestart generating events only after HSYCO is aligned with the current status of the system
pollinterval20010 <= n <= 30000the data acquisition interval, in milliseconds
dualfssynctruetrueenables the files synchronisation process that copies all HSYCO files (excluding data, data_backup, logs, motion) and some operating system configuration files from the main root file system in the NVME M.2 SSD to the alternate root file system in the CM's eMMC flash memory. Synchronisation occurs automatically once a minute. The alternate root file system is mounted to /mnt/alt
falsedisables the files synchronisation process
manualthe files synchronisation process only runs when manually activated (see the dualfssync = 1 command)
watchdogalwaysalwaysenables the hardware watchdog and automatically generates the heartbeat signal (when the HSYCO main control loop is running normally, approximately every 10 seconds). The watchdog timeout is set to 60 seconds while HSYCO is running, or to 1 hour when HSYCO is manually stopped (sysctl stop hsyco) and when it is starting. If dualfssync is set to true or manual, the watchdog is configured to boot from the alternate root file system if there is no heartbeat after the first reboot
ignoredoesn't change the watchdog configuration parameters
falsedisables the hardware watchdog
shutdown_minutes00no automatic shutdown after power failure
N > 0the driver will command the operating system shutdown and hardware power off after N minutes of back-up battery operations during a power failure. Strato Pi Max will be turned back on when power is restored
fan_on_temp50-100 <= t <= 100the internal fan starts when the temperature inside the Strato Pi Max enclosure reaches t degrees (Celsius), and stops when it drops below t - 5 degress
skip<list>Space or semicolon separated list of datapoints or prefixes (not including the I/O Server id). Datapoints starting with one of the keywords defined in the skip list are not polled. Skipping unused datapoints improves polling performance on both local and remote configurations
quietfalsetrueenables audible alarms on power failure
falsedisables audible alarms on power failure
note

The following configuration options are only used for local installations, and ignored on remote Strato Pi Max units: dualfssync, watchdog, shutdown_minutes, quiet.

Datapoints

The Strato Pi Max implements all data points provided by the underlying Strato Pi Max kernel module. Refer to the documentation available at Strato Pi Max Kernel Module.

Each readable file name exposed by the kernel module under the /sys/class/stratopimax/ sub-directories appears as a data point with id <subdir>.<file>. For example, as the buzzer's status file is /sys/class/stratopimax/buzzer/tone, the corresponding data point is "buzzer.tone".

Command files that are marked as write only in the documentation (W), are not shown as visible data points in HSYCO, but can be used in the IO events action or ioSet() methods to send a command.

For example, if "strato" is the id assigned to the Strato Pi Max I/O Server, then:

TIME : IO strato.buzzer.beep = 1000 0

will make the buzzer beep for 1 second (1000 ms).

Note that "strato.buzzer.beep" is not visible in the Status Browser and doesn't generate events, because it is write only.

Additional datapoints

IDValueR/WDescription
connectiononlineRconnection established
offlineRHSYCO can't connect to the device
shutdown1Winitiate a power cycle
dualfsync0Rmanual files synchronisation process completed
1Rmanual files synchronisation pending or in progress
1Winitiate files synchronisation (only available when the dualfssync option is set to "manual")
dualfssync.rootmainRboots from the main root file system in the NVME M.2 SSD
altRboots from the alternate root file system in the CM's eMMC flash memory
dualsdsync.statusNRstatus of the last SD synchronisation run: >=0: number of files synchronised, -1: error while updating files (see logs), -2: alternate eMMC not available or file system error
dualsdsync.time<timestamp>Rpositive integer number representing the time in seconds since 00:00:00 UTC on 1 January 1970 of when the last synchronization run ended (with or without errors)

Release Notes

3.9.0

  • initial release

Strato Pi Max is a registered trademark of Sfera Labs Srl