//GenericHarvestModlue NormalPlot w/Wiper Script File V1.1.0 25th March, 2008 // For single buckets with a wiper on the test bucket, but no holding hopper. // Has 2 sec delay to allow wiper to complete cycle before reading & saving data. // Modified 3/11/2010 by Jonathan Leach. // Run Test chamber wiper arm Open, Aux, NoTime // Open Wiper Arm Close, Aux, NoTime // Close 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 and Close the plot // Open, Plot, OpenStateTimer // Open the plot Close, Plot, NoTime // Close the plot //only check tare for weight, since most 3cells do not have moisture sensors CheckTare, Weight //need to check the tare BEFORE the hopper opens SaveData //Save the data and move to the next plot // end of script file