Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Destination2Unknown authored Aug 29, 2022
1 parent e5c1d41 commit b58036d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![GitHub repo size](https://img.shields.io/github/repo-size/destination2unknown/pytunelogix)
![PyPI - License](https://img.shields.io/pypi/l/pytunelogix)

Windows Exe (no install required) ->https://github.com/Destination2Unknown/pytunelogix/releases
Windows Exe (no install required) -> https://github.com/Destination2Unknown/pytunelogix/releases

To install use:

Expand All @@ -25,7 +25,7 @@ D-> Test tune with FOPDT Simulator for Logix PLC
```


To use create a launch file:
To use, create a launch file:

```
examplelaunch.pyw #use pyw for no console
Expand All @@ -41,7 +41,7 @@ ________________________________________________________________________________



To launch use:
To launch, use:
```
from pytunelogix.pidlogger import clxlogger
Expand All @@ -61,14 +61,14 @@ ________________________________________________________________________________
>
> - _Ambient is calculated as an average of the PV prior to the step change._
>
> - _Doesn't work correctly with a ramp in CV or with multiple steps. _
> - _Doesn't work correctly with a ramp in CV or with multiple CV steps._
>
>



To launch use:
To launch, use:
```
from pytunelogix.stage1 import csvtuner
Expand Down Expand Up @@ -164,7 +164,7 @@ Reverse Acting:



To launch use:
To launch, use:
```
from pytunelogix.simulate import simulator
Expand Down Expand Up @@ -198,16 +198,18 @@ Reverse Acting:



To launch use:
To launch, use:
```
from pytunelogix.clxpidsim import clxsim
clxsim.main()
```

_________________________________________________________________________________________________________________________


Windows Exe:
**Windows Standalone Exe:**


![Pytunelogix](https://user-images.githubusercontent.com/92536730/183046630-5fb861b3-9824-4276-b7f5-1afa51b1236c.PNG)

0 comments on commit b58036d

Please sign in to comment.