ICE97A01 communication driver is the driver to communicate with controller of Hightech Engineering CO., Ltd. in Korea.
<Figure 1> is read setting example of ICE97A01 communication driver.
<Figure 1> Read setting example of ICE97A01 communication driver |
Device part of <Figure 1> input Com Port(COM1), Baud Rate(9600), Parity Bit(0), Data Bit(8), Stop Bit(1) respectively( fixed to 9600, 0, 8, 1 ).
ICE97A01 communication driver read schedule
Read schedule setting parameters are as follows:
1) Station – 0 ~ 255 controller station number.
2) Read command – Command = AI, DI.
3) Read Start Address – Don't care.
4) Save start address for Communication Server – Saving start address of Communication Server.
5) Read Size – Fixed to, AI = 10, DI = 8.
Read schedule example)
READ, 255, AI, 0, 0, 10,
READ, 255, DI, 0, 10, 8,
You can control ICE97A01 controller by using write settings
Digital Write
Digital write setting parameters are as follows:
1) PORT Port no. (0 ~ 255)
2) STATION 0 ~ 255 controller station number.
3) ADDRESS control type.
0000 - stop,
0001 - heat storage operation,
0002 - refrigerator single operation,
0004 - heat storage tank single operation,
0008 - parallel Operation.
4) Extra1 Don't care.
5) Extra2 Don't care.
Write example 1)
PORT:0, station:255, ADDRESS:0001, Extra1: , Extra2 :
The setting parameter shown above is 'heat storage operation' control example of 255 station ICE97A01 controller.
Analog Write
ICE97A01 communication driver don't support 'Analog Write'.