ShinHan LoadCell Data Read is driver to read Load Cell data of Shinhan Electronics in Korea.
<Figure 1> is read setting example of ShinHan LoadCell Data Read communication driver.
<Figure 1> Read setting example of ShinHan LoadCell Data Read driver |
Device part of <Figure 1> input Com Port(COM1), Com Baud(19200), Parity Bit(0), Data Bit(8), Stop Bit(1) respectively, according to device.
ShinHan LoadCell Data Read driver's read schedule
ShinHan LoadCell Data Read driver's read schedule just needs single line as READ,.
Read schedule example)
READ,
<Table 1> is description for memory address and contents which save the data that is read from ShinHan LoadCell Data Read communication driver.
Memory Save Address | Contents | Range | Remarks |
0 ~ 99 | Read value from sensor between no.0 and no.99 | -999 ~ 999 | Save the same value to WORD/DWORD/FLOAT memory |
<Table 1> Read contents and save address of DATA type to read |
Data value which is read from ShinHan LoadCell Data Read driver is saved at WORD/DWORD/FLOAT memory as same value(data type is different only).
There is no writing settings because ShinHan LoadCell Data Read is read only driver.