opcua-modeler
opcua-modeler copied to clipboard
Specify that an InputArgument of a method can have multiple istances
Hello guys, I have an ObjectType with a method. The method has an input argument. This input argument can be repeated multiple times. For example: Imagine to have function MoveJoints for a RobotArm Information Model. The InputArgument is the JointAngle and the number of the InputArguments depends from the number of Joints in the RobotArm.
Can't you just make the input argument take an array?
Also be aware that building methods in modeler is very limited. I don't think anyone took the time to make a proper GUI for this.