FreeOpcUa / opcua-modeler

GUI to create OPC UA models and export them as XML
GNU General Public License v3.0
243 stars 89 forks source link

Specify that an InputArgument of a method can have multiple istances #96

Open andreafresa opened 4 years ago

andreafresa commented 4 years ago

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.

zerox1212 commented 4 years ago

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.