<< 点击显示目录 >> 主页 轴控开发使用手册 > ACP10/ARNC0帮助信息 > ACP10_MC运动库 > 分类的功能块 > 管理ACOPOS ParIDs > MC_BR_ReceiveParIDOnPLC |
This function block cyclically reads the value of a transmit channel on the PLC. In addition to the axis sending the data (master axis), either the transmit channel or the ParID must be specified.
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 reading of the ParID |
|
IN |
ParID |
UINT |
ParID whose "Axis" value is already being transmitted and that should be cyclically read on the PLC Note: This definition is not necessary if a value ≠ "0" is specified for "SendChannel". |
IN |
SendChannel |
USINT |
0 ... Function block uses the ParID to search for the transmit channel 1 ... 3 ... ACP10PAR_MA1/2/3_CYCLIC_SEND |
IN |
Mode |
USINT |
Mode for converting to the PLCopen position (period and factor): mcNO_POSITION ... 0 mcPOSITION ... 1 |
OUT |
Valid |
BOOL |
Initialization completed, reading and outputting ParID |
OUT |
Busy |
BOOL |
The function block is active and must continue to be called. |
OUT |
Error |
BOOL |
Error during execution |
OUT |
ErrorID |
UINT |
|
OUT |
CyclicValue |
MC_CYCLIC_VALUE_REF |
Cyclically read value or high-resolution position |
Table: Parameter MC_BR_ReceiveParIDOnPLC
Parameter |
Data type |
Description |
Integer |
DINT |
Whole number part |
Real |
REAL |
Floating point value (or decimal part) |
Topics in this section: