This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Vigilohm JSON Modbus file
#11
Ok perfect we need to shift registers by -1

Try starting with this
For bits you have to add each bit as separate line and add bitmask
Code:
bit 0 = 0x1
bit 1 = 0x2
bit 2 = 0x4
bit 3 = 0x8
bit 4 = 0x10
bit 5 = 0x20
bit 6 = 0x40
bit 7 = 0x80
bit 8 = 0x100
bit 9 = 0x200
bit A = 0x400
bit B = 0x800
bit C = 0x1000
bit D = 0x2000
bit E = 0x4000
bit F = 0x8000

Attached Files
.json   IFL12H.json (Size: 541 bytes / Downloads: 21)
------------------------------
Ctrl+F5
Reply


Messages In This Thread
Vigilohm JSON Modbus file - by SigmaTec - 31.03.2020, 16:02
RE: Vigilohm JSON Modbus file - by Daniel - 31.03.2020, 16:06
RE: Vigilohm JSON Modbus file - by SigmaTec - 31.03.2020, 16:15
RE: Vigilohm JSON Modbus file - by SigmaTec - 01.04.2020, 08:15
RE: Vigilohm JSON Modbus file - by Daniel - 01.04.2020, 11:01
RE: Vigilohm JSON Modbus file - by SigmaTec - 01.04.2020, 11:24
RE: Vigilohm JSON Modbus file - by Daniel - 01.04.2020, 11:51
RE: Vigilohm JSON Modbus file - by SigmaTec - 01.04.2020, 12:02
RE: Vigilohm JSON Modbus file - by Daniel - 01.04.2020, 13:17
RE: Vigilohm JSON Modbus file - by SigmaTec - 01.04.2020, 13:43
RE: Vigilohm JSON Modbus file - by Daniel - 01.04.2020, 13:46
RE: Vigilohm JSON Modbus file - by SigmaTec - 01.04.2020, 16:29
RE: Vigilohm JSON Modbus file - by admin - 02.04.2020, 06:14
RE: Vigilohm JSON Modbus file - by SigmaTec - 02.04.2020, 07:09
RE: Vigilohm JSON Modbus file - by Daniel - 02.04.2020, 08:43
RE: Vigilohm JSON Modbus file - by SigmaTec - 02.04.2020, 10:20

Forum Jump: