//Regular Bucket Script File V1.1.0 27th Sept, 2007 //This script cycles the buckets like a HDRB application. Moisture works no Test Weight // This is not called for the first plot, as anopther script file that opens the hopper will //Modified 3/11/2010 by JL for test wiper arm // Read the data we want to see // Read, EM Sensor, Moisture // Read the moisture Read, General Settings, TotalWeight // Read the total weight Read, EM Sensor, Test Weight // Read the test weight // //The following is for the backup log // Read, EM Sensor, EMFreq //Current F Read, EM Sensor, CurVolts // Current V Read, General Settings, TareVolts //Zero V Read, General Settings, TareFreq //Zero F Read, EM Sensor, EMTemp //Temp // // Open the plot and test // Open, Plot, NoTime Open, Left Hopper, OpenStateTimer // Close the test and plot Close, Left Hopper, NoTime Close, Plot, NoTime //only check tare for weight, since most 3cells do not have moisture sensors CheckTare, Weight //need to check the tare BEFORE the hopper opens // // Open the Right Hopper // Open, Right Hopper, OpenStateTimer //Open Right Hopper // Close the Right hopper // Close, Right Hopper, NoTime Open, Aux, NoTime //Open Wiper Close, Aux, NoTime //close wiper SaveData //Save the data and move to the next plot // end of script file