USE YOUR BROWSER'S BACK BUTTON TO RETURN TO THE PREVIOUS PAGE
DEHYDRATOR OPERATIONS SUMMARY
START UP MENU SCREEN
RUN Transfer to the Run screen.
PROGRAM Transfer to the Program screen.
PROGRAM SCREEN
Get the correct step information by:
1. Position the cursor over the Step number by pressing the PREV and NEXT keys.
2. Change the step number by pressing the RAISE or LOWER keys.  OR by depressing the appropriate number keys
   and then pressing ENTER.
3. Retrieve the step information by pressing the READ key.  You must always depress READ to get the actual
   information for the given step.
To change a step:
1. Move the cursor to the command using the PREV and NEXT keys.
2. Scroll through the commands using the RAISE and LOWER keys until the desired command is visible.
3. Move the cursor to the variable using the NEXT key.
4. Scroll through the variables using the RAISE and LOWER keys until the desired variable is visible.
5. Move the cursor the the value using the NEXT key.
6. Use the RAISE and LOWER keys to adjust the value.  OR Press the desired number keys and then press ENTER.
7. Use the PREV and NEXT keys if needed to return to any of the items.
8. Press the WRITE key to store the step.
9. After the step is written the display will automatically move to the next step.  It is not necessary to press READ, all of
   the step data is read from memory.
To leave the program screen:
MENU Transfer to the Startup Screen.
EXIT Transfer to the Run Screen.
DEHYDRATOR COMMAND SUMMARY
COMMAND VARIABLE VALUE
     
SKIP n/a N/A, Variable and Value are not required for this step.  When this step is executed the program immediately advances to the next step.
     
WAIT TIME 0 - 9999 Minutes. Wait for time period set.
WAIT TEMP 0-9999 Degrees. Wait until desired temperature is reached.
WAIT RH 0-100 %.  Wait until desired relative humidity is reached.
     
SET TEMP 0-9999 Degrees.  Set temperature to desired set point.
SET RH 0-100 %.  Set relative humidity to desired set point.
SET MIST1 0, Turns Mist 1 Off.  1, Turns Mist 1 ON.  2-100 Turns Mist 1 on if relative humidity drops below the value set.
SET MIST2 0, Turns Mist 2 Off  1, Turns Mist 2 ON.  2-100 Turns Mist 2 on if relative humidity drops below the value set.
     
IF TIME 0-9999 Minutes.  IF the set number of minutes passes BEFORE the SECOND command after the IF command is completed, THEN the command IMMEDIATELY after the IF command will be executed.  The command after the IF command is only executed if the IF condition becomes true first..  The program will advance to the SECOND command after the IF immediately after setting the IF condition, it will then backup one step if the IF condition becomes true first.
IF TEMP 0-9999 Degrees.  IF the set temperature is reached BEFORE the SECOND command after the IF command is completed, THEN the command IMMEDIATELY after the IF command will be executed.  The command after the IF command is only executed if the IF condition becomes true first..  The program will advance to the SECOND command after the IF immediately after setting the IF condition, it will then backup one step if the IF condition becomes true first.
IF RH 0-100 %.  IF the set relative humidity is reached BEFORE the SECOND command after the IF command is completed, THEN the command IMMEDIATELY after the IF command will be executed.  The command after the IF command is only executed if the IF condition becomes true first.  The program will advance to the SECOND command after the IF immediately after setting the IF condition, it will then backup one step if the IF condition becomes true first.
     
GOTO STEP 0 - End of program.  When this command is used, normally after an IF command, the program will immediately advance to the step number requested.
     
END n/a N/A, Variable and Value are not required for this step.  When this step is executed the program immediately stops operation, the mist valves are turned off, the burner is set to minimum flame and the louvers are closed.
Run Screen
START When the START label is visible the program is NOT running.  Depress START to begin operation.
When the program is running, the START label is replaced with the STOP label.
RESET When the START label is visible, RESET can be pressed to start from step 0.
STOP The STOP label is visible when the program is running.  Depress STOP to halt the program.
After stopping the START label will be visible, depress START to resume operation.
Displays the current step information.
Displays the step being requested from the terminal (left) and the total cycle time (right).
Displays the temperature and RH set point, actual value, and percent of output.
Displays the current time actual and set point.
Displays the on/off status of the mist valves.
To leave the Run screen:
MENU Transfer to the Startup Screen.
EXIT Transfer to the Program Screen.
F1 Transfer to the Manual Overide Screen.
Manual Overide Screen:
To change a value:
1. Position the cursor over the item by pressing the PREV and NEXT keys.
2. Change the item by pressing the RAISE or LOWER keys.  OR by depressing the appropriate number keys
   and then pressing ENTER.
3. The value is changed as soon as a new number is entered.
To leave the screen:
EXIT To transfer to the Run screen and observe the changed value.