About

The Call Data Method allows you to execute methods that you have imported into your project from Data Source Types such as the OPC UA Connection (PLC Connection Type).

Unlike the Write Data Variable (Action) , this action can be utilized to transfer multiple parameters to your PLC. It's typically used to start processes or initiate asynchronous operations in your PLC.

Examples

This action executes the AcknowledgeMessage method and provides a value for the messageId parameter. In this case, a static string 123 is used. Alternatively, you can utilize other Dynamic Properties to incorporate more dynamic data, such as the Data Variable (Dynamic Property Type)

screenshot-2023-09-21.Google Chrome.002436@2x.png

Related Actions

Write Data Variable (Action)