Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rheometerMCR702e
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
epics-modules
rheometerMCR702e
Commits
c296e7dd
Commit
c296e7dd
authored
2 years ago
by
Jim Larsson
Browse files
Options
Downloads
Patches
Plain Diff
added $(P)$(R)
parent
55d7629d
No related branches found
No related tags found
1 merge request
!1
Main feature timestamp
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cmds/st.cmd
+3
-1
3 additions, 1 deletion
cmds/st.cmd
iocsh/rheometer.iocsh
+2
-1
2 additions, 1 deletion
iocsh/rheometer.iocsh
rheometerApp/Db/rheo_comm.db
+190
-190
190 additions, 190 deletions
rheometerApp/Db/rheo_comm.db
with
195 additions
and
192 deletions
cmds/st.cmd
+
3
−
1
View file @
c296e7dd
#
This
should
be
a
test
startup
script
epicsEnvSet
(
"PREFIX"
,
"SE-SEE:"
)
epicsEnvSet
(
"DEVICE"
,
"SE-RHEO-001:"
)
iocshLoad
(
"/home/jimlarsson/modules/rheometerMCR702e/iocsh/rheometer.iocsh"
)
iocshLoad
(
"/home/jimlarsson/modules/rheometerMCR702e/iocsh/rheometer.iocsh"
,
"PREFIX=$(PREFIX), DEVICE=$(DEVICE)"
)
This diff is collapsed.
Click to expand it.
iocsh/rheometer.iocsh
+
2
−
1
View file @
c296e7dd
...
...
@@ -2,12 +2,13 @@
#
# iocshLoad("$(rheotest_DIR)/rheotest.iocsh")
require rheometermcr702e
epicsEnvSet("STREAM_PROTOCOL_PATH", "$(rheometermcr702e_DIR)/db")
#drvAsynIPPortConfigure("rheo", "127.0.0.1:5555")
drvAsynIPPortConfigure("rheo", "172.30.32.60:1025")
dbLoadRecords("rheo_comm.db", "P=
rheo
")
dbLoadRecords("rheo_comm.db", "P=
$(PREFIX), R=$(DEVICE)
")
iocInit()
...
...
This diff is collapsed.
Click to expand it.
rheometerApp/Db/rheo_comm.db
+
190
−
190
View file @
c296e7dd
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