Private
Public Access
11
1

Update ZMQ Message Reference

2025-04-08 18:31:24 +02:00
parent 3e9d6a4a89
commit c2d4989dbf

@@ -72,6 +72,30 @@ Reply Messages:
* `"lowerSoftLimit"`
* `"autoOff"`
Example message contents for modifying the CoarseX positioner:
msg = ['modified positioner definition',
'{
"name":"CoarseX",
"atPositionCheckInterval":0.0020,
"atPositionCheckTimeout":10.0,
"autoOffMode":"Always",
"axisName":"CoarseX",
"beamlineControlPosition":0,
"coarsePositioner":"",
"description":"",
"distributionMode":"n",
"finePositioner":"",
"hardwareUnitFactor":1.0,
"lowerSoftLimit":120.0,
"maxVelocity":0.0,
"positionOffset":3.456,
"unit":"()",
"upperSoftLimit":1221.0,
"velocityUnit":"(/ms)"
}']
Successful modification of the positioner definition will result in the publication of the new positioner definition in full.
## 'modified zonePlate definition'