10-10-2023, 07:22 AM
(This post was last modified: 10-11-2023, 09:04 AM by NicTheModder.)
(10-09-2023, 12:08 PM)admin Wrote: sorry, i don't know understand deeply, can you take a video of your problem?
I never made a video.
Do you have any suggestion for some video software? OBS Studio looks good.
(10-09-2023, 12:08 PM)admin Wrote: sorry, i don't know understand deeply, can you take a video of your problem?
This is a simplified examle;
| Use 3 boards;
| - 1 x kc868-HA named for simplicity HA
| - 2 x kc868-Axx named for simplicity A1 and A2
|
| Use 'kc868_controller' on A1 and A2
|
| Connect all boards on a rs485 line
When HA sends a message over the bus (switch 1 closed for example), both A1 and A2 will read this message.
When A1 sends that HA must close a switch, A2 will send an error message and A2 neglects all other messages send at that time.
This is because the structure of the message send by HA and 'kc868_controller' are different. 'kc868_controller' gives an error on its own messages when read on another board on the rs485-bus.