Skip to content
Snippets Groups Projects
Commit 73d0d3ef authored by rivers's avatar rivers
Browse files

Updated commands for MSL/MRD module to new version

parent c553ffa1
No related branches found
No related tags found
No related merge requests found
......@@ -96,20 +96,18 @@ dbLoadRecords("$(VME)/vmeApp/Db/vme.db", "P=xxx:,Q=vme1")
### GP307 Vacuum Controller
#dbLoadRecords("$(VME)/vmeApp/Db/gp307.db","P=xxx:")
# Machine-status board (MRD 100)
# Machine Status Link (MSL) board (MRD 100)
#####################################################
# dev32VmeConfig(card,a32base,nreg,iVector,iLevel)
# card = card number
# a32base = base address of card
# nreg = number of A32 registers on this card
# iVector = interrupt vector (MRD100 Only !!)
# iLevel = interrupt level (MRD100 Only !!)
# For Example
# devA32VmeConfig(0, 0x80000000, 44, 0, 0)
# devAvmeMRDConfig( base, vector, level )
# base = base address of card
# vector = interrupt vector
# level = interrupt level
# For Example
# devAvmeMRDConfig(0xA0000200, 0xA0, 5)
#####################################################
# Configure the MSL MRD 100 module.....
#devA32VmeConfig(0, 0xB0000200, 30, 0xa0, 5)
#dbLoadRecords("$(STD)/stdApp/Db/msl_mrd101.db","C=0,S=01,ID1=01,ID2=01us")
#devAvmeMRDConfig(0xB0000200, 0xA0, 5)
#dbLoadRecords("../../vmeApp/Db/msl_mrd100.db","C=0,S=01,ID1=01,ID2=01us")
# Allen-Bradley 6008 scanner
#abConfigNlinks 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment