You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my btps IOC, there is the following line: $(BTPS):DEST:07:SRC:04:FFCenterY:InRange_RBV.VAL 1 scan
Which will not work appropriately with the archiver.
This should be expanded with DB_PARAMETERS from the Makefile.
The text was updated successfully, but these errors were encountered:
These are now generated dynamically in the IOC; I think the .archive file in this issue is generated by pytmc, which cannot know about the macros defined in Makefile.
That probably means what pytmc can generate is a .archive.template and not a .archive file, really.
In my btps IOC, there is the following line:
$(BTPS):DEST:07:SRC:04:FFCenterY:InRange_RBV.VAL 1 scan
Which will not work appropriately with the archiver.
This should be expanded with
DB_PARAMETERS
from the Makefile.The text was updated successfully, but these errors were encountered: