Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxx-R6-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
synApps_6_1_Working
xxx-R6-1
Commits
92651023
Commit
92651023
authored
10 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
4fc295bd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iocBoot/iocvxWorks/serial.cmd
+5
-9
5 additions, 9 deletions
iocBoot/iocvxWorks/serial.cmd
with
5 additions
and
9 deletions
iocBoot/iocvxWorks/serial.cmd
+
5
−
9
View file @
92651023
...
...
@@ -18,7 +18,7 @@ tyGSOctalModuleInit("UART_0", "232", 0x80, 0, 0)
#
char
parity
,
int
sbits
,
int
dbits
,
char
handshake
,
#
char
*
inputEos
,
char
*
outputEos
)
tyGSAsynInit
(
"serial1"
,
"UART_0"
,
0
,
9600
,
'N'
,
2
,
8
,
'N'
,
"\r"
,
"\r"
)
/
*
SRS570
*
/
tyGSAsynInit
(
"serial2"
,
"UART_0"
,
1
,
192
00
,
'
N
'
,
1
,
8
,
'N'
,
"\r\n"
,
"\r"
)
/
*
Keithley
2000
*
/
tyGSAsynInit
(
"serial2"
,
"UART_0"
,
1
,
96
00
,
'
E
'
,
1
,
7
,
'N'
,
"\r\n"
,
"\r
\n
"
)
/
*
*
/
tyGSAsynInit
(
"serial3"
,
"UART_0"
,
2
,
9600
,
'E'
,
1
,
7
,
'N'
,
""
,
"\n"
)
/
*
Digitel
*
/
tyGSAsynInit
(
"serial4"
,
"UART_0"
,
3
,
9600
,
'N'
,
1
,
8
,
'N'
,
"\n"
,
"\n"
)
/
*
MPC
*
/
tyGSAsynInit
(
"serial5"
,
"UART_0"
,
4
,
19200
,
'N'
,
1
,
8
,
'N'
,
"\r"
,
"\r"
)
/
*
ACS
MCB
-
4
B
*
/
...
...
@@ -78,19 +78,15 @@ dbLoadTemplate("asynRecord.substitutions")
#
send
impromptu
message
to
serial
device
,
parse
reply
#
(
was
serial_OI_block
)
dbLoadRecords
(
"$(IP)/ipApp/Db/deviceCmdReply.db"
,
"P=xxx:,N=1,PORT=serial1,ADDR=0,OMAX=100,IMAX=100"
)
dbLoadRecords
(
"$(IP)/ipApp/Db/deviceCmdReply.db"
,
"P=xxx:,N=2,PORT=serial2,ADDR=0,OMAX=100,IMAX=100"
)
dbLoadRecords
(
"$(IP)/ipApp/Db/deviceCmdReply.db"
,
"P=xxx:,N=3,PORT=serial3,ADDR=0,OMAX=100,IMAX=100"
)
dbLoadRecords
(
"$(IP)/ipApp/Db/deviceCmdReply.db"
,
"P=xxx:,N=4,PORT=serial4,ADDR=0,OMAX=100,IMAX=100"
)
dbLoadRecords
(
"$(IP)/ipApp/Db/deviceCmdReply.db"
,
"P=xxx:,N=5,PORT=serial5,ADDR=0,OMAX=100,IMAX=100"
)
dbLoadRecords
(
"$(IP)/ipApp/Db/deviceCmdReply.db"
,
"P=xxx:,N=6,PORT=serial6,ADDR=0,OMAX=100,IMAX=100"
)
dbLoadRecords
(
"$(IP)/ipApp/Db/deviceCmdReply.db"
,
"P=xxx:,N=7,PORT=serial7,ADDR=0,OMAX=100,IMAX=100"
)
dbLoadRecords
(
"$(IP)/ipApp/Db/deviceCmdReply.db"
,
"P=xxx:,N=8,PORT=serial8,ADDR=0,OMAX=100,IMAX=100"
)
#
Stanford
Research
Systems
SR570
Current
Preamplifier
dbLoadRecords
(
"$(IP)/ipApp/Db/SR570.db"
,
"P=xxx:,A=A1,PORT=serial1"
)
#
dbLoadRecords
(
"$(IP)/ipApp/Db/SR570.db"
,
"P=xxx:,A=A1,PORT=serial1"
)
#
Keithley
2000
DMM
#dbLoadRecords
(
"$(IP)/ipApp/Db/Keithley2kDMM_mf.db"
,
"P=xxx:,Dmm=D1,PORT=serial1"
)
#
channels
:
10
,
20
,
or
22
;
model
:
2000
or
2700
#doAfterIocInit
(
"seq &Keithley2kDMM,('P=xxx:, Dmm=D1, channels=22, model=2700')"
)
#doAfterIocInit
(
"seq &Keithley2kDMM,('P=xxx:, Dmm=D2, channels=10, model=2000')"
)
#
Oxford
Cyberstar
X1000
Scintillation
detector
and
pulse
processing
unit
#dbLoadRecords
(
"$(IP)/ipApp/Db/Oxford_X1k.db"
,
"P=xxx:,S=s1,PORT=serial4"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment