Hello,
The reading is working perfect now, but unfortunately when I try to write to one of the variables I'm only writing to the first one.
For example if I write for the third variable the value 22.0, this value will be written to the first one, in the slave !
I am using this simple profile:
{"name":"Teste1","bus_datatype":"14","datatype":"float32","type":"register","address":0,"writable":"true","read_count":6,"read_offset":0,"read_swap":"n" },
{"name":"Teste2","bus_datatype":"14","datatype":"float32","type":"register","address":0,"writable":"true","read_count":6,"read_offset":2,"read_swap":"n" },
{"name":"Teste3","bus_datatype":"14","datatype":"float32","type":"register","address":0,"writable":"true","read_count":6,"read_offset":4,"read_swap":"n" }
Am I doing anything wrong ?
Thank you
The reading is working perfect now, but unfortunately when I try to write to one of the variables I'm only writing to the first one.
For example if I write for the third variable the value 22.0, this value will be written to the first one, in the slave !
I am using this simple profile:
{"name":"Teste1","bus_datatype":"14","datatype":"float32","type":"register","address":0,"writable":"true","read_count":6,"read_offset":0,"read_swap":"n" },
{"name":"Teste2","bus_datatype":"14","datatype":"float32","type":"register","address":0,"writable":"true","read_count":6,"read_offset":2,"read_swap":"n" },
{"name":"Teste3","bus_datatype":"14","datatype":"float32","type":"register","address":0,"writable":"true","read_count":6,"read_offset":4,"read_swap":"n" }
Am I doing anything wrong ?
Thank you