Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
kpetersn
Linkam
Commits
5634f85a
Commit
5634f85a
authored
Jul 05, 2018
by
kpetersn
Browse files
Moved linkam support to Linkam_T96.cmd
parent
93fd2b81
Changes
2
Show whitespace changes
Inline
Side-by-side
iocs/linkamIOC/iocBoot/ioclinkam/Linkam_T96.cmd
0 → 100644
View file @
5634f85a
#
dbLoadRecords
(
"$(LINKAM)/db/Linkam_T96.db"
,
"P=kmp:,T=tc1,PORT=$(PORT),ADDR=0"
)
#
dbLoadRecords
(
"$(ASYN)/db/asynRecord.db"
,
"P=kmp:,R=asyn,PORT=$(PORT),ADDR=0,OMAX=255,IMAX=255"
)
##
Run
Linkam
C
#
code
cd
"${TOP}/bin/${ARCH}"
LinkamConfig
(
"$(PORT)"
)
iocs/linkamIOC/iocBoot/ioclinkam/st.cmd
View file @
5634f85a
...
...
@@ -7,22 +7,15 @@
epicsEnvSet
(
"PORT"
,
"linkam1"
)
cd
"${TOP}"
##
Register
all
support
components
dbLoadDatabase
"dbd/linkam.dbd"
dbLoadDatabase
"
${TOP}/
dbd/linkam.dbd"
linkam_registerRecordDeviceDriver
pdbbase
##
Load
record
instances
#dbLoadRecords
(
"db/xxx.db"
,
"user=kpetersnHost"
)
#
dbLoadRecords
(
"$(LINKAM)/db/Linkam_T96.db"
,
"P=kmp:,T=tc1,PORT=$(PORT),ADDR=0"
)
dbLoadRecords
(
"$(ASYN)/db/asynRecord.db"
,
"P=kmp:,R=asyn,PORT=$(PORT),ADDR=0,OMAX=255,IMAX=255"
)
##
Run
Linkam
C
#
code
cd
"${TOP}/bin/${ARCH}"
LinkamConfig
(
"$(PORT)"
)
##
Load
Linkam
support
(
NOTE
:
changes
working
directory
)
<
Linkam_T96
.cmd
cd
"${TOP}/iocBoot/${IOC}"
iocInit
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment