6 Commits

Author SHA1 Message Date
1e9cbd1499 never fix a FrappyNode 2025-11-28 08:04:04 +01:00
c48203e45e fix valueInfo on SecopAcqChannel 2025-11-25 14:54:03 +01:00
436f42c6f5 remove ppms and timestamp
- this is moved to nicos_sinq/linse_nicos, which is a new gitea repo
2025-11-25 14:50:32 +01:00
ffb02e54f7 log a warning when sea_recorder fails 2025-11-07 10:15:54 +01:00
9536ee3551 fix class path in setup_info 2025-11-07 10:08:07 +01:00
0c5727e093 use local version of NICOS-SECoP interface
- with added Acquisition interface
2025-10-30 10:03:15 +01:00
2 changed files with 1602 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ import json
from nicos import config, session
from nicos.core import Override, Param, Moveable, status, POLLER, SIMULATION, DeviceAlias, \
Device, anytype, listof, MASTER
from nicos.devices.secop.devices import SecNodeDevice, SecopDevice, DefunctDevice
from nicos_sinq.frappy_sinq.secop.devices import SecNodeDevice, SecopDevice, DefunctDevice
from nicos.core.utils import createThread
from nicos.utils.comparestrings import compare
from nicos.devices.secop.devices import get_attaching_devices
@@ -786,6 +786,9 @@ class FrappyNode(SecNodeDevice, Moveable):
def doRead(self, maxage=0):
return self._cfgvalue or ''
def fix(self, reason=''):
"""ignore"""
def createDevices(self):
super().createDevices()
if self.param_category:

1598
secop/devices.py Normal file

File diff suppressed because it is too large Load Diff