forked from epics_driver_modules/motorBase
For a 1 CPU board configuration, both initGpibGsTi9914() and HiDEOSGpibLinkConfig() must have the same GPIB server name.
This commit is contained in:
@@ -63,7 +63,8 @@ MM4000Setup(1, 0, 10)
|
||||
# (4) GPIB address or hideos_task
|
||||
#IM483SMConfig(0, 1, 0, "a-Serial[0]")
|
||||
|
||||
# !MPF-2-CPU! #GPIB_ServerName = "GPIB0"
|
||||
# !GPIB! #HiDEOSGpibLinkConfig(GPIB_Link, GPIB_Addr, GPIB_ServerName)
|
||||
# !MPF-1-CPU! #Server_Mod_Name = GPIB_Module_Name
|
||||
# !MPF-2-CPU! #Server_Mod_Name = "GPIB0"
|
||||
# !GPIB! #HiDEOSGpibLinkConfig(GPIB_Link, GPIB_Addr, Server_Mod_Name)
|
||||
|
||||
iocInit
|
||||
|
||||
@@ -14,7 +14,8 @@ initIpacCarrier(carrier, 0)
|
||||
###############################################################################
|
||||
# Initialize GPIB module
|
||||
|
||||
# !GPIB! #initGpibGsTi9914("GS-IP488-0",carrier,"IP_d",104)
|
||||
# !GPIB! #GPIB_Module_Name = "GS-IP488-0"
|
||||
# !GPIB! #initGpibGsTi9914(GPIB_Module_Name,carrier,"IP_d",104)
|
||||
# !GPIB! #GPIB_ServerName = "GPIB0"
|
||||
# !GPIB! #initGpibServer(GPIB_ServerName,"GS-IP488-0",1024,1000)
|
||||
|
||||
|
||||
@@ -63,7 +63,8 @@ MM4000Setup(1, 0, 10)
|
||||
# (4) GPIB address or hideos_task
|
||||
#IM483SMConfig(0, 1, 0, "a-Serial[0]")
|
||||
|
||||
# !MPF-2-CPU! #GPIB_ServerName = "GPIB0"
|
||||
# !GPIB! #HiDEOSGpibLinkConfig(GPIB_Link, GPIB_Addr, GPIB_ServerName)
|
||||
# !MPF-1-CPU! #Server_Mod_Name = GPIB_Module_Name
|
||||
# !MPF-2-CPU! #Server_Mod_Name = "GPIB0"
|
||||
# !GPIB! #HiDEOSGpibLinkConfig(GPIB_Link, GPIB_Addr, Server_Mod_Name)
|
||||
|
||||
iocInit
|
||||
|
||||
@@ -14,7 +14,8 @@ initIpacCarrier(carrier, 0)
|
||||
###############################################################################
|
||||
# Initialize GPIB module
|
||||
|
||||
# !GPIB! #initGpibGsTi9914("GS-IP488-0",carrier,"IP_d",104)
|
||||
# !GPIB! #GPIB_Module_Name = "GS-IP488-0"
|
||||
# !GPIB! #initGpibGsTi9914(GPIB_Module_Name,carrier,"IP_d",104)
|
||||
# !GPIB! #GPIB_ServerName = "GPIB0"
|
||||
# !GPIB! #initGpibServer(GPIB_ServerName,"GS-IP488-0",1024,1000)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user