Need hardcopy capability for my GPIB equipment

We have an HP logic analyzer and a Tek 'scope that both have a GPIB
interface and a 'print' button. Does anybody know of anything I can hang on
the GPIB bus to capture the 'print' requests? I need the hardcopy printouts
so I can document the hardware and show the software guys how things work.
Any leads are appreciated,
Mike

See also similar threads above.
Tek has some example code at www.tek.com
Mike Anderson wrote:
> We have an HP logic analyzer and a Tek 'scope that both have a GPIB
> interface and a 'print' button. Does anybody know of anything I can hang on
> the GPIB bus to capture the 'print' requests? I need the hardcopy printouts
> so I can document the hardware and show the software guys how things work.
>
> Any leads are appreciated,
> Mike
Best Regards,
Mike T
Mike Tranchemontagne
Consulting Applications Engineer
TeraComm, Inc.
148 Main Street
Building A, 3rd Floor
North Andover, MA 01845
877-900-TERA (8372)
978-557-9490 (FAX)
603-598-4773 (Direct Line and Cell)
Attachments:
miket.vcf ‏1 KB

Similar Messages

  • What is the best method to query for older GPIB equipment with ID? and newer with *IDN?

    Good day,
    I am writing a test executive where it needs to scan the bus for support of older (HP/Agilent 856x series) and newer (Agilent 440x and 444x series) spectrum analyzers. *NOTE* I originally posted this question in my NI Community blog. I apologize for redundancy but someone recommended I re-post here.
    The first frame looks for the newer analyzers with *IDN? then if that fails sets the boolean in the error cluster to TRUE. The next frame then uses the error cluster's boolean to decide whether an older HP analzer is connected instead using ID? query. Disclaimer: the second frame is a clone of the ID query of the 856x Initialize VI. I just want to use what already worked - no reinventing the same wheel?
    But, lo and behold, it doesn't work as expected. If I have the frames in this order and connect a HP8563E the GPIB time's out error. This code works with the newer 4407 or 4440 since the *IDN? query passes and the second frame is not executed.
    Now, when I move the second frame to become the first frame and run it with HP8563E the query works but will have a GPIB timeout if I have the 4407 or 4440 connected.
    Long story short, how do I support both older GPIB ID? and newer IDN? in my code?
    I have attached the query VI created with LV 2012.
    Many thanks!
    Aldrin
    Attachments:
    Query ID and IDN.vi ‏11 KB

    I think Michael Aivaliotis of JKI and NI have an elegant solution:
    https://decibel.ni.com/content/groups/large-labview-application-development/blog/2015/05/14/what-is-...
    Cheers!
    Aldrin

  • I need SEARCH capability for my website

    OK, I've got a small site (10 pages) built with basic html
    pages in Dreamwever. I need SITE SEARCH capability, but I'm really
    not sure where to begin. I know this, having a search box with
    Google branded on it would not be cool. I need a custom look to the
    search interface. The remote ISP has PHP and MySQL. I also have
    ColdFusion, but I don't want to pay the extra fee charged by the
    Host to use it. Can someone tell me where I can get basic tutoring
    online to help me better understand the basics of dynamic sites
    Thanks.

    See if this helps:
    http://www.projectseven.com/tutorials/accessibility/zoomlearn/index.htm
    Ken Ford
    Adobe Community Expert - Dreamweaver
    Fordwebs, LLC
    http://www.fordwebs.com
    "paulkirtley" <[email protected]> wrote in
    message
    news:ftrt7j$dim$[email protected]..
    > OK, I've got a small site (10 pages) built with basic
    html pages in
    > Dreamwever.
    > I need SITE SEARCH capability, but I'm really not sure
    where to begin. I
    > know
    > this, having a search box with Google branded on it
    would not be cool. I
    > need
    > a custom look to the search interface. The remote ISP
    has PHP and MySQL. I
    > also
    > have ColdFusion, but I don't want to pay the extra fee
    charged by the Host
    > to
    > use it. Can someone tell me where I can get basic
    tutoring online to help
    > me
    > better understand the basics of dynamic sites Thanks.
    >

  • Need DME capability for payment program RFFOUS_C

    Hi,
    I am trying to create a DME file for Accounts Payable where we currently use the payment program RFFOUS_C. What do I need to do to get this done?
    Arne

    Hi again,
    Let me be more specific with what we need. We are currently using payment program RFFOUS_C for Accounts Payable to print checks. What we need now is a way to download the check data to a header and detail file in ACH format. Is there another payment program that we can use or otherwise what changes do I need to make to RFFOUS_C? We are using version 4.0B if that makes any difference.
    Thanks,
    Arne

  • Need documentation for writing GPIB drivers for RTOS-32 using Borland C 5.51

    Greetings,
    I need to develop GPIB drivers (using the NI GPIB card) for the RTOS-32 operating system (by On-Time). I am using Borland C 5.51 as the compiler. I am looking for info/examples on writing/porting low level drivers for the GPIB. The examples I have found come with the low levels drivers in an object file which you link in, but nothing on how to write the low level drivers.
    Any pointers on what documentation/examples that I should look at would be greatly appreciated.
    Thank you for your time,
    Fred A. Ennerson
    Electro-Optical/Sonatech

    Fred,
    National Instruments offers a DDK for customers to develop NI-488 drivers for operating systems that we do not support directly. Refer to the following product data sheet on using the NI-488DDK. http://www.ni.com/pdf/products/us/4gpib664.pdf
    Craig A
    National Instruments Engineer

  • I need an extension for my iphone earphones with Microphone capability, where are they?

    I need an extension for my iphone earphones with Microphone capability, where are they?  need with a 3.5mm and male and female ends

    ebay has a couple, but when asked the seller will state it will not work for mic on the phone..  thoughts?

  • How do I create Labview VISA ports for *individual* GPIB instruments using Prologix USB GPIB controller?

    Hello,
    I'm trying to use a Prologix USB GPIB controller to control GPIB
    instruments, and I would like to have a virtual serial (VISA) port for
    *each instrument*, as is the case with a normal GPIB controller with a
    standard NI driver. However this is not what the Prologix driver
    provides -- it provides a single VISA virtual serial port for the
    entire controller. To address the instrument with GPIB address 11,
    you first send "++addr 11" to the serial port, and then you're talking
    to instrument 11. However, this means I have to change all old
    Labview programs.
    Is it possible to create a "wrapper" function of some kind that will
    define a virtual serial (VISA) port for each *instrument* on the
    controller? For example, to talk to GPIB instrument 11, call it
    ASRL3::11::INSTR, each time it is written to it would have to write to
    the virtual serial port of the controller, say ASRL3::INSTR, first "+
    +addr 11" and then the command that is sent to it.
    A clearer explanation of the difference (i.e. incompatibility), and of
    my objective:
    1) A normal GPIB controller with NI driver: I go to the NI
    Measurement & Instrumentation Panel, under GPIB, and Scan for
    Instruments; all the live instruments show up; subsequently when I
    want to use Labview programs that use VISA ports, the VISA drop boxes
    allow me to choose a different port for each instrument, e.g.
    "GPIB0::11::INSTR", "GPIB0::12::INSTR" would be instruments at
    addresses GPIB 11 and GPIB 12.
    2) The Prologix GPIB controller that plugs into a USB port: In
    Labview you get a *single* VISA virtual serial port, ASRL3::INSTR, for
    the entire GPIB0 controller. Therefore to address GPIB instrument 11,
    you write "++addr 11" to the virtual serial port ASRL3::INSTR, and
    then you are communicating with device 11, so you can write and read
    ASRL3::INSTR to talk to that device. Then to talk to device GPIB 12,
    you write "++addr 12" to the same VISA port, and then you are talking
    to that device. The problem is that this requires recoding all
    Labview code, whereas I would like to be able to use the same program
    either with a normal or with a Prologix GPIB controller. Therefore, I
    would like to create code that scans the controller for all GPIB
    attached devices and creates VISA ports for all. Such ports, when
    written to, would have to first write "++addr DEVICENUM" to
    ASRL3::INSTR (i.e. the port of the GPIB-USB controller) where
    DEVICENUM is the GPIB address of the instrument corresponding to that
    port, and then would have to do a write or read or whatever function
    is being done on that instrument VISA port.
    I haven't figured out if it is possible to do this easily. Help and
    pointers on where to look for hints would be much appreciated. Many
    thanks!
    Milos

    My first impression is that if you don't want to make any changes at all to existing programs is that the wrapper you need is one around VISA. You would need to intercept all of the calls into the NI VISA driver. If you create your own visa32.dll and in there, change the addressing and then call the real VISA driver, you might (repeat, might) get something to work. If this would even work, you still might find that you have to make significant changes anyway. The serial connection is going to be considerably slower, and interface specific functions such as service request handling, bus triggering of multiple instruments, etc., would be difficult to impossible. This would be a lot of work, imho, to just save a couple of hundred dollars over a real GPIB controller. I've seen this Prologix device before and have even used NI's RS-232->GPIB controller. The Prologix intended use to me seems to me more for a hobbyist or very casual user. Of course, I'm used to having multiple GPIB instruments worth 10s/100s of thousands of dollars and the cost of an fully compliant GPIB controller is just lost in the noise.

  • Advice needed on monitor for Photoshop and Lightroom use

    Hi. I am aserious amature photographer wishing to move to the next level and sell some of my work.
    I just had a custom pc built to work with the new copies of Photoshop CS5 and Lightroom 3 I bought (lots or RAM and HD space, ssd, etc....)
    The last piece of my system is to purchase a monitor. I want to be somewhere in the better then Best Buy but less than NEC/Eizo range in price, or between $500 - $900. I have worked with cameras since the early 80's and moved to digital several years ago but the only post processing I have done is with Photoshop Elements.  I would be doing mostly prints to sell but also need to have a web site to do so. Will also use the pc for daily net surfing... but do not game or watch a lot of video on the pc.
    Being really new to this whole process I have a few questions.
    The first thing I need to decide is whether I need to look for a wide gamut display or not.
    I realize the whole chain must be 10 bit (Adobe -OS - graphics driver - graphics card - display port.
    I have Adobe Photoshop CS5 and Lightroom 3, Win7 64 bit, Zotac ZT 50701 10M video card (which uses GeForce GTX 560  fermi and an nvidia chipset. It does have displayport). I am having a hard time determining whether my video card actually supports wide gamut (10bit).
    Standard vs Wide Gamut? Is wide gamut important enough to deal with the issues it brings (calibration, viewing things other than PS and LR or color managed, which appear to be rare?) Is sRGB good enough for most prints (don't do fine art, mostly nature and portraits but starting to do some HRD things). If wide gamut is the way to go I have no problem with that and have the time to learn about calibration, color management, etc... But I also want to make sure the juice is worth the squeeze.
    24" vs 27"? Is there any advantage to one or the other when editing photos?
    IPS vs PLS? I realize they are similar but are there differences worth noting?
    Glossy vs Matte Anti-Glare? seems to be a lot of comments regarding the anti-glare coating, mostly poor. Yet I can see issues using a glossy screen in my study with a window to my back.
    One manufacturer vs another? I realize Eizo, NEC and LaCie are at the top of the heap. But with my budget, after upgrading my pc and camera equipment, I can't make that work now. So I need to choose from the next group down (Dell, HP, Samsung, Asus...)
    One or two monitors? It looks like many (mid-grade) wide gamut monitors do a lousy job of displaying anything but color managed sites. Is that necessarily true of all the mid-grades? Or can some be used for graphics but as well for routine net surfing, MS Office, etc...? Or am I better off getting two monitors, one for graphics and one for the rest? That would pretty much limit me to 24" or less given my budget (used to using a Dell 21" TN monitor that oddly crapped out just as my new pc was done).
    The more I read reviews the more confusing it gets. There seems to be a difference of opinion even among pros on whether to go wide gamut or stick with an easier sRGB. Realizing a standard gamut monitor would be cheaper, I do want to make the right decision up front, given my budget.
    The one thing I have found astounding is that there is nowhere to actually see many of the monitors I am considering. We live in Nashville TN but my wife is from Atlanta Ga so we drove there a few weeks ago to visit family and for me to visit monitor shops. Even the largest ones there (Fry's and Microcenter) had minimal IPS monitors, a few Dells and HP's. The knowledge of their sales folks was so poor I finally gave up. Felt bad about this until I posted this on another board and got a reply from a guy in LA (second largest city in the US) that he wanted to see a particular monitor and there was no place even there to do so.
    Anyhow, here is what I have considered:
    24" Wide Gamut: Dell U2410 and Asus PA246Q. Dells appear to be good IF you get a good one. The Asus appears to be a clone of the Dell that gets a lot of good press.
    27" Wide Gamut: Dell U2711 that also gets a ton of good reviews
    24: Standard Gamut: Dell U2412 and HP ZR2440.
    27" Standard Gamut: Samsung S27A850D and Apple Cinema- The Samsung uses PLS technology versus IPS while the Apple is a glossy screen that will work with a pc.
    Sorry for the long post. Any comments are greatly appreciated.

    dkg62 wrote:
    I realize the whole chain must be 10 bit
    Not trying to talk you out of setting up a 10 bit pipeline, but it's still not very mature, and it really isn't a necessity to get a good editing experience.
    Personally I find advantage in using two 4:3 ratio monitors for Photoshop work.  All my panels are on the right monitor, while pretty much the entire left one shows the Photoshop main window and the working canvas space.  My desktop is 3200 x 1200 pixels overall, and I find having the panels remain visible all the time is important.
    Regarding whether a wide gamut is important...  Will you be printing to devices that deliver a wide gamut?  What other things will you be doing with your system?
    It's not a no-brainer whether a wider gamut monitor is always "better" for everything, since it can accentuate the differences between the output from color-managed and non-color-managed applications, and it's definitely true that not everything is color-managed.  With a monitor that's close to sRGB, for example, you might find Internet Explorer output acceptable, while using a wide gamut monitor will result in garishly oversaturated IE displays.  On the other hand, FireFox (with a settings tweak) seems to get color management right, so there is an alternative.
    I think, as John has implied above, you should work to get your head completely around how color-management works, soup to nuts.  If you don't, there will always be things that are a mystery or which surprise you at the wrong times.  Being able to order a print and have it come back with the expected color can be very important, as you might imagine.
    -Noel

  • Bapi for creation of equipment master

    hi friends ,
    I have to made a BDC program for creation of equipment master .
    for that  I am using bapi i.e. ' BAPI_EQUI_CREATE '.
    I had matched the fields of transaction IE01 but in the additinal data part i could not able to map 'Partner' fields .
    pls some body can guide what should i do for it.

    Hi Das,
    If u r going to create equipment no against this Bapi BAPI_EQUI_CREATE"
    then u need to pass material no, Equipment type, Serial No. there is no need to give partner no .
    If its good, then plz give point.

  • Tables for Functional location/equipment   in Sales Area

    Hi ,This is sivakumar  ...
    h2.
    I wanna  know  Tables for Functional  Location/equipment in Sales area   under the Customer Service erena.

    I know the sales order number, header and item ..
    I need other parameters to use this table....

  • Is there a capability for COMMENTS in FM7?

    Hi, everyone:
    Sorry if this is super-basic, but I'm returning to FrameMaker for the first time in something like three years.
    Is there a way to add Word-like "Comments" to an FM7 document, for the author's own use in reviewing, for reminders of issues to question, etc.?
    I've identified the option Special > Marker > Comment, and have used the Comment dropdown selection, and entered the text of my question/reminder to myself. I'm guessing I may have succeeded in adding something to the document.
    But for the life of me, I can't see the thing, the way you would with Comments turned on via Review > Comments (Markup and all that) in Word.
    About the only options I could think of were turning on Text Symbols, and viewing the Master and Reference pages. I knew these were all likely not to be it, and apparently, they're not.
    Am I thinking about this Marker > Comment feature all wrong? Is it merely something that can be made to appear in a list produced upon publishing?
    If Marker > Comment isn't what I want it to be, then back to my original question:
    Is there a way to add Word-like "Comments" to a FM7 document, for the author's own use in reviewing, for reminders of issues to question, etc.?
    Thanks,
    Lew Yedwab

    Hi, Arnis:
    I get the uneasy feeling I never saw your answer, much less replied and expressed thanks. I apologize. I remember getting another suggestion, that I don't think was yours. I felt like I was too harried at the time to experiment, and am simililarly harried now. However, my need to use some sort of commenting capabilty has grown, and I'm going to try this.
    I find myself collaborating with determined non-users of Framemaker, and so FM9's capability for import of PDF Comments may come into play, IF I can sell FM9 to my bosses.
    In any event, I am working with FM7 for the time being, and thank you once again for your suggestion.
    Best regards,
    Lew Yedwab.

  • Ok, tried message boards everywhere to try and figure this out before having to post a question. Have a 21.5" iMac running Snow Leopard 10.6.8.  After updates no wireless capability for ipad or laptop, imac connects fine but nothing else.No widgets work.

    Ok, tried message boards everywhere to try and figure this out before having to post a question. Have a 21.5" iMac running Snow Leopard 10.6.8.  After updates no wireless capability for ipad or laptop, imac connects fine but nothing else. No dashboard widgets work, Skype won't work. What goes?

    Your post is pretty lengthy and I have to admit I didn't read it all. Please try restarting in Safe Mode, if that doesn't work please do both a SMC and PRAM reset. These may take 2-3 attempts.
    SMC RESET
    Shut down the computer.
    Unplug the computer's power cord and all peripherals.
    Press and hold the power button for 5 seconds.
    Release the power button.
    Attach the computers power cable.
    Press the power button to turn on the computer.
    PRAM RESET
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • I need a keyboard for my Macintosh SE. Any ideas where I can get one?

    I need a keyboard for my Macintosh SE. Any ideas where I can get one?

    Where in the world are you?  Name a large city near you and we might know a recycling company that saves older equipment for resale.  Seattle, WA - Go Seahawks - has a great electronic recycling location.  We have dozens of older keyboards.  User groups will know who held on to spare parts.
    Then there is the usual retail outlets.  Ebay has several listed.  Having a rough idea of where you are and what your price range is will help narrow down your choices.

  • Is there startup/shutdown-like capability for EAR deployment/undeployment ?

    We have our application bundled in an EAR. We have the need
    to do some things as the application is deployed and undeployed.
    Is there the capability for having some class do something
    on these events, much like the startup and shutdown classes?
    Note our application is not the only app on the server, so we
    can't necessarily commandeer the weblogic startup/shutdown classes.
    This is with WLS7SP2, but we are looking to move to WLS8.1.
    Thanks!

    Jay Schmidgall wrote:
    We have our application bundled in an EAR. We have the need
    to do some things as the application is deployed and undeployed.
    Is there the capability for having some class do something
    on these events, much like the startup and shutdown classes?
    Note our application is not the only app on the server, so we
    can't necessarily commandeer the weblogic startup/shutdown classes.
    This is with WLS7SP2, but we are looking to move to WLS8.1.Yes, in 8.1 you can do this. See the javadocs for
    weblogic.application.ApplicationLifecycleListener. We use it
    successfully so I can report that it does indeed work!
    Robert

  • I never got my UPS return label for my old equipment

    I never got my UPS return label for my old equipment

    emchaviano wrote:
    I never got my UPS return label for my old equipment
    Apologies. We can get you a UPS Return label if you need one.
    Otherwise, you can return the equipment at one of the local service centers listed below or any UPS Store location (no label required).
    Some options listed below: 
    Comcast
    18055 SW Franjo Rd
    Palmetto Bay, FL 33157
    MONDAY-FRIDAY: 8:00am-5:00pm
    SATURDAY: 10:00am-2:00pm
    SUNDAY: Closed
    Comcast
    7404 SW 117th Avenue
    Miami, FL 33183
    MONDAY-SATURDAY: 8:00am-7:00pm
    SUNDAY: Closed
    The UPS Store
    14629 SW 104 STREET
    MIAMI, FL 33186-2905
    Phone: (305)408-7430
    Mon - Fri 08:30-07:00, Sat 09:00-04:00
    The UPS Store
    12973 SW 112TH ST
    MIAMI, FL 33186-4768
    Phone: (305)382-5220
    Mon - Fri 08:30-07:00, Sat 09:00-04:00
    The UPS Store
    8306 MILLS DR
    MIAMI, FL 33183-4838
    Phone: (305)595-8577
    Mon - Fri 09:00-07:30, Sat 09:30-05:00
    The UPS Store
    18495 S DIXIE HWY
    MIAMI, FL 33157-6817
    Phone: (305)238-2242
    Tue - Fri 08:30-07:00, Sat 10:00-03:00
    More info here: http://customer.xfinity.com/help-and-support/cable-tv/returning-your-equipment/

Maybe you are looking for

  • The folder path 'c drive' contains an invalid character

    is what my pc says when i try to open itunes. it immediately stops the installation and says its a fatal error during installation. this just occurred & i just updated my itunes. i recently put all my music on an external hard drive - i tried to down

  • Daily Buglet Report

    Yet another niggling little thing, noticed recently... Once it was possible to put one of these...    ...on the same line as text. Alas, no more.  Now it appears on the a line by itself when it is posted. Does anyone know a secret handshake for getti

  • Java WebDynpro Apps don't working in Netweaver 7.4 SP5

    We have a great problem since migration from 7.3 to 7.4. All WebDynpro applications developed in older versions (7.0 and 7.3) work fine, but  new ones do not work. To isolate the problem we writed a simple HelloWorld application and it can be built,

  • Error when switching from flash to webdynpro compiler

    Hi, Deploying a VC application in flash works fine, but when I change the compiler to webdynpro I get the following error: The initial exception that caused the request to fail, was:    com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No

  • PDF form drop-down menu

    Is it possible to have a drop down menu in a PDF form that when one of the options is selected automatically greys out and locks another section of the form? Cheers