
**1.0.45**
Kit created with for FG series used.
Hardware dependent. 
Internal testing. 

**1.0.45.2**
Official Release for FG series Modbus Slave. 
Fixed the issue on the coil and discrete point not update correctly.

**1.0.45.3**
Add on the reference from serial driver component status. 

**1.0.45.4**
reload last save value write for holding register and coil register. set under the network object. 
need saveApp object to do auto save every 6mins.

**1.0.45.5**
-add on "commLostState" and "commLostInterval" property for the indicate the client driver connectivity.
-add on the ModbusSlaveTCPNetwork "socketTimeout" property.
-add on the ModbusSlaveTCPNetwork "maxConnection" and "clientConnected" to indicate the status of client connectivity.
-change the maximum point limit from 200 to 199.

**1.0.45.33.5**
kit number scheme change. 
kit number (4th segment) now represents FG firmware build number.

**1.0.45.34.5**
Updated for firmware build 34

**1.0.45.34.6**
Add interCharDelay property for customize internal RS232 writing delay.

**1.0.45.35.6**
Updated for firmware build 35.

**1.0.45.36.6**
Updated for firmware build 36.

**1.0.45.37.7**
Updated for firmware build 37.
Remove "interCharDelay" property.
Add "in" property on HoldingPoint.

**1.0.45.38.7**
Updated for firmware build 38.

**1.0.45.38.8**
Add "in" property on CoilPoint.
Enable slot address to be viewed on workbench.

**1.0.45.38.9**
Fixed workbench value drop drastically when there is Modbus Slave kits.
Fixed Null value writen on startUp cause malfunction.
Enhance modbus structure init.
Point status set to 'Disable' and do nothing when its network is not enable.

**1.0.45.42.9**
updated for firmware build 42

**1.0.45.44.9**
updated for firmware build 44

**1.0.45.45.10**
update slave point to write on up


**1.0.45.46.14**
updated logic to hold last value of holding and coil point

	If readWrite is false (readonly)
	The driver will take out value as the lastSavedValue on startup
	
	If readWrite is true (writable)
	If useLastValueOnStart is true
	The driver will take out value as the last saved value on startup
		
	If useLastValueOnStart is false
	The diver will take in value as the initial value on startup

  
**1.0.45.47.14**
updated for firmware build 47