background image

Function blocks

TX1200

10

Version: 1.0

Sample of calling the function block in FBD:

PROGRAM MAIN
VAR
    fbModbusOpen   : FB_ModbusTcpOpen;
    bOpen          : BOOL;
    bBusy          : BOOL;
    bError         : BOOL;
    nErrId         : WORD;
    nConnectionPort: WORD;
END_VAR

In this sample, a rising edge at the 

bOpen

 input causes a TCP/IP connection to the remote partner with

network address '172.16.2.209' to be established.

Requirements

Development environment

Target platform

PLC libraries to include

TwinCAT v2.7.0 and below

BC9xxx (165) firmware version >=
0xB6

TcModbusTCPBC.Lb6

3.2

FB_ModbusTcpClose

The FB_ModbusTcpClose function block closes a connection to a remote partner that was opened with the

FB_ModbusTcpOpen [

}

 9]

 function block. The number of IP connections that may be open is restricted to

four, in order to maintain the use of resources at a minimum. If it is necessary to establish a further
connection, a connection that is not currently in use must first be closed. A connection is automatically
closed after about 10 seconds if it is not used during that period. A confirmation from the remote partner is
not expected when a connection is closed. This means that under certain circumstances (e.g., if network
communication has been interrupted) it can happen that a connection still exists. The remote partner should
then close any such open connections. A Bus Controller operating as a remote partner closes such open
connections automatically.

VAR_INPUT

VAR_INPUT
    bStart       : BOOL;
    sRemoteIPAddr: STRING(15);
    iMyPortNo    : WORD;
END_VAR

bStart

: the function block is activated by a rising edge at this input.

sRemoteIPAddr

: this variable is a string containing the network address (IP address) of the remote partner

whose connection is to be closed.

Содержание TX1200

Страница 1: ...Manual EN TX1200 TwinCAT 2 PLC Library TcModbusTCPBC 2022 05 02 Version 1 0...

Страница 2: ......

Страница 3: ...1 Foreword 5 1 1 Notes on the documentation 5 1 2 Safety instructions 6 1 3 Notes on information security 7 2 Overview 8 3 Function blocks 9 3 1 FB_ModbusTcpOpen 9 3 2 FB_ModbusTcpClose 10 3 3 FB_Modb...

Страница 4: ...Table of contents TX1200 4 Version 1 0...

Страница 5: ...ve already been supplied may be made on the basis of the data diagrams and descriptions in this documentation Trademarks Beckhoff TwinCAT TwinCAT BSD TC BSD EtherCAT EtherCAT G EtherCAT G10 EtherCAT P...

Страница 6: ...familiar with the applicable national standards Description of symbols In this documentation the following symbols are used with an accompanying safety instruction or note The safety instructions mus...

Страница 7: ...The latter should be connected to the corporate network or the Internet only if appropriate protective measures have been set up In addition the recommendations from Beckhoff regarding appropriate pr...

Страница 8: ...se of resources at a minimum If it is necessary to establish a further connection a connection that is not required must first be closed After about 10 seconds a connection that has not been used duri...

Страница 9: ...during that period is automatically closed and must be reopened if needed VAR_INPUT VAR_INPUT bStart BOOL sRemoteIPAddr STRING 15 tTimeOut TIME END_VAR bStart the function block is activated by a risi...

Страница 10: ...r in order to maintain the use of resources at a minimum If it is necessary to establish a further connection a connection that is not currently in use must first be closed A connection is automatical...

Страница 11: ...put has been reset iErrorId supplies the command specific error code table or the device specific error code 14 if the bError output is set Error Codes Description 0x8400 Connection is already closed...

Страница 12: ...passed here as a parameter The port number is generated afresh dynamically each time the connection is established with the FB_ModbusTcpOpen 9 function block pReqBuff contains the address of the buff...

Страница 13: ...x error Wrong protocol ID 0x8102 Rx error Wrong length 0x8103 Rx error Exceeding length 0x8104 Rx error Wrong unit ID Sample of calling the function block in FBD PROGRAM MAIN VAR fbModbusRequest FB_Mo...

Страница 14: ...Receive exceeding length 0x8104 Receive wrong unit ID Value hex Description Transmit Error 0x8300 Transmit timeout 0x8301 Transmit Shutdown 0x8302 Transmit internal error 0x8303 Transmit resource erro...

Страница 15: ......

Страница 16: ...Beckhoff Automation GmbH Co KG H lshorstweg 20 33415 Verl Germany Phone 49 5246 9630 info beckhoff com www beckhoff com More Information www beckhoff com tx1200...

Отзывы: