ISISComputingGroup / ISISComputingGroup/IBEX
LET: Assist technicians with collecting sample data from SKF G5 Chopper
- Dominant language
- No language data
- Stars
- 6
- Forks
- 2
- Avg merge
- 16h 40m
- Merged PRs (30d)
- 2
Description
Follows on from #7658. Either supply the relevant data requested or assist the technicians with collecting it.
### Acceptance Criteria
- [ ] Sample data is shown to support staff.
### Extra Information
Technicians were interested in the time log format of the data. A possible script to easily extract that:
```batch
SET POINT_COUNT=10
SET START_TIME="2023-03-21T10:49:02"
SET DELTA_TIME=1
SET HOST="NDXIMAT"
SET PREFIX="IN:IMAT"
SET IOC="SKFCHOPPER_04"
SET PYTHON="C:\Instrument\Apps\Python3\python.exe"
SET GENERATOR="C:\Instrument\Apps\EPICS\ISIS\inst_servers\master\scripts\log_file_generator.py"
CALL %PYTHON% %GENERATOR% ^
--point_count %POINT_COUNT% ^
--start_time %START_TIME% ^
--delta_time %DELTA_TIME% ^
--host %HOST% ^
--filename_template time.csv ^
SPEED %PREFIX%:%IOC%:SPEED ^
V13 %PREFIX%:%IOC%:V13 ^
W13 %PREFIX%:%IOC%:W13 ^
V24 %PREFIX%:%IOC%:V24 ^
W24 %PREFIX%:%IOC%:W24 ^
Z12 %PREFIX%:%IOC%:Z12
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.