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

Split fixed size Twincat array into multiple records #80

Closed teddyrendahl closed 4 years ago

teddyrendahl commented 5 years ago

If you have a small fixed size Twincat array it could be helpful to instead of creating an EPICS Waveform record, create a separate record for each index.

klauer commented 5 years ago

This came up with PMPS, as there may be a list of (long) strings indicating the cause of a fast fault. We'd want these exposed to EPICS for diagnostic information.

klauer commented 4 years ago

This works now as of #126