I know that Matlab generates IEC61131-3 compatible code from Simulink and Stateflow models. Is there any tutorial exist, which could provide step-by-step guide how to integrate that code into Codesys?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2017-02-28
Originally created by: scott_cunningham
Our company received a demo of this Matlab functionality. Basically, it created one large POU with one state machine. It did not fit our goals as far as code layout, so we didn't pursue it.
Implementing should be very easy - paste in the program and call it every scan.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I know that Matlab generates IEC61131-3 compatible code from Simulink and Stateflow models. Is there any tutorial exist, which could provide step-by-step guide how to integrate that code into Codesys?
Originally created by: scott_cunningham
Our company received a demo of this Matlab functionality. Basically, it created one large POU with one state machine. It did not fit our goals as far as code layout, so we didn't pursue it.
Implementing should be very easy - paste in the program and call it every scan.