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

Maximum record length checks are not applicable to PV names with macros #254

Closed klauer closed 1 year ago

klauer commented 3 years ago

record(longin, "$(PREFIX)Arbiter:01:AP:Entry:001:PhotonEnergyRanges_RBV") { This can end up being 61+ characters depending on PREFIX, but the length-checking tools built into pytmc won't catch it.

klauer commented 1 year ago

Superseded by better-described #309