var output_buffer; //The user is required to enter the correct username and password to access the dryer. //This is done since the user can actual modify settings on the dryer function displayLogin() { loadImage(); //This will bring up the login screen if the user is not logged in if(!loginSuccess) { output_buffer = '
'; document.getElementById('main_body').innerHTML = output_buffer; } else { loadImage(); getDryerState(); } } //Display the Dryer Status table function displayContinuousFlow() { output_buffer = 'Dryer | ? |
---|---|
Wet Sensor Moisture (%) | ? |
Dry Sensor Moisture (%) | ? |
Dry Sensor Moisture Setpoint (%) | ? |
Grain Temperature (°F) | ? |
Grain Temperature Setpoint (°F) | ? |
Control Type | ? |
Unload | ? |
Metering Roll Speed (%) | ? |
Bushel Per Hour (BPH) | ? |
Total Bushels | ? |
Burner Status | ? |
Load Status | ? |
Unload Status | ? |
'; output_buffer += ' | '; output_buffer += ' | '; output_buffer += ' |
Dryer | ? |
---|---|
Wet Sensor Moisture (%) | ? |
Dry Sensor Moisture (%) | ? |
Dry Sensor Moisture Setpoint (%) | ? |
Grain Temperature (°F) | ? |
Grain Temperature Setpoint (°F) | ? |
Dry Timer | ? |
Dry Timer Setpoint | ? |
Cool Timer | ? |
Cool Timer Setpoint | ? |
Unload Timer | ? |
Unload Timer Setpoint | ? |
Control Type | ? |
Unload | ? |
Metering Roll Speed (%) | ? |
Bushel Per Hour (BPH) | ? |
Total Bushels | ? |
Burner Status | ? |
Load Status | ? |
Unload Status | ? |
'; output_buffer += ' | '; output_buffer += ' | '; output_buffer += ' |
Parameter | Value | Modify |
---|---|---|
Plenum #1 Temperature (°F) | ? | |
Plenum #1 Setpoint (°F) | ? | |
Plenum #2 Temperature (°F) | ? | |
Plenum #2 Setpoint (°F) | ? | |
Plenum #3 Temperature (°F) | ? | |
Plenum #3 Setpoint (°F) | ? | |
Plenum #4 Temperature (°F) | ? | |
Plenum #4 Setpoint (°F) | ? | |
Plenum #5 Temperature (°F) | ? | |
Plenum #5 Setpoint (°F) | ? | |
Plenum #6 Temperature (°F) | ? | |
Plenum #6 Setpoint (°F) | ? |
Parameter | Value | Modify |
---|---|---|
Metering Roll Speed | ? | |
Metering High Speed | ? | |
Metering Medium Speed | ? | |
Metering Low Speed | ? |
Parameter | Value | Modify |
---|---|---|
Out of Grain Timer | ? | |
Out of Grain Timer Setpoint | ? | |
Load Delay Timer | ? | |
Load Delay Timer Setpoint | ? | |
Unload Cleanout Delay Timer | ? | |
Unload Cleanout Delay Timer Setpoint | ? | |
Dry Timer | ? | |
Dry Timer Setpoint | ? | |
Cool Timer | ? | |
Cool Timer Setpoint | ? | |
Unload Timer | ? | |
Unload Timer Setpoint | ? |
Parameter | Value | Modify |
---|---|---|
Grain Tempertaure Setpoint (°F) | ? | |
Dry Moisture Content Setpoint (%) | ? |