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

Need a hook for generating the archive file from `pytmc stcmd` #175

Closed klauer closed 4 years ago

klauer commented 4 years ago

db generated here: https://github.com/slaclab/pytmc/blob/12d12c4748bffbf8062977cc7ed1eb9151238739/pytmc/bin/stcmd.py#L242

called from here: https://github.com/pcdshub/ads-ioc/blob/c4720149a1f0af1a995646a621324e5cc7a81176/iocBoot/templates/Makefile.base#L60

Or, ads-ioc Makefile needs to be restructured to use pytmc db, and stcmd needs to allow for an externally-specified list of database files

cc @ZLLentz @slacadpai

klauer commented 4 years ago

Now unnecessary as ads-ioc broke up this process in https://github.com/pcdshub/ads-ioc/pull/24