GwLin Changelog: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==GW6-next == | ==GW6-next == | ||
* IEC-62056: mask incoming data with 0x7F (ASCII protocol) | * IEC-62056: mask incoming data with 0x7F (ASCII protocol) | ||
* iptables: support for -m limit. For intsance a rule like this: /usr/sbin/iptables -t filter -A INPUT -p tcp --dport 2404 --sport 1024:65535 -m state --state NEW -m limit --limit 25/minute --limit-burst 100 -j ACCEPT | |||
==GW6-1202 == | ==GW6-1202 == | ||
* IEC104: Fix possible event loss on ethernet cable removal. | * IEC104: Fix possible event loss on ethernet cable removal. |
Revision as of 07:46, 10 April 2012
GW6-next
- IEC-62056: mask incoming data with 0x7F (ASCII protocol)
- iptables: support for -m limit. For intsance a rule like this: /usr/sbin/iptables -t filter -A INPUT -p tcp --dport 2404 --sport 1024:65535 -m state --state NEW -m limit --limit 25/minute --limit-burst 100 -j ACCEPT
GW6-1202
- IEC104: Fix possible event loss on ethernet cable removal.
- Formula: Do not generate control event, on first successful calculation.
GW6-1200
- Firmware version readable through internal WebServer
- Fix possible event loss when lots of changes arrive for one input.
- GPRS-modem protocol: if connection to internet is lost, all TCP client connections are closed
- IEC104: force long-time format
GW6-1198
- IEC101/103 Unbalanced Master: add feature polling delay
- When sending a control operation over IEC103 channel with many devices. Speed up receiving of control response.
GW6-1196
- Connection loss with RTC-board does not result in watchdog reset.
- Symptoms: device will reset after 20 seconds of running.
- Device will write system boot count and application start count to console.log. Latest values can be found in /var/local/telem/stats
RTA-A-1192
- RTA-A: possible to define DO object to clear annunciator LED 's
- Modbus Master: Fix receiving of negative 16bit normalized values.
GW6-1190
- Added new update pack type app-only.
- Note: This update pack type should only be used on device with SW version 1190 or later.
- This update will not overwrite system files - less chance for bricking if something goes wrong (accidental power loss or reset).
- Generate /etc/network/interfaces file once after receiving new setup.
- New protocol type IEC ^ Setup
- Only reading and writing of device setup is allowed on this Port.
- Allows faster booting of device with a lot of unused Up-channel ports.