For a 1 CPU board configuration, both initGpibGsTi9914() and HiDEOSGpibLinkConfig() must have the same GPIB server name.

This commit is contained in:
Ron Sluiter
2001-04-20 21:07:42 +00:00
parent 1664f887b1
commit 5531f1f707
4 changed files with 10 additions and 6 deletions
+3 -2
View File
@@ -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
+2 -1
View File
@@ -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)
+3 -2
View File
@@ -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
+2 -1
View File
@@ -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)