Overview

The Tc2_Coupler library can be used for the following products: BKxxx couplers, KLxxx terminals, KSxxxx terminals and KMxxx modules.

 

The Tc2_Coupler library contains function blocks that provide convenient access to registers in the terminals via the terminal's control/status byte (register communication) and for communication with the Beckhoff couplers via the 2-byte PLC interface. The function blocks can, for instance, be used for parameterization of the terminals by way of the fieldbus.

Only the intelligent terminals have a register structure. The intelligent terminals include, for example, all the analog input and output terminals. The terminal's status/control byte is only visible in the process image if the terminal has been mapped as a complex terminal. Each terminal channel has its own register structure with a maximum of 64 registers. Under a compact mapping the control/status bytes are not visible in the process image.

For register access via the 2-byte PLC interface it is also necessary for the status and control word variables of the PLC interface to be mapped into the process image. In some fieldbusses (Lightbus, Profibus) this can be configured for the particular coupler in the TwinCAT System Manager, but in others (e.g. Interbus S) special configuration software is required for the job (e.g. KS2000). The status and control variables are linked to the function block's corresponding input and output variables.

If any changes made to the registers are to be stored permanently, the power supply to the coupler must be interrupted.

Note
No cyclic access!

When called, the function blocks of the library carry out write/read access to the registers in the terminals or in the couplers. If they are called cyclically, the EEPROM memory may be destroyed. The function blocks were basically developed to facilitate configuration of the terminals/couplers or fault diagnosis from within the PLC program.

Contents of the Library

Name

Description

ReadWriteTerminalReg

Access registers in the terminal via the terminal's control/status byte (register communication)

CouplerReset

Reset the coupler via the 2-byte PLC interface

FB_ReadCouplerDiag

Read coupler diagnosis (flash code)

FB_ReadCouplerRegs

Read coupler registers

FB_WriteCouplerRegs

Write coupler registers

F_GetVersionTcPlcCoupler

Returns library version info