Update README.md

This commit is contained in:
anderssandstrom
2020-04-09 10:33:23 +02:00
committed by GitHub
parent 0610b0d400
commit a136c5f4b2

View File

@@ -248,6 +248,12 @@ Epics records:
| :---: |
|**Figure 2** Resulting FFT amplitude. |
#### ecmc PLC code for example:
```
static.time:=ec_get_time()/1E9;
static.sineval:=sin(2*pi*${FREQ=5}*static.time);
```
## Plugin info
```