|
From: Mario de S. <ms...@fe...> - 2009-04-06 08:37:02
|
On Sunday 05 April 2009 00:22, takeshi ikeya wrote: > Thank you Mario ! > > I finally succeeded make 'iec2iec' modifying following sources. > > main.cc > add #include <string.h> > stage4/generate_cc/generate_cc.cc > add #include <strings.h> > > !! Be aware it's not string.h but strings.h !! I know. Its what I said in my previous email. I am slowly starting to get my hands on this code base again (since I needed to use it myself), and I expect to release a new version (which supports arrays - already coded) in a couple of months time. It should only take another couple of days to clean up the code for the release, but I can't seem to find the time to spare... I am also planning on integrating the beremiz project (www.beremiz.org) onto the MatPLC (i.e. the code generated by beremiz will work as a MatPLC module), but thi will probably take a little longer. It will let you write programs in SFC (Grafcet), LD and FBD for the MatPLC! Cheers, Mario. |