pcdshub / pytmc

Generate EPICS IOCs and records from TwinCAT projects - along with many TwinCAT project tools
https://pcdshub.github.io/pytmc/
Other
10 stars 11 forks source link

Waveform handling #231

Closed klauer closed 3 years ago

klauer commented 3 years ago

Some PLC projects need the following pragma for waveforms:

archive: no

The default update rate for all waveforms should probably by default be proportional to exp(length) (or something along those lines)..

klauer commented 3 years ago

Default, instead, should be:

field: APST On Change
field: MPST On Change

10 years of EPICS and I'm still discovering (maybe rediscovering?) some basics 🤷‍♂️

ZLLentz commented 3 years ago

I had no idea this was a thing