NOTICE
|
UNINTENDED EQUIPMENT OPERATION
Link the motion bloc output to the CMB_NB input of the CMB_status DFB through an intermediate static byte value.
Failure to follow these instructions can result in equipment damage.
|
CAL FBI_x (Channel := (*T_PTO_BMX*), Cmd_Nb := (*BYTE*), Done => (*BOOL*), Busy => (*BOOL*), Active => (*BOOL*), CommandAborted => (*BOOL*), Error => (*BOOL*))
FBI_x (Channel := (*T_PTO_BMX*), Cmd_Nb := (*BYTE*), Done => (*BOOL*), Busy => (*BOOL*), Active => (*BOOL*), CommandAborted => (*BOOL*),Error => (*BOOL*));
Name
|
Type
|
Description
|
---|---|---|
Channel
|
T_PTO_BMX
|
The IODDT of the PTO channel to which the command has been sent. This pin is also repeated as an output of the block.
|
Cmd_Nb
|
BYTE
|
The number of the command.
This object corresponds either to:
|
Name
|
Type
|
Description
|
---|---|---|
Done
|
BOOL
|
The command has been executed and completed successfully
|
Busy
|
BOOL
|
The command has been accepted by the PTO channel but is not completed yet.
|
Active
|
BOOL
|
The command is being executed.
|
CommandAborted
|
BOOL
|
The command has been aborted before completion.
|
Error
|
BOOL
|
An error has been detected before the command completion.
|