Reset Value

Discuss issues and ideas you have to configuring displays with PowerVision
mikwin
Posts: 7
Joined: Thu Jan 19, 2012 3:20 pm

Reset Value

Post by mikwin » Thu Jun 20, 2013 2:50 pm

I have a key call Start, stop which start and stop the power unit. I have a drive who control the electric motor speed
with a 0-10V signal. So when I push the Key Start, the electric motor start to ramp up to 600 RPM. I have two other keys that can increase or decrease the electric motor speed(minimum speed is always 600 and max is 2200). Let say I increase speed to 55% and I turn off the electric motor with the Stop key. The 55% setting still
stay there if I start again the electric motor. I want when I stop the motor that those settings values return to zero. I think I have to do a ‘state machine’ to reset all values to zero but I don’t know how to do exactly and where to put it?

Thank you.
ksaenz
Enovation Controls Development
Enovation Controls Development
Posts: 263
Joined: Thu Aug 19, 2010 7:53 am

Re: Reset Value

Post by ksaenz » Fri Jun 21, 2013 7:39 am

Hello mikwin,

How do you increase or derease the speed of the electric motor? Do you change the value of a variable?

You could create a calculation event for that variable to change its value to zero. Then you could create an event that executes the calculation event and the event to stop the engine. This event would be the one you fire from the key press.

Regards,

ksaenz