PLC API
TS5055
36
Version: 1.3
12.1.2
MC_GearInPos
MC_GearInPos
Execute
BOOL
RatioNumerator
LREAL
RatioDenominator
UINT
MasterSyncPosition
LREAL
SlaveSyncPosition
LREAL
SyncMode
ST_SyncMode
MasterStartDistance
LREAL
Velocity
LREAL
Acceleration
LREAL
Deceleration
LREAL
Jerk
LREAL
BufferMode
MC_BufferMode
Options
ST_GearInPosOptions
↔
Master
Reference To AXIS_REF
↔
Slave
Reference To AXIS_REF
BOOL
StartSync
BOOL
InSync
BOOL
Busy
BOOL
Active
BOOL
CommandAborted
BOOL
Error
UDINT
ErrorID
The function block
MC_GearInPos
synchronizes a slave axis precisely with a master axis (flying saw). The
synchronization velocity is achieved exactly at the synchronous position of the master and slave.
The master axis must already be moving, otherwise synchronization is not possible.
The slave axis can be uncoupled with the function block
. If the slave is decoupled while it is
moving, then it retains its velocity and can be halted using
Inputs
VAR_INPUT
Execute : BOOL;
RatioNumerator : LREAL;
RatioDenominator : UINT;
MasterSyncPosition : LREAL;
SlaveSyncPosition : LREAL;
SyncMode : ST_SyncMode;
MasterStartDistance: LREAL;
Velocity : LREAL;
Acceleration : LREAL;
Deceleration : LREAL;
Jerk : LREAL;
BufferMode : MC_BufferMode;
Options : ST_GearInPosOptions;
END_VAR
Execute
The command is executed with a rising edge at
Execute
input.
RatioNumerator
Gear ratio numerator.
Alternatively, the gear ratio can be specified as a floating point
value, if the denominator is 1.
RatioDenominator
Gear ratio denominator
MasterSyncPosition
The master's synchronous position
SlaveSyncPosition
The slave's synchronous position
SyncMode
In the data structure
synchronization process are specified via individual flags.
MasterStartDistance
Currently not implemented
Velocity
Maximum slave velocity in the synchronization phase. If a velocity is
not specified, the maximum velocity of the axis from the System
Manager data is used.
The velocity given here is only checked if this checking is
activated through the
variable.
Содержание TS5055
Страница 1: ...Manual EN TS5055 TwinCAT 2 NC Flying Saw 2022 11 22 Version 1 3...
Страница 2: ......
Страница 4: ...Table of contents TS5055 4 Version 1 3...
Страница 31: ...Interfaces TS5055 31 Version 1 3 ADS interface Documentation of the ADS interface...
Страница 43: ...PLC API TS5055 43 Version 1 3 Type definition for the characteristic parameters of a flying saw synchronization...
Страница 46: ......