Mon, 01 Oct 2007 14:43:01 +0200Solved a small bug in emcy.c (errRegMask was always '1' in EMCY_setError.
luis [Mon, 01 Oct 2007 14:43:01 +0200] rev 296
Solved a small bug in emcy.c (errRegMask was always '1' in EMCY_setError.
EMCY_setError has a new parameter, addInfo, a 16-bit value that will be copied to 16 most significat bits in 1003h (but it is not sent in EMCY message).

Sun, 30 Sep 2007 22:41:12 +0200DS401 Slave GUI : Added command line interface, cleaned up parts of code, added EDS.
etisserant [Sun, 30 Sep 2007 22:41:12 +0200] rev 295
DS401 Slave GUI : Added command line interface, cleaned up parts of code, added EDS.

Sun, 30 Sep 2007 22:38:58 +0200Update with latest generated code flavour (TestMasterSalve)
etisserant [Sun, 30 Sep 2007 22:38:58 +0200] rev 294
Update with latest generated code flavour (TestMasterSalve)

Sun, 30 Sep 2007 22:37:35 +0200Typo crashin on node remove in network editor
etisserant [Sun, 30 Sep 2007 22:37:35 +0200] rev 293
Typo crashin on node remove in network editor

Sun, 30 Sep 2007 22:36:59 +0200Fixed forgoten removed objdictedit.sh in Makefine.in
etisserant [Sun, 30 Sep 2007 22:36:59 +0200] rev 292
Fixed forgoten removed objdictedit.sh in Makefine.in

Sun, 30 Sep 2007 22:35:48 +0200Some tricks in communication services status struct (states.c) and in sync.c to fit with Beremiz generated node code.
etisserant [Sun, 30 Sep 2007 22:35:48 +0200] rev 291
Some tricks in communication services status struct (states.c) and in sync.c to fit with Beremiz generated node code.

Sun, 30 Sep 2007 22:34:10 +0200Added debug message printing. Added socket option : CAN_RAW_LOOPBACK=1 and CAN_RAW_RECV_OWN_MSGS=0.
etisserant [Sun, 30 Sep 2007 22:34:10 +0200] rev 290
Added debug message printing. Added socket option : CAN_RAW_LOOPBACK=1 and CAN_RAW_RECV_OWN_MSGS=0.

Sun, 30 Sep 2007 22:24:14 +0200Removed warning with lower boundary <= 0 in Valuerange test wuth unsigned types
etisserant [Sun, 30 Sep 2007 22:24:14 +0200] rev 289
Removed warning with lower boundary <= 0 in Valuerange test wuth unsigned types

Fri, 28 Sep 2007 15:08:38 +0200Modified codes in MSG_ERR and MSG_WAR in emcy.c
luis [Fri, 28 Sep 2007 15:08:38 +0200] rev 288
Modified codes in MSG_ERR and MSG_WAR in emcy.c
Defined OD_VALUE_RANGE_EXCEEDED in def.h
Modified gen_cfile.py so than range test for 1003h sub0 sends OD_VALUE_RANGE_EXCEEDED as abortcode when value written is different from 0.

Thu, 27 Sep 2007 09:42:51 +0200Bug on gen_cfile.py valueRangeTest generation fixed
lbessard [Thu, 27 Sep 2007 09:42:51 +0200] rev 287
Bug on gen_cfile.py valueRangeTest generation fixed