Skip to main content
FW version: Stable

Misc

info

The following variables are located /common folder.

States

state

State of the common block.

BitValueDecDescription
01It is set when inputs are not valid.
7128Power switch selftest error. Motor control and common block can continue without it.
8256Power switch overtemperature
124096Power switch overcurrent detected
138192Contactor 1 overcurrent
1416384Contactor 2 overcurrent
1532768Contactor 3 overcurrent

Not mentioned bits are reserved for future usage.

error

If this state is non-zero, there a critical error has occured in the common block. Such error can be cleared only with a reboot (or a power cycle).

BitValueDecDescription
01IOEXP1 not initialized (or initialization was not successfull)
12IOEXP2 not initialized (or initialization was not successfull)
24IOEXP1 communication lost
38IOEXP2 communication lost
416IO+10V voltage lower than 6V
note

Driver error is independent from cmio error (as those systems are sovereign). Thus, with a cmio error present, you can still drive the motor (in certain cases).


Parameters

appsel

Application selector.

Application is the high-level part of firmware, positioned between inputs (such as GPIOs) and outputs (such as motor control). When application is disabled, you can still manipulate the controller directly: with CAN API, emGUI, terminal or scripts.

ValueDescription
0Autoselect - Main application
1Force main application
10Autoselect - Main application is OFF.
123siliXcon internal testing application
otherReserved for future usage

Internal note: 0 and 10 are auto-select. During manufacturing, the application is the testing application


Shell commands

shutdown [timeout]

turns off your controller (if flip-flop circuitry is present).

If timeout is specified, the device is restarted after the timeout (useful if flip-flop is not present)