Boa tarde a todos. Estou tendo dificuldades para comunicar corretamente o Modbus com MySL. Dentro do change eu botei (UPDATE
projeto
.motobomba
SET bomba
= '4' WHERE (idmotobomba
= '1')
Good afternoon everyone. I'm having difficulties correctly communicating Modbus with MySL. Inside the change I put (UPDATE project.motobomba SET bomba = '4' WHERE (idmotobomba = '1') which is the MySQL command to update the value, the number 4 is the value that should change as it receives values from Modbus, but I can't insert the value it receives from modbus into this code. Can anyone help me?