Commit graph

14 commits

Author SHA1 Message Date
9292a4bd7e Improved comments 2014-11-08 09:28:49 +00:00
6125015cc5 Converted tabs to spaces.
I still think tabs are better :P
2014-09-23 09:48:47 +00:00
e534955938 Minor improvements 2014-09-23 09:43:16 +00:00
d145a51671 Improved comments 2014-08-29 16:13:05 +00:00
eb6d28c71b Rename generated.dbc and generated.vsysvar into Modbus.*
DeviceInformation.cin
  struct device now contains all 4 bytes of the IP as fields

MakeConfig.can
  Improved code and comments

MakeConfig.can
PollingModbusClient.can
  Removed the subnetting stuff. We simply can add the net to the node name
2014-08-29 14:55:20 +00:00
6ddb12d98f Changed B&R receive window to 8 2014-07-14 10:32:08 +00:00
752f282c3a Added defaults to switch statements 2014-07-14 09:37:21 +00:00
84ab39d5b3 ModbusClient.cin
Counting the send attempts to reject packets that cannot be send (e.g. wrong network)

MakeConfig.can
  Introduced options (skip255 and useThirdIpNameForNodeName)
2014-07-11 11:32:02 +00:00
3e3a24a2a3 DeviceInformation.cin
Improved device structure
2014-07-10 07:56:55 +00:00
decc7357e7 DeviceInformation.cin
Moved device information into structure
PollingModbusClient.can
  Use device structure
ModbusClient.cin
  Use device structure and enum ModbusFuncCode

ModbusEil.cin
ModbusTcp.cin
  Fixes
2014-07-08 11:38:32 +00:00
b6f211d5d3 Prefixed "private" functions with underscore 2014-07-04 10:59:58 +00:00
32c009aa98 Added comments
Refactured Layer 4
2014-06-20 10:45:41 +00:00
2279ff04b0 DeviceInformation.cin
Added default value of 1 to gDevReceiveWindow because gtRobin would do anything in MakeConfig
2014-06-17 14:28:29 +00:00
93dd56469d ModbusClientCommon.cin
Introduced loops to automatically split requests that are too large for Modbus

ModbusClient.can
  Modified Modbus events so that the split requests (see above) will be written at the correct position in sys vars

ModbusFunctions.cin
DeviceInformation.cin
  Introduced new file that will handle most device specific things

ModbusStructs.cin
  Introduced new constants with maximum Modbus values

MakeConfig.can
  Increment IP address with swapDWord
  Moved detection stuff to DeviceInformation.cin
2014-06-17 14:21:45 +00:00