camonitor
Monitor EPICS PV(s) and pass it flowdata.
Description
Monitor EPICS PV(s) and pass it flowdata.
Parameters
Parameter |
Type |
Required |
Default |
Comment |
---|---|---|---|---|
pvname | any |
Yes |
- |
A pvname or a list of pvname. |
Examples
# Monitor single pv data.
# Output: {'name': 'TEST:PV1', 'value': 7.0, 'timestamp': 1749196716.822903, 'status': 0, 'severity': 0, 'ok': True}
- camonitor:
pvname: "TEST:PV1"
# Monitor list of pv data.
# Output: {'name': 'TEST:PV1', 'value': 7.0, 'timestamp': 1749196716.822903, 'status': 0, 'severity': 0, 'ok': True}
- camonitor:
pvname: ["TEST:PV1", "TEST:PV2"]