-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the camera zoom control, and the backlight On/Off PVs #26
- Loading branch information
1 parent
2273d58
commit 6e06327
Showing
4 changed files
with
78 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
record(stringout, "S03SIM-EA-OAV-01:FZOOM:ZOOMPOSCMD") | ||
{ | ||
field(PINI, "YES") | ||
field(DTYP, "asynOctetWrite") | ||
field(OUT, "@asyn(OAV.MXSC,0,1)NDARRAY_PORT") | ||
field(VAL, "1.0x") | ||
info(autosaveFields, "VAL") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
record(stringout, "S03SIM-MO-MD2-01:CTRL") | ||
{ | ||
field(PINI, "YES") | ||
field(DTYP, "asynOctetWrite") | ||
field(OUT, "@asyn(OAV.MXSC,0,1)NDARRAY_PORT") | ||
field(VAL, "Out") | ||
info(autosaveFields, "VAL") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters