Faceplate button trigger pulse
dear Stefan
in our our factory we are using abb 800xa v5.1 with pm800
we we created a custom block for a motor
we need ur help that how to create faceplate button. Like auto man start stop as pulse in the faceplate instead of writing the logic in the plc
please suggest
qith regards.
Veko
in our our factory we are using abb 800xa v5.1 with pm800
we we created a custom block for a motor
we need ur help that how to create faceplate button. Like auto man start stop as pulse in the faceplate instead of writing the logic in the plc
please suggest
qith regards.
Veko
Voted best answer
> "as Pulse Command"
You dont.
Write "False" to the Variable in the PLC code after you have processed the command.
You dont.
Write "False" to the Variable in the PLC code after you have processed the command.
Answers
Greetings,
You need to use TP Function Block in your program.
This block changes the FP Button Variable from Logic True to Logic False, at the end of defined time.
Hope it helps you.
You need to use TP Function Block in your program.
This block changes the FP Button Variable from Logic True to Logic False, at the end of defined time.
Hope it helps you.
Add new comment