Skip to content

Update the pv names

Douglas Araujo requested to merge update_pv_names into master

This MR update the pv names to fit in to ESS name convention. It was removed the PV VERSIONS, because seems like a overkill information, since we have the version information in the PV Modules, and also in the individual PV of each module. E.g: fooVersion

I tried to apply alias on the PVs, but it was rising errors in the ioc shell because when we have more than one module, it seems like the require.c loads the template more the one time, and we got an error when trying to create the alias again. So, I changed the PVs names, and just kept the IOCNAME:BaseVersion, because this is used by the CCCE tool.

Closes #5 (closed)

Edited by Douglas Araujo

Merge request reports