'Lab 3 Template 'Date: 'Program author: 'Short Black Cord (1242) Const ______ 'White Ended Cord Const ______ 'Short Black Cord Const ______ 'Declare Public Variables 'Example: Public PTemp, Batt_volt 'Set Units Units PTemp = degC Units Batt_volt = Volts Units ____ = ____ 'Define Data Tables. DataTable (Test,1,-1) 'Set table size to # of records, or -1 to autoallocate. DataInterval (0,__,Sec,10) Minimum (1,Batt_volt,FP2,False,False) 'Records minimum battery voltage 'Sample (Repetitions, source, FP2) 'Average (Repetitions, source, FP2, False) EndTable 'Main Program BeginProg Scan (__,Sec,0,0) PanelTemp (PTemp,60) Battery (Batt_volt) 'Therm109 (Destination, Repetitions, SE Ch., EX Ch., ' Setting time, _60Hz, Multiplier, Offset) 'VoltDiff (Destination, Repetitions, mV5000, Diff Ch., True, ' Setting Time, _60Hz, Multiplier, Offset) 'Enter other measurement instructions 'Call Output Tables CallTable Test NextScan EndProg