2007-12-10 lbessard Bug on close with Beremiz fixed
2007-12-09 lbessard Bug on OCTET_STRING display fixed
2007-12-09 lbessard Improving eds parse
2007-12-09 etisserant Minor changes, mostly PCAN/windows related.
2007-12-09 etisserant debug=MSG -> print CAN messages
2007-12-08 greg Changes to compile for win32
2007-12-07 lbessard Bug on DCFEditor Dialog fixed
2007-12-07 lbessard Adding DCFEditor Dialog to networkedit
2007-12-06 lbessard Bug on Close Frame fixed
2007-12-06 lbessard Modification of 0x1016 index c code generation
2007-12-06 lbessard Bug with Drag and Drop on SubindexGrid fixed
2007-12-06 lbessard Adding "ParameterValue" as optional parameter for "VAR" entries
2007-12-04 etisserant One more compilation warning fixed.
2007-12-03 etisserant Fixed integer limit warning
2007-12-03 etisserant Some fixes suggested by Luis Jim?nez, plus some minor enhancements in DCF.
2007-11-29 luis There was a variable declaration after a statement
2007-11-23 greg Fix problem with symbolic link ( --> os.path.realpath() )
2007-11-21 lbessard Bug on default COB ID value for PDO transmit and receive 5 and higher fixed
2007-11-16 lbessard Bugs that prevents to compile with wx2.8 fixed
2007-11-12 etisserant Workaround for unsupported UNS64 on some compiler.
2007-11-12 etisserant Better EMCY support. Now EMCY COB-ID depend on OD 1014h entry, as told in DS-301.
2007-11-12 lbessard Adding standard default value to index 0x1014
2007-11-07 lbessard Bug on RefreshList in subindextable.py fixed
2007-10-30 lbessard Bug on type inconsistency in SDO Client fixed
2007-10-18 lbessard Bugs on EDS import fixed
2007-10-18 lbessard Bugs on EDS import fixed
2007-10-11 etisserant Reverted Makefile.in to keep DS-401 GUI example to out of build. (still not mature enough)
2007-10-11 etisserant Updated .od files to keep compatible with $NODEID+... way to express OD entry values, as in EDS.
2007-10-11 etisserant Fixed incoherency with idx 0x1280+n sidx 3 in sdo.c against newly generated objectditcs (UNS32*->UNS8*).
2007-10-05 lbessard Bug on some eds including StandardDataTypes section fixed
2007-10-02 etisserant Fixed crash with visible_string due to latest changes.
2007-10-02 etisserant Now, SetNodeId will change 1200h SDO server params to new defaul values only if already set to appropriate default values.
2007-10-02 etisserant Many fixes in OD of DS401_Slave_GUI. Still very unstable. Work in progress
2007-10-02 etisserant more fancy print_message for debug
2007-10-02 lbessard Bug on new file and open file with wxPython 2.8.4.2 on GTK fixed
2007-10-02 lbessard Allowing user to type formulas
2007-10-02 luis Checking if TPDO was valid was wrong (pdo.c)
2007-10-01 etisserant Fixed some transmit type issues (for 254 255) with null event and/or inhibit time
2007-10-01 luis Solved a small bug in emcy.c (errRegMask was always '1' in EMCY_setError.
2007-09-30 etisserant DS401 Slave GUI : Added command line interface, cleaned up parts of code, added EDS.
2007-09-30 etisserant Update with latest generated code flavour (TestMasterSalve)
2007-09-30 etisserant Typo crashin on node remove in network editor
2007-09-30 etisserant Fixed forgoten removed objdictedit.sh in Makefine.in
2007-09-30 etisserant Some tricks in communication services status struct (states.c) and in sync.c to fit with Beremiz generated node code.
2007-09-30 etisserant Added debug message printing. Added socket option : CAN_RAW_LOOPBACK=1 and CAN_RAW_RECV_OWN_MSGS=0.
2007-09-30 etisserant Removed warning with lower boundary <= 0 in Valuerange test wuth unsigned types
2007-09-28 luis Modified codes in MSG_ERR and MSG_WAR in emcy.c
2007-09-27 lbessard Bug on gen_cfile.py valueRangeTest generation fixed
2007-09-27 lbessard Adding support for restricting user to only dynamically set 0 to index 0x1003 subindex 0x00 in gen_cfile.py
2007-09-27 etisserant Removed struct initializer with non-constant pointer, making TI compiler fail
2007-09-26 luis Implemented EMCY objects.
2007-09-25 baf Fixed typo in objdictgen.py preventing generation of examples' ODs
2007-09-25 greg Updated manual for msys/mingw build
2007-09-25 lbessard Obsolete example files in objdictgen/examples replaced by some new equivalents
2007-09-24 lbessard Bug on MessageDialog popup when unable to load a file fixed
2007-09-21 etisserant added config.py.in, filled by configure, so that python program using objdictedit can gat compilation params. Reomved old dead files.
2007-09-21 etisserant Typo in configure
2007-09-19 lbessard Bug on Drop Source fixed
2007-09-18 lbessard Corrections for wx version 2.8.4
2007-09-18 greg fix problem sh. Replace with bash in configure script. For msys, there is a bash version to download.