An application for calculating and storing data for Bending Test Analysis. Created in Collaboration with The Oregon State University College of Forestry Wood Science Innovation Center. Read Below to learn how to use and download Bend™. Refernece the License to Read about Using Bend™ : https://github.com/RohanPankaj/Bend/blob/master/LICENSE
- Launch The Application *
- Import Your Data Folder -- Note that Bend only uses CSV Files *
- Select Your Specimen Number *
- Input the Specimen Dimensions *
- Select your Calculation Method *
- Push the Calculate Properties Button to Calculate the MOE, MOR, MAx Load and Max Cylindrical Deflection *
- Push the Graph Data Button to Graph the Data onto the Grid *
- Push the Graph Regression Button to Graph the Linear Regression onto the Grid *
First Download the leatest Version of Bend™, which can be found here: https://github.com/RohanPankaj/Bend/releases.
In order to Download Bend as an application you will first need Visual Studio Code Community Eddition wich can be downloaded here: https://visualstudio.microsoft.com/downloads/.
Once you have Visual Studio Code Commmunity under the Build Tab Select Publish. The setup wizard will now appear giving you instructions to publish the code to your system or FTP Server. For questions aboutl publishing refernce the Microsoft Guide: https://docs.microsoft.com/en-us/visualstudio/deployment/how-to-publish-a-clickonce-application-using-the-publish-wizard?view=vs-2019.
The "Graph Data" and "Graph Regression" methods - lines 313 to 365 of Form1.cs (Form1: https://github.com/RohanPankaj/Bend/blob/master/Bend/Form1.cs) was adapted from http://csharpexperiments.blogspot.com/2014/04/multivariate-linear-regression.html.