Make register ST channel set for correct Hybrid/VMM pair.
Before this, Any caput to AllST-S record would only set channels values to hybrid 0, vmm 0 because of hardcoded values. This commit makes the vmmST_ an array with epics parameters. The function getPair discovers the HYBRID-VMM pair for the parameter that was called and sets the correct pair register's values. Also, records are loaded with .sub files so we don't need to keep repeating record names with different numbers. All have been tested and works.
parent
fcd719d7
No related branches found
No related tags found
Showing
- vmmTblApp/Db/channels.sub 7 additions, 0 deletionsvmmTblApp/Db/channels.sub
- vmmTblApp/Db/channels.template 28 additions, 0 deletionsvmmTblApp/Db/channels.template
- vmmTblApp/Db/hybrid.template 0 additions, 22 deletionsvmmTblApp/Db/hybrid.template
- vmmTblApp/src/vmm_tbl.cpp 41 additions, 4 deletionsvmmTblApp/src/vmm_tbl.cpp
- vmmTblApp/src/vmm_tbl.h 10 additions, 1 deletionvmmTblApp/src/vmm_tbl.h
Loading
Please register or sign in to comment