This commit is contained in:
+2
-2
@@ -101,10 +101,10 @@ class OperationMessage:
|
||||
# Préfixe EPICS (ex: "SF-OP:CR-MSG")
|
||||
self.prefix = prefix = f"SF-OP:{ID}-MSG"
|
||||
|
||||
pvname_send = f"{prefix}:OP-MSG-tmp"
|
||||
pvname_send = f"{prefix}:OP-MSG-TMP"
|
||||
|
||||
# PV EPICS pour envoyer/recevoir
|
||||
self.pv_send = PV(f"{prefix}:OP-MSG-tmp") # Channel d'envoi : PV a par defaut fct get, set .../ avec attributs automatiques
|
||||
self.pv_send = PV(f"{prefix}:OP-MSG-TMP") # Channel d'envoi : PV a par defaut fct get, set .../ avec attributs automatiques
|
||||
self.status = OperationMessageStatus(prefix) # Gestion statut
|
||||
self.entries = [OperationMessageEntry(prefix, i) for i in range(3)] # Historique
|
||||
|
||||
|
||||
Reference in New Issue
Block a user