-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is possible to add a ModellingRule in Argument of a Method #187
Comments
Can you attach you design file to the post? |
Do you mean the xml file that i compile with visual studio ? |
The file that you are providing as input to the model compiler. |
Try appending 'MethodType' to names of the Methods that define the argument. This tells the tool that the 'Method' is not a Node that should appear in the address space but rather a template used to build Method nodes that reference it in their TypeDefinition. |
you mean for example to add ad this method :
The following 'MethodType' in the name of the method like that : If is this what you mean i have tried but it doesn't work for me. If i had misunderstood can you please make an example? |
I mean:
and
|
Hi,
I was trying to add in the following argument a modelling roule :
I noticed that this command isn't taken by the compliler . However the compiler doesn't get any error.
By loking in to the documentation:
https://reference.opcfoundation.org/Core/Part3/v104/docs/8.6
It's seems that you can't put the ModellingRoule in the argument of a method.
But if so why the compiler doesn't return an error, is that a bug of the compiler?
It's possible to add the ModellingRoule into the argument of a method ?
The text was updated successfully, but these errors were encountered: