Plc programming – Lenze ETC Motion Control User Manual

Page 381

Advertising
background image

PLC programming

Library

V24 functions

8

8.8

8.8.2

l

381

EDSTCXN EN 2.0

8.8.2.9

CLRTXBUFFER

FUNCTION ClrTxBuffer: BOOL

VAR_INPUT

req_pr

: DINT;

(* Address of the V24 request structure *)

END_VAR

This function can be used to delete the sender FIFO.

The return value of the function is of no consequence.

requestV24_p

: DINT;

requestV24_p

: = ALLOCV24(1, 127);

CLRTXBUFFER(requestV24_p);

Declaration

Description

Example

Advertising