FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
Monday
Hello!
I would like to know if it is possible to invoke a Method of an IEC 61131-3 Function block from Node-red via the node CtrlX Data Layer.
// IEC 61131-3 Method (as a generic example)
METHOD M_GoToPosition : BOOL
VAR_INPUT
Position : REAL;
Velocity: REAL;
Acceleration : REAL;
END_VAR
Thank you !