[INSTRM-142] Add semi-raw commands for the Pfeiffer gauge Created: 06/Jul/17 Updated: 06/Jul/17 Resolved: 06/Jul/17 |
|
Status: | Done |
Project: | Instrument control development |
Component/s: | ics_xcuActor |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Task | Priority: | Normal |
Reporter: | cloomis | Assignee: | cloomis |
Resolution: | Done | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Description |
Add commands for humans to send raw queries and requests to the Pfeiffer gauges. E.g. gauge setRaw=041,1 or gauge getRaw=041. Easy enough. |
Comments |
Comment by cloomis [ 06/Jul/17 ] |
Added commands as described, except that the command code is an integer and the value is a string: setRaw=41,1. This is for, say, code 49, which wants setRaw 49,001. Merged in a712aa3 and tagged as 1.7.1 |