You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking it might not be that difficult to generate the rung instruction neutral text for an AOI. I was playing around with it, and it seems like it follows the same pattern: <AOI Name>(<AOI Tag>, <InOut Tags>, <Input Tags>, <Output Tags>);
Maybe it's that easy?
The text was updated successfully, but these errors were encountered:
Yeah, not too bad. I think only Parameters with Required checked are those that are included in the instruction signature. I can add a couple methods to generate a Instruction or NeutralText object, but all it would do is set the instruction key. You'd have to provide the remaining arguments as either references to tags or immediate atomic values. We can't get that info from the AOI itself.
I was thinking it might not be that difficult to generate the rung instruction neutral text for an AOI. I was playing around with it, and it seems like it follows the same pattern:
<AOI Name>(<AOI Tag>, <InOut Tags>, <Input Tags>, <Output Tags>);
Maybe it's that easy?
The text was updated successfully, but these errors were encountered: