CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2014
    Posts
    2

    Need help with a project.new to VB 6

    Hello,
    I am working on a project where I have to build an ATE to test 2 units at a time. I am working on the software portion to communicate with an oscilloscope DSO7054B from Agilent. I am unsure of where to begin. Can anyone suggest what I must do? I need to send signals to the scope and display the signals on the scope and read Peak to Peak voltage for the waveforms sent.

    Please advise.
    Thanks
    Alex

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Need help with a project.new to VB 6

    Well for starters what kind of interface are you using to connect the scope to the pc?
    Always use [code][/code] tags when posting code.

  3. #3
    Join Date
    Apr 2014
    Posts
    2

    Re: Need help with a project.new to VB 6

    A GPIB interface

  4. #4
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Need help with a project.new to VB 6

    I meant how is it connected to the PC.

    What is a GPIB interface?
    Always use [code][/code] tags when posting code.

  5. #5
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Need help with a project.new to VB 6

    General Purpose Interface Bus, here's some more info :

    http://en.wikipedia.org/wiki/IEEE-488

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured