Hi,
im trying to send and recieve some informations to/from my plc via Profinet. How can i write information to the EXT_OUTPUT_DATA or read information from EXT_INPUT_DATA. I dont find any steps or documentation for this.
Im using version 2.1
Hi, Magnus
EXT_OUTPUT_DATA and EXT_INPUT_DATA are used to assist certain commands. For example, EXT_INPUT_DATA
is used for the command “Input Object Dimensions to Mech-Vision.” However, I haven’t found any relevant usage for EXT_OUTPUT_DATA
. It might be a placeholder, and its functionality may be added later.
When im using Adapter Communication instead of Standard Interface i can write to these outputs with self.write(“EXTRA_OUTPUT”,[data]). So i think there must be a way