11 l_scb_putnodedatatxpdo1 - data transmission, Plc designer v2.x| lenze application samples – Lenze PLC Designer V2.x User Manual

Page 292

Advertising
background image

PLC Designer V2.x| Lenze Application Samples

The L_SCB_CANBasic.lib library

L_SCB_PutNodeDataTxPDO1 - data transmission

292

L

1.3 EN - 07/2012

17.11

L_SCB_PutNodeDataTxPDO1 - data transmission

This FB transmits the data via PDO 1.

Inputs

Outputs

Note!

To be able to use the L_SCB_GetNodeDataRxPDO1/

L_SCB_GetNodeDataRxPDO2 FBs in a program, the L_SCB_CanStatus FB must

also be inserted.
• Otherwise, communication to the controller is not possible!

Identifier/data type

Information/possible settings

byNodeNumber

BYTE

Node number

byMasterNumber

BYTE

Interface number (0...3)

awSendData

ARRAY[0..3] OF WORD

Data

Identifier/data type

Information/possible settings

xError

BOOL

"Error" status signal

• Error during the data transfer

FALSE No error detected

TRUE Error when reading the data

Advertising