9300 Servo PLC
Connection
3-22
9300ServoPLC EN 1.4
3.2.4 Systembus Management (CAN_Management)
Modul number: 101
• The process image is created in a fixed system task (interval: 1 msec).
With this SB
• a Reset-Node can be activated.
(Changes to the baud rate and the addressing only become effective after a reset-node.)
• a Communication Error and Bus Off State can be processed in the PLC-program.
• the transmission time (
Sync Tx Time
)can be modified.
CAN_bResetNode_b
CAN_Management
C0358
CAN2_OUT
CAN_bCe2CommErrCanIn2_b
CAN_ResetNode
CAN_bTxCan2Synchronized_b
CAN1_IN
Communication Error
CAN2_IN
Communication Error
CAN3_IN
Communication Error
CAN
Bus Off State
CAN_bCe1CommErrCanIn1_b
CAN_bCe3CommErrCanIn3_b
CAN_bCe4BusOffState_b
CAN_SYNC
CAN3_OUT
CAN_bTxCan3Synchronized_b
CAN_SYNC
1
≥
Abb. 3-11 Systembus Management (CAN_Management)
VariableName
DataType SignalType Address DIS DIS format Note
CAN_bResetNode_b Bool binary %QX101.0.0 - - Install the CAN bus
reset-node
CAN_bTxCan2Synchronized_b Bool binary %QX101.0.1 - - CAN-OUT2 transmitted as a
CAN-sync telegram.
CAN_bTxCan3Synchronized_b Bool binary %QX101.0.2 - - CAN-OUT3 transmitted as a
CAN-sync telegram.
CAN_bCe1CommErrCanIn1_b Bool binary %IX101.0.0 - - CAN-IN1
Communication Error
CAN_bCe2CommErrCanIn1_b Bool binary %IX101.0.1 - - CAN-IN2
Communication Error
CAN_bCe3CommErrCanIn1_b Bool binary %IX101.0.2 - - CAN-IN3
Communication Error
CAN_bCe4BusOffState_b Bool binary %IX101.0.3 - - CAN-bus Off State
Function CAN_bResetNode_b
A reset-node is atcivated by setting C0358 = 1 or
CAN_bResetNode_b
switches immediately =
TRUE.
Tip!
Even if the SB has not been assigned to the control configuration, code C0358 can still be used to
activate a reset-node.