CHANGES.TXT 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. ModScan Application Change History
  2. March 15, 1996
  3. Reversed prefix display for registers to use <40000> for Holding
  4. Registers (Msg Type 03), and <30000> prefix for Input Registers,
  5. (Mesg Type 04). The prefix defined by the standard does not
  6. track the message type as assumed in the original ModScan design.
  7. Version Number changed to 1.A11
  8. March 23, 1996
  9. Added support for message types 15 & 16, (Force Multiple Coils &
  10. Preset Multiple Registers).
  11. Version Number changed to 1.A20.
  12. April 25, 1996
  13. Modified display view to reduce "flicker" during live updates
  14. of MODBUS data points.
  15. Added ability to print data display.
  16. Version Number changed to 1.A21.
  17. June 10, 1996
  18. Modified display to erase old counter values after reset.
  19. Version Number changed to 1.A22
  20. August 31, 1996
  21. Added ability to transmit user defined command string to slave device.
  22. Version Number changed to 1.A23
  23. October 25, 1996
  24. Added ability to control RS-232 control lines RTS/DTR.
  25. Version Number changed to 1.A25
  26. January 4, 1997
  27. Added ability to display/modify registers using floating-point notation.
  28. Version Number changed to 1.A26
  29. February 3, 1997
  30. Corrected problems with Writing data using the Ascii protocol.
  31. Version Number changed to 1.A27
  32. February 16, 1997
  33. Reversed logic for Floating-Point display, (swapped vs. non-swapped)
  34. Version number changed to 1.A28
  35. March 14, 1997
  36. Added Binary display option, corrected ASCII protocol operation
  37. to ignore extraneous characters outside the msg frame.
  38. Version number changed to 1.A29
  39. April 20, 1997
  40. Added dialog box to allow setting register values using discrete
  41. check boxes for binary data.
  42. Version Number changed to 1.A2A
  43. June 4, 1997
  44. Added option to display Long Integer Values.
  45. Version Number changed to 1.B02
  46. June 5, 1997
  47. Changed Long Integers to Double Floats
  48. Version 1.B03
  49. July 14, 1997
  50. Added ability to log data to ascii text file.
  51. Version 1.B04
  52. July 29, 1997
  53. Added option to display register addresses in HEX.
  54. Version 1.B05
  55. August 6, 1997
  56. Added ability to enter Address > 9999 in script file.
  57. Version 1.B06
  58. Sept. 15, 1997
  59. Script execution of multiple write functions was calculating
  60. wrong LRC in ASCII transmission mode.
  61. Version 1.B07
  62. Feb 2, 1998
  63. Corrected exception response handling for Ascii Transmission mode.
  64. Enable baud rate selections up to 128K.
  65. Version 1.B08
  66. March 8, 1998
  67. Script execution of multiple write functions was calculating the
  68. wrong checksum in the expected reply message.
  69. Version 1.B09