Skip to main content
Version: 5.0.x {nightly}

Misc

info

All here listed variables are located in folder /common.

States

state

Bitwise state

Value (DEC)BitDescription
10It is set when inputs are not valid.
-bits 1-6reserved
1287Power switch selftest error. Motor control and common block can continue without it.
2568Power switch overtemperature
-bits 9-11reserved
409612Power switch overcurrent detected
819213Contactor 1 overcurrent
1638414Contactor 2 overcurrent
3276815Contactor 3 overcurrent

error

If this state is non-zero, there is critical error in common block. The error can be cleared only by power cycle.

Bitwise state

Value (DEC)BitDescriptionOnly on these devices
10IOEXP1 not initialized (or initialization was not successfull)SC, SX, SL
21IOEXP2 not initialized (or initialization was not successfull)SL
42IOEXP1 communication lostSC, SX ,SL
83IOEXP2 communication lostSL
164IO+10V voltage lower than 6VSX
note

Driver error is independent from common error. Technically, with common error you can still drive the motor.


Parameters

appsel

Application selector.

Application is part of firmware, sitting between inputs (GPIOs) and outputs (motor controll).
When application is disabled, you can still controll driver directly. Using CAN API, terminal or scripts.

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

Internal note:
0 and 10 are autoselect. During manufacturing, the application is the testing application


Shell commands

shutdown [timeout]

This command turn off all contactor and turn off your controller (If flip-flop is present).

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