Occasionaly I push my spindle too hard by mistake and the VFD will error.
Because I control the VFD via modbus I don''t have the external reset button as that panel gets replaced by the ethernet connection.
This means I must shut down the power to get it to reset. This is a pain.
I want to make a reset button on screen button to reset it.
I think I have the modbus side of it OK.
I need to have a momentary event that the modbus macro can read and send the reset command to modbus.
I need an on screen button that can trigger a momentary event. Like a LED or similar that can be checked by the macro.
But it must be momentary to avoid sending a reset many times a second
Any help would be appreciated.