Further Detal
1) The "Custom Controller" is a DOS Slave Computer running on Channel 1, Listening Only to GPIB Commands to Control a Digital Switcher, And 2 Analog Sources.
2) The Only Controller in charge is the Master Computer Running Windows XP and using a USB-GPIB Controler
3) The LOGIN is a Software Login in the program that we are developing. The Startup Sequence for the Visual Basic Application is From as Follows From "Form_Load"
1) Connect_Database (Makes a connection to a SQL Database)
2) User_Login (Get User name & Password for data Security)
3) If Login is valid then
4) Get Product List from Database
5) Setup GPIB
6) Setup HP_Meter first on Channel 21
Call ibdev(0, HP_Channel, 0, T10s, 1, 0, Brd_HP%)
Call ibclr(Brd_HP%)
Call ibtmo(Brd_HP%, 0)
7) Setup LCR Meter second on Channel 17
Call ibdev(0, LCR_Channel, 0, T10s, 1, 0, Brd_LCR%)
Call ibclr(Brd_LCR%)
Call ibtmo(Brd_LCR%, 0)
😎 Setup SlaveBox last on Channel 1
Call ibdev(0, SB825_Channel, 0, T10s, 1, 0, Brd_SB825%)
Call ibclr(Brd_SB825%)
Call ibtmo(Brd_SB825%, 0)