Apex reset to factory settings?

reefrubble

Premium Member
I started program the apex through the display becasue I couldnt get it to work on my comuter. Now I got it to work with the computer but most of my programing is gone. I would like to reset it to the way it came out of the box, can I do that?
 
one more question

Im tring to program ramp up & down for my meanwell drivers and keep getting this error message

\\ Error: Expected ON or OFF OR PFx //Error: line 3 - If Time 13:00 to 14:00 Then RampUp
\\ Error: Expected ON or OFF OR PFx //Error: line 5 - If Time 19:00 to 20:00 Then RampDown

This is what I typed:
Fallback on
Set off
If Time 13:00 to 14:00 Then RampUp
If Time 14:00 to 19:00 Then ON
If Time 19:00 to 20:00 Then RampDown
If Temp > 82.0 Then OFF
Min Time 030:00 Then OFF
 
In a statement like If Time 13:00 to 14:00 Then RampUp which references a profile, there must be an existing profile by that name.

Define the desired profile(s) first (including renaming the default PFx profile name) , then program the VarSpd port(s) to use the profile(s).
 
Back
Top