plugins/canfestival/canfestival.py
2009-05-04 greg Get PDOmapping exception from canfestival plugin
2009-04-10 greg Fixed bug : Segmentation fault or locks when stop PLC if no CAN network.
2009-01-19 etisserant Updated config_utils so that command line tests work.
2008-09-08 lbessard Bug with return value of nodelist saving fixed
2008-08-19 etisserant Added concepts :
2008-06-27 etisserant Added PLC tick alignement on external synchronization source feature.
2008-06-25 etisserant Fixed slavebootup bug in generated code.
2008-06-25 lbessard Adding support for modification in CanFestival eds_utils
2008-06-25 etisserant SlaveBootup now set operational state for both local node and network nodes only when all nodes declared in network edit have been initialized.
2008-06-24 etisserant Preliminary CANopen slave generation support
2008-06-23 etisserant Support for extern pointer for located variables + Preliminary slave code (broken)
2008-05-26 greg add import wx for testing platform
2008-05-26 greg add debug mode for CanFestival dll under windows
2008-02-27 etisserant Refuse close if PLC running.
2008-02-22 etisserant Added plugins creation helpstrings, changed GUI layout (more compact), solved staticbitmap issues on win32, re-designed some icons...
2008-02-21 etisserant Added ability to override plugin methods with arbitrary python code (methods.py) when loading plugins
2008-02-01 greg add GetParamsAttributes to canfestival.py to allow dll list in beremiz
2008-01-22 lbessard Adding support for the new version of xmlclass
2007-12-20 lbessard Beremiz layout improved for wx2.8 by inserting all control in TreeCtrl
2007-12-10 lbessard Adding file with generated master in build folder and a button for editing it with objdictedit
2007-10-25 lbessard Adding icons in Beremiz GUI
2007-10-02 etisserant Enhancements in CanFestival plugin. Now PLC with CanFestival plugin compiles and run, exchanging CanOpen PDOs
2007-10-01 etisserant Basic CANOpen master node test compiles and run.
2007-09-24 etisserant Added CanFestival "main" runtime part, initialize, all nodes, and start CF timer loop
2007-09-21 etisserant On the long wat towards generated code comilation...
2007-09-20 etisserant PLC and plugins compilation with gcc now starts (and fail).
2007-09-11 etisserant Fixed CanOpen network renaming
2007-09-11 etisserant Fixed onclose bug
2007-09-11 etisserant added sync option
2007-09-10 lbessard Adding support for using Networkedit et PLCOpenEditor in Beremiz
2007-09-10 etisserant Working CanOpen OD generation
2007-09-10 etisserant minor fixes
2007-09-07 etisserant Pleliminary build process -- C code generation
2007-09-04 etisserant Beremiz plugins definitions.
2007-09-03 etisserant Base build mechanism layout.
2007-08-31 lbessard First commit of Beremiz new version with plugin support
2007-08-28 etisserant More precise design for plugins.... to be continued...
2007-08-27 etisserant More precise design for plugins.... to be continued...
2007-08-21 etisserant plugin framework organization being defined
2007-08-20 lbessard Adding plugin support in Beremiz