fixed wrong PVs

This commit is contained in:
Martino Ferrari
2026-02-09 07:09:02 +01:00
parent c6c0244b27
commit f47135f20c
3 changed files with 9 additions and 9 deletions

View File

@@ -409,15 +409,15 @@
Type = uint8
}
PLC_STANDBY = {
PVName = (@rfid .. "-GPS:PLC4110-ST1R")
PVName = (@rfid .. "-GPS:PLC4110-YTS-ST1R")
Type = uint8
}
PLC_READY = {
PVName = (@rfid .. "-GPS:PLC4110-ST2R")
PVName = (@rfid .. "-GPS:PLC4110-YTS-ST2R")
Type = uint8
}
PLC_ON = {
PVName = (@rfid .. "-GPS:PLC4110-ST3R")
PVName = (@rfid .. "-GPS:PLC4110-YTS-ST3R")
Type = uint8
}
APS_FLT = {
@@ -429,11 +429,11 @@
Type = uint8
}
BPS_FLT = {
PVName = (@rfid .. "-PA1F:PSU1000-YFLT")
PVName = (@rfid .. "-PB1F:PSU1000-YFLT")
Type = uint8
}
BPS_READY = {
PVName = (@rfid .. "-PA1F:PSU1000-YSTA")
PVName = (@rfid .. "-PB1F:PSU1000-YSTA")
Type = uint8
}
MHPS_FLT = {

View File

@@ -235,11 +235,11 @@
}
GY_BPS_V_MEAS = {
Type = float32
PVName = (@rfid .. "-PA1F:PSU2000-ET")
PVName = (@rfid .. "-PB1F:PSU1000-ET")
}
GY_BPS_I_MEAS = {
Type = float32
PVName = (@rfid .. "-PA1F:PSU2000-IT")
PVName = (@rfid .. "-PB1F:PSU1000-IT")
}
GY_MHV_V_MEAS = {
Type = float32
@@ -263,7 +263,7 @@
}
GY_RF_V_MEAS = {
Type = float32
PVName = (@rfid .. "-GAF:MRR2910-ET")
PVName = (@rfid .. "-GAF:MRF2910-ET")
}
}
}