Logic Machine Forum
SAKURA VRF - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: SAKURA VRF (/showthread.php?tid=4879)



SAKURA VRF - khalil - 19.07.2023

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?


RE: SAKURA VRF - admin - 19.07.2023

See this: https://forum.logicmachine.net/showthread.php?tid=4311&highlight=write_bitmask
Most likely the real address of this holding register is 0 not 40001.


RE: SAKURA VRF - khalil - 19.07.2023

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
    }



RE: SAKURA VRF - Daniel - 19.07.2023

First check if Read test works so you know that you talk to correct register, then make full profile and test, looks ok.