Go to file
2022-11-17 13:51:27 -05:00
Properties Add project files. 2022-11-17 13:41:38 -05:00
.gitattributes Add .gitattributes, .gitignore, and README.md. 2022-11-17 13:41:37 -05:00
.gitignore Add .gitattributes, .gitignore, and README.md. 2022-11-17 13:41:37 -05:00
2022-03-5--05-25.txt Add project files. 2022-11-17 13:41:38 -05:00
8082_Waymo_PC.csproj Add project files. 2022-11-17 13:41:38 -05:00
8082_Waymo_PC.sln Add project files. 2022-11-17 13:41:38 -05:00
App.config Add project files. 2022-11-17 13:41:38 -05:00
BTD barcode.gif Add project files. 2022-11-17 13:41:38 -05:00
example_dumptruck_xml.xml Add project files. 2022-11-17 13:41:38 -05:00
FlexFlowXML.cs Add project files. 2022-11-17 13:41:38 -05:00
Form1.cs Add project files. 2022-11-17 13:41:38 -05:00
Form1.Designer.cs Add project files. 2022-11-17 13:41:38 -05:00
Form1.resx Add project files. 2022-11-17 13:41:38 -05:00
GetUnitInfo.cs Add project files. 2022-11-17 13:41:38 -05:00
I28FlexStatus.cs Add project files. 2022-11-17 13:41:38 -05:00
Program.cs Add project files. 2022-11-17 13:41:38 -05:00
README.md Update readme - try to explain some bits of the code 2022-11-17 13:51:27 -05:00
SaveResult.cs Add project files. 2022-11-17 13:41:38 -05:00
T_Func.cs Add project files. 2022-11-17 13:41:38 -05:00
XMLParser.cs Add project files. 2022-11-17 13:41:38 -05:00

8082_Waymo_PC_2022-07-24

Copyright Benchtop Devices.

File Structure

FlexFlowXML.cs

Creates an XML Envelope for sending to Flextronics.com/FFTester20 (SOAP)

I28FlexStatus.cs

Sets error codes for the class instance with a switch statement based on the I28 Status

SaveResult.cs

SaveResult Class

Main controlling class, stores information about the station, parameters, and test results.

Writes to file for Dumpy to upload.

SaveResultResponse Class

Parses responses from Flexflow to show to the UI

Form1.cs

UI and Serial interaction.