Update slic/utils/opmsg.py
Run CI Tests / test (push) Successful in 1m16s

This commit is contained in:
2025-08-09 04:13:44 +02:00
parent 9150951c66
commit f61e976ffc
+2 -2
View File
@@ -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