Skip to content

Write PLC

Parameter Introduction

Calculation Parameters

ParameterRangeDefault ValueDescriptionIllustration
DeviceSelect device from the device list
Note: Available devices must meet 2 conditions: 1. Device belongs to PLC group; 2. Device is enabled
AddressRegister address
TypeBool
Byte
Uint16
Int16
Uint32
Int32
Single
Double
String
Bool
Bool Data0-255Bool type data to write to PLC, supports binding bool type data and arrays
Byte Data0-65535Byte type data to write to PLC, supports binding int type data and arrays
Uint16 DataUint16 type data to write to PLC, supports binding int type data and arrays
Int16 Data(-32768)-32767Int16 type data to write to PLC, supports binding int type data and arrays
Uint32 Data0-4294967295Uint32 type data to write to PLC, supports binding int type data and arrays
Int32 Data(-2147483648)-2147483647Int32 type data to write to PLC, supports binding int type data and arrays
Single DataSingle type data to write to PLC, supports binding float type data and arrays
Double DataDouble type data to write to PLC, supports binding float type data and arrays
String DataString type data to write to PLC, supports binding string type data and arrays
Length0Total length of data to write, automatically calculated based on input data when set to 0

Exception Troubleshooting

No.Exception InformationCorresponding ParameterSolution
1Parameter "xxx" cannot be emptyParameter nameInput the xxx parameter.
2Device "xxx" does not existDevice nameModify device parameters or add corresponding device.
3Failed to write xxx "xxx" type data to address "xxx"Address,Count,TypeEnsure PLC supports specified data type, and specified address is correct and accessible.
4Failed to write xxx "xxx" type data to address "xxx", negative values exist in dataAddress,Count,TypeEnsure no negative values in input data, or change data type to signed.
5Input length xxx is greater than data length xxx, using data length instead.Length value,Data lengthReduce data length or increase data count.

AI-Vision, Making 3D Measurement Easier