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.

SAKURA VRF
#1
Hello dears,
Does any one connect to SAKURA VRF System?

is it possible to make the bit mask for the R/W holding register using profile?

Attached Files Thumbnail(s)
   
.pdf   Datsheet.pdf (Size: 2.68 MB / Downloads: 2)
.xlsx   NEW MODBUS TABLE.xlsx (Size: 40.33 KB / Downloads: 2)
Best Regards,
Reply
#2
See this: https://forum.logicmachine.net/showthrea...te_bitmask
Most likely the real address of this holding register is 0 not 40001.
Reply
#3
Should this Work?

Code:
{
      "name": "On Off",
  "address": 0,
  "value_custom": {
"1": "Off",
"2": "On"
},
      "bus_datatype": "uint8",
      "datatype": "uint16",
      "type": "register",
  "value_bitmask": 0xC000,
  "writable": true,
      "write_bitmask": true
    }
Best Regards,
Reply
#4
First check if Read test works so you know that you talk to correct register, then make full profile and test, looks ok.
------------------------------
Ctrl+F5
Reply


Forum Jump: