Where can I find an example to make a hardcopy (on a TDS3014) by GPIB in VB6 (using VBIB and NIGlobal) ?

I would to have a BMP file on my PC transfered by GPIB link.
Thanks in advance.

There is an IVI driver for this device at http://zone.ni.com/idnet97.nsf/browse/
There is a knowledge base that describes how to use Instrument Drivers at http://www.ni.com/cgi-bin/search/search.cgi?scope=knowledgebase&query=28FFK4QO
If this instrument driver does not have the desired functionality, please see http://zone.ni.com/idnet/other.htm for other options.
Randy Solomonson
Application Engineer
National Instruments

Similar Messages

  • Where can I find an example of a vi which reads a xml file using the Labview schema (LVXMLSchema.xsd)?

    Where can I find an example of a vi which reads a xml file using the Labview schema (LVXMLSchema.xsd)?
    �Unflatten From XML� is of little use in parsing because it requires the data type. So it seems that the user has to parse each data value, and then �Unflatten From XML� can help a little.
    I would like to see NI provide a VI for parsing it�s own schema.

    LabVIEW's XML functions are another way of saving data from controls and indicators that is in a more standardized format. If you look at the Unflatten From XML shipping example, it shows taking the data that you would normally send to a Digital Wveform Graph and converting it to XML instead. This data is then unflattend from XML and wired to the graph. Since you know what you wrote to the file, this is an easy thing to do. If what you are looking for is a way to look at any data in any LabVIEW XML file, then you are right, there is not a VI for that. However, I do not believe that that was the intention of the XML functions in the first place.
    By wiriting data in XML, this allows other applications outside of LabVIEW to parse and recognize the dat
    a. In LabVIEW, you would already know the types and can place a generic item of that type. The issue of knowing the type is that you need to know the type of the wire that comes out of the Unflatten function so that the VI will compile correctly. You could always choose a variant value to unflatten and then do some parsing to take the variant a part. Maybe this will help you out.
    See this example for using the Microsoft parser for XML. (http://venus.ni.com/stage/we/niepd_web_display.DISPLAY_EPD4?p_guid=B123AE0CB9FE111EE034080020E74861&p_node=DZ52050&p_submitted=N&p_rank=&p_answer=)
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • Where can I find a retail copy of MAC OSX Snowleopard, that has all the drivers, for both desktop and Laptops?

    Where can I find a retail copy of MAC OSX Snowleopard, that has all the drivers, for both desktop and Laptops?

    No. 10.6.3 was the last retail release of Snow Leopard. Download the 10.6.8 Combo updater and put it on a flash drive to make it easier to install the largest part of the update.
    Also, don't push the same disk image of SL to your Macs unless they are exactly the same model as it was originally installed on. The wrong hardware drivers will otherwise be in use.

  • Where can I find JBI examples

    I installed JBI sdk. There is a examples directory. But the examples it offered are not a java-based program. I couldn't find any java files under it and I didn't know how to use the jbi api. All of them are made by XML file. Where can I find a java-based JBI example?
    Thanks.

    Not sure what you mean by installing the JDI sdk, but if you didn't download and install the OpenESB/Netbeans installer, I would recommend installing that instead. You can get it here: https://open-esb.dev.java.net/Downloads_OpenESB_Addons_NB6.html
    There are some BPEL examples included in netbeans. Create a new project in netbeans and Go to Samples > SOA. I believe they are under the BPEL folder and there are 5 blueprints.
    For other components, you can reference videos. Most components available here have videos showing you how to use netbeans and openesb to create Composite Apps.
    http://wiki.open-esb.java.net/Wiki.jsp?page=Jbicomps
    Specifically I learned netbeans/jbi by following the SMTP tutorials included in this blog: http://blogs.sun.com/vishblogs/.
    Hope that helps.

  • Where can I find an example of teh overload functions for the "Createvariable"

    I am trying to find a coding example of the overloads for the "CreateVariable" function in Measurement Studio.  The goal is to define a variable type at creation time.
    Thanks

    Hi JohnnieM,
    You can see the three overloads for the CreateVariable method in the help here: http://zone.ni.com/reference/en-XX/help/372636F-01/mstudiowebhelp/html/3c1ef3de/. I couldn't find an example snippet of code but if you wanted to explicity define the type you need to use CreateVariable(VariableCreationOptions) like this:
    string processName = "myProcess";
    string variableName = "myVariable";
    ServerProcessInfo procInfo = ServerProcess.Create(processName, true);
    VariableCreationOptions varOptions = new VariableCreationOptions(processName, variableName);
    varOptions.VariableType = typeof(Double); //this is where you specify the type
    ServerVariableInfo varInfo = procInfo.CreateVariable(varOptions);
    Hope this helps!
    Kevin

  • Where can I find an example project plan for migrating previous Solaris Serviers to 8.2, and to include migration to LDAP

    I am migrating 800 Unix servers from a variety of OS versions to Solaris 8.2, using the time to sort out my NIS nightmare in prep. for moving to LDAP
    Are there any example project plans that I can use as a starter?

    I am migrating 800 Unix servers from a variety of OS versions to Solaris 8.2, using the time to sort out my NIS nightmare in prep. for moving to LDAP
    Are there any example project plans that I can use as a starter?

  • Where can I find video training to make animated GIF images?

    I would like to get more info on how to make animated GIF images with my Photoshop for my WordPress blog here  http://www.getfreewordpressthemesnow.com

    Hello Bill,
    you could have a look at http://helpx.adobe.com/photoshop/using/creating-frame-animations.html >>> ... till save the animation
    and at the end: Adobe also recommends >>> http://helpx.adobe.com/photoshop/using/saving-files-graphics-formats.html#save_in_gif_form at
    If the German language is no problem for you, you could use http://praxistipps.chip.de/photoshop-animiertes-gif-erstellen_1485
    Hans-Günter

  • How can I use the ni-6024-e with the real time of matlab/simulink. Where can I find any example?

    I am doing the final project and I need to control the ni-6024-e with the RTW (real time) of matlab/simulink.
    Does anyone know or have any example?.
    Thanks

    Rafelmor,
    Have you contacted The MathWorks yet? They probably have the best information.
    However, I did a quick search and found some information on The MathWorks' site. For Data Acquisition Toolbox examples: http://www.mathworks.com/access/helpdesk/help/toolbox/daq/daq_example_index.shtml.
    For RTW information: http://www.mathworks.com/support/product/RT/.
    Good luck with your application.

  • Where can i find swfLoader examples?

    i need to load a swf flash 8 movie, would emedd tag be
    better?
    anyway i need the movie to dissappear on my canvas [flex]
    after its played through its timeline?

    This is how I incorporated mine.
    First I created a SWFLoader component in a folder I called
    'view' with the following code...
    <?xml version="1.0" encoding="utf-8"?>
    <!-- FlashIntroSWFLoader.mxml Component(Version
    1.0.0.0[Build 2.13.07]) -->
    <!-- No known bugs -->
    <mx:SWFLoader
    xmlns:mx="
    http://www.adobe.com/2006/mxml"
    maintainAspectRatio="true"
    width="100%"
    height="209"
    scaleContent="true">
    </mx:SWFLoader>
    Note: You'll need to set the properties according to your
    needs.
    Then I placed an instance of the component in my Main.mxml
    code with the following code...
    <view:FlashIntroSWFLoader
    id="flashIntroSWFLoader"
    source="@Embed(source='assets/swf/flash_intro.swf')"/>
    Note: You can not set the ID property directly inside the
    component. Instead you set the ID property inside the instance of
    the component. I hope I am saying this right! :) Also be sure to
    set the source URL to point to your .swf file.
    The LAST thing to do is to add the following to the opening
    Application tag of your Main.mxml, or the opening tag of another
    component if the instance is being placed in that component.
    xmlns:view="view.*"
    Note: You'll need to change the namespace above according to
    your folder structure.
    I do not have any issues whatsoever with loading my flash
    intro, which I created in Flash 8, into Flex 2.
    Please let me know if this helps!
    John

  • Where can I find Applet examples?

    Hello all!
    Links to sites that have examlpe applets and soursecode would be appreciated!
    Thanks!

    www.codebrain.com/java/
    javaboutique.internet.com/javasource/
    www.ezebox.com/
    Cheers
    Rajesh

  • Where can I find something I add on to a 6 Plus case to carry cards, driver's license and cash?

    Am asking because the iPhone 6+ its so large. I'd hate to have to carry a wallet along with this enormous phone. Apple's case are gorgeous, but have no place to slip in a license. I gather Apple thinks Apple Pay will eliminate wallets, but that won't be until iPhone 26 even if then. I am looking for a pouch that I can stick on the back of an Apple case. Thanks for any suggestions.

    There are quite a number of cases for iPhone 6 and 6 Plus that have a Credit Card Holder ...and some with extra space for cash, etc.  Just do a Safari Search for Best iPhone 6 Plush cases and you will see the key Manufacturers and then you can look at their individual web sites for all their models. 

  • Where can I find a good, free effect for Final Cut Pro of electrocution?

    Where can I find a good, free effect for Final Cut Pro of electrocution?  I'm using it for a taser sequence.
    Thanks!
    Matthew

    Open Motion, look for lightningin the generators. From there, it's a question of figuring out how it works and what you need to do to make it work for your sequence. That's about as free as it gets and it will ony be as good--even if someone else did the work for you--as the amount of time you're willing to invest.
    bogiesan

  • Where can I find one of those silicone body covers (not hardshell) for the Mac Book Pro? And is this a good idea?

    Where can I find one of those soft silicone body covers (not hardshell) for the Mac Book Pro? And is this a good idea since Apple no longer makes them? I-phones use them now.

    Personally I use the Speck hard case on both of my MacBooks and they are the greates! Look around on Amazon and eBay and you can find them for $30-40. I wouldn't really recomend a silicon case for a macbook, but it's your preference.

  • How/where can i find "user" entity from first cup tutorial in the database

    within the first cup java ee tutorial a user entity is crated:
    @Entity
    public class FirstcupUser implements Serializable { ...in some other code the user is created and inserted?:
    @PersistenceContext
        private EntityManager em;
    FirstcupUser user = new FirstcupUser(date);
            em.persist(user);the question is how or where in the database(i don't know the database name, the table name should be user?) i can find the inserted users? within net beans in "services" i can see a db server with a "sample" database - this seems to be a preinstalled example db. but where can i find the db created by the web app i wrote?
    thx in advance

    Press Option key and select Go > Library in the menu bar. To show that folder, open Terminal and copy:
    chflags nohidden ~/Library

  • System Preferences quits suddenly. I have lost the dock, including the trash and ability to change desktop image. How can I replace this part of System Preferences? Where can I find Trash?

    System Preferences quits suddenly. I have lost the dock, including the trash and ability to change desktop image. How can I replace this part of System Preferences? Where can I find Trash? All other aspects of System Preferences work.

    just that that is one method, and lacks provision for working boot image and for an emergency - Lion gives a small minimal emergency boot environment but may lack all the utilities you need to use and run, even some drivers that your mac requires for add on PCIe.
    Just grab and look through Help in Carbon Copy and SuperDuper, both excellent and each has their use - together - for cloning.
    And do you have two TM backup sets? ought to consider that also, rotate daily or make a weekly set. Otherwise you are putting all your eggs in the proverbial one basket.

Maybe you are looking for

  • Javasqlite class not found error

    Hi , I 'm working with java 1.5 and linux with sqlite. When i try to connect with sqlite database using java im getting the following error. Unable to load sqlite: java.lang.UnsatisfiedLinkError: no sqlite_jni in java.library.path Exception in thread

  • Exchange Rate Field - Frozen in Sales Order Header

    Dear Fellows, Can you please help me on this? When we enter a standart sales order (J4211) , then in the header side of the order the exchange rate *(USD/TRY)* field comes as frozen and does not give any possibility to modify it. Because , it takes t

  • Convert AVCHD to iMovie, 10 times larger

    hi, my iMac was bought 1 year ago. Recently I got a Sony HD camcorder came with a 16GB memory stick pro. I plug the camcorder to iMac and converted the video clips to iMovie with no issue. However, when i opened the Finder and surprisingly found that

  • Are the photos stored in iPhoto on my Mac stored in iCloud

    A

  • Lucene import statements not working

    I'm new to Tomcat, Lucene, and JSP, so bare with me... I just installed all three and Tomcat and JSP are working and Lucene is working. Now I'm trying to get them working together but I don't know where my issue is. I have a sample page I found and i