Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Cannot use Screen builder app #3549
    ZeRider2
    Participant

      Hi Shuave,
      If I well understand your device is the Agilent 4396B Network/Spectrum/Impedance Analyzer
      You can find the device’s GPIB Programming Guide here :
      http://anlage.umd.edu/Agilent%204396B%20Programming%20Guide%2004396-90063.pdf
      Inside you can find some code to help you.
      But before to execute any code lines you need to load the correct GPIB driver from your autost program (LOAD BIN “HPIBS;DEV gpib1 ISC 7”) or from the HTBasic menu : Tools\Device setup\Add\HPIBS + GPIB parameters
      See your Keysight Connection Expert software scan for the correct parameters setup : gpib1 and 7 (?)
      This first part is clear for you ?
      If not, you could try to post some screenshot of your configuration here for verification (probably through images hosting site)

      in reply to: Cannot use Screen builder app #3542
      ZeRider2
      Participant

        Please try this …

        DIM Inst$[80]
        Adr=717
        !
        Identity: Inst$=”NO MESSAGE”
        OUTPUT Adr;”*IDN?”
        ENTER Adr;Inst$
        PRINT Inst$
        !
        END

      Viewing 2 posts - 1 through 2 (of 2 total)
      Scroll to Top
      HTB icon

      Please Sign In