IEC61131-10 Open XML Generation? #1574
DoubleCouponDay
started this conversation in
Ideas
Replies: 1 comment
|
Here is what my feature is currently producing from Rusty with the following input: Some things are still not working.
Also there are some Nice To Haves:
actions, classes, methods, init functions, project init functions are not supported by Sysmac Studio but could be added in a separate merge request focused on Codesys. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've been putting together a feature for Rusty that can convert Structured Text to XML. The XML format can be imported into a development environment such as Sysmac Studio. You'll find this feature under the
omron-xml-targetbranch, in my fork.An example compilation command would be:
I've used a Sysmac specific XML template as a
&'static strin hopes that the feature will be able to support Codesys, later on. Let me know your ideas so I can better prepare my feature for a successful merge request.Keeping this previous talking point in mind, I'm not sure my generator is actually IEC61131-10 compliant but I know it imports into Sysmac successfully. I need guidance from someone who has a copy of the specification.
All reactions