Siemens How To Use Link !!exclusive!! -
To make this data useful, you must link the application to the Industrial Edge Databus (an internal MQTT broker).
Mount the module and ensure proper wiring for power and network communication, such as connecting PROFINET ports to the PLC. : siemens how to use link
In TIA Portal's Network View, find the "IE/PB Link" under Network components > Gateways . To make this data useful, you must link
The Ultimate Guide to Siemens Link: How to Connect, Configure, and Optimize Your Industrial Workflow To make this data useful
// SCL Code to link data FOR i := 0 TO 99 BY 1 DO // Create a direct link between value 1 and value 2 "Data_Block_2".Buffer[i] := "Data_Block_1".Raw_Data[i]; END_FOR;