Home Forums HTBasic Forum error 167 interface status error

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4594
    drew
    Participant

      Trying to get HT Basic to recognize my Keysight 82357B USB to GPIB adapter.
      In IO Libraries: GPIB0::16::INSTR
      In HT Basic: LOAD BIN “GPIOS;DEV GPIB0 ISC 16”
      But I still get this: ERROR 167 IN 311 Interface Status Error

      #4607
      ZeRider
      Participant

        Hi,

        Go to your Keysight Connection Expert manager and find your GPIB-USB interface …
        Note your SICL Interface ID : gpib0 for example
        Note your Logical Unit : 7

        And now with HTBasic try to load the SICL driver like this :
        LOAD BIN “HPIBS;DEV gpib0 ISC 7”

        #4626
        drew
        Participant

          ZeRider;

          Strangely, it was working, talking to my PNA, without any interface loaded in AUTOST until I restarted my PC.
          Once I restarted it, then it said Interface Not Present.
          Now, I’ve tried it your way and I get this error.
          ERROR 150 in 351 Bad select code or device spec
          Line 351; LOAD BIN “HPIBS;DEV gpib0 ISC 7”

          While I don’t have any problem talking to it from Command Expert with my E8364C at GPIB0::16::INSTR.
          And these interface settings;
          GPIB-USB (GPIB0)
          VISA Interface ID: GPIB0
          GPIB Address: 21
          SICL Interface ID gpib0
          Logical Unit: 7
          And this is the same setup I had before the restart.

          #4627
          drew
          Participant

            If I disable that line 351, now I don’t have an error and it’s working.
            This makes no sense.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.
          Scroll to Top
          HTB icon

          Please Sign In