This commit is contained in:
Tyrel Souza 2022-09-28 23:47:30 -04:00
parent ad278e13c9
commit 0bb6dc870f
4 changed files with 15 additions and 2 deletions

3
.gitignore vendored
View File

@ -360,4 +360,5 @@ MigrationBackup/
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
FodyWeavers.xsd
/.idea/.idea.BenchtopParser/.idea

View File

@ -4,6 +4,11 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageProjectUrl>https://gitea.tyrel.dev/tyrel/benchtopparser</PackageProjectUrl>
<RepositoryUrl>https://gitea.tyrel.dev/tyrel/benchtopparser</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
</Project>

View File

@ -21,7 +21,7 @@ DDBE021 L 17,P1\R\Tool Ret 1=1.00 sec f
77C102C L 20,P1\P\Charge Max Press=6894.757 mbar f
49C202A L 21,P1\P\Minimum Pressure=95.000 mbar f
27C302A L 22,P1\P\Target Pressure=100.000 mbar f
39C402B L 23,P1\P\Maximum Pressure=120.000 mbar f
39C402B L 23,P1\P\Maximum Pressure=120.000 mbar f 0
E5C502A L 24,P1\P\Target Press Window=100.00 % f
DBC602A L 25,P1\S\Low Limit Loss=-6894.758 dPa f
3EC7028 L 26,P1\S\High Limit Loss=90.000 dPa f

7
LICENSE Normal file
View File

@ -0,0 +1,7 @@
Copyright 2022 Tyrel Souza
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.