<< 点击显示目录 >> 主页 轴控开发使用手册 > ACP10/ARNC0帮助信息 > ACP10_MC运动库 > 分类的功能块 > 管理ACOPOS ParIDs > MC_BR_InitSendParID |
This function block initializes cyclic transmission of a ParID to a transmit channel on a drive (readable for all POWERLINK stations). The channel number can be explicitly specified. A ParID value transmitted this way can be used as follows:
•Using MC_BR_InitReceiveParID to read from another drive
•Using MC_BR_ReceiveParIDOnPLC to read from the PLC
•Reading from an axis that is not controlled by PLCopen function blocks
PLCopen axis states in which the function block is permitted to be enabled
All PLCopen axis states, no effect on the PLCopen axis state
I/O |
Parameter |
Data type |
Description |
IN |
UDINT |
Axis reference (transmitter) |
|
IN |
BOOL |
Enables cyclic transmission of POWERLINK data on a rising edge |
|
IN |
ParID |
UINT |
ParID whose value will be sent cyclically |
IN |
SendChannel |
USINT |
0 … Function block defines a transmit channel 1 … 3 … ACP10PAR_MA1/2/3_CYCLIC_SEND Note (V2.310 and higher): POWERLINK: When a channel number is specified, the transmit channel can be reconfigured for additional function block calls. |
OUT |
Done |
BOOL |
Initialization completed, ParID value being transmitted cyclically |
OUT |
Busy |
BOOL |
The function block is active and must continue to be called. |
OUT |
Error |
BOOL |
Error during execution |
OUT |
ErrorID |
UINT |
|
OUT |
AssignedSendChannel |
USINT |
Transmit channel, used as an input for MC_BR_InitReceiveParID and MC_BR_ReceiveParIDOnPLC 1 … 3 … ACP10PAR_MA1/2/3_CYCLIC_SEND |
Table: Parameter MC_BR_InitSendParID
Topics in this section: