Getting started controlling Pico Technology devices using National Instruments LabView

Hi all,
PicoTechnology has uploaded a video at http://www.picotech.com/support/topic14211.html
This video shows how to get started using the LabVIEW examples we provide in our Software Development Kit (SDK) which can be downloaded from http://www.picotech.com/software.html.
For more information about using LabVIEW to control our devices please visit http://www.picotech.com/support/topic12601.html
Kind Regards,
Karunen
PicoTechnology Technical Specialist

Hi Kevin,
I hope you had a good Thanksgiving. I am attaching a zip file with the LabVIEW project, my build specification and my version of "Greatest Common Divisor.vi", which should be the same as the one that you have that ships with the LabVIEW C Generator, but just in case. I am also attaching a zip file with the C files generated by the LabVIEW C Generator.
You can also see the video I posted earlier with the steps I followed. I hope you are able to point out where I went wrong. 
Thanks,
Fab
Certified LabVIEW Architect * Certified Professional Instructor * LabVIEW Champion
Attachments:
GreatestCommonDivisor.zip ‏8 KB
CGen Files.zip ‏71 KB

Similar Messages

  • Using National Instruments LabVIEW with X-10

    Has anyone written a LabVIEW instrument driver/s
    for X-10 based devices?
    Just curious.
    Thanks,
    bonzo
    Sent via Deja.com
    http://www.deja.com/

    I have a simple driver that I wrote and posted at
    http://tuffriders.50megs.com/vics/download/X10/ . It communicates with the
    CM11 serial interface. National Instruments wrote a more thorough set of
    drivers and examples for the 1999 NIWeek but I don't know where to download
    it from.
    Best Regards,
    Neal Pederson, President, VI Control Systems
    1923 Mendius Lane, Los Alamos, NM 87544
    TEL: (505) 662-1461, FAX: (603) 388-4969
    [email protected], www.vicontrols.com
    wrote in message news:92d82o$hj0$[email protected]..
    > Has anyone written a LabVIEW instrument driver/s
    > for X-10 based devices?
    > Just curious.
    >
    > Thanks,
    >
    > bonzo
    >
    >
    > Sent via Deja.com
    > http://www.deja.com/

  • HT4101 When I connect my Nikon coolpix S9200 to the camera adaptor I get a message saying this device uses too much power, how can I overcome tis

    When I connect my Nikon coolpix S9200 to the camera adaptor I get a message saying this device uses too much power, how can I overcome this?

    You are probably seeing this message because the camera uses the same port to charge it. The iPad can not supply the power to charge devices from it's dock connector. Also if you use the SD card adapter you are not using up the camera's battery for transferring the photos.

  • How many iPads can be controlled by one device using keynote remote

    How many iPads can be controlled by one device using keynote remote?

    ask your question in the iWork for iOS  discussion
    iWork for iOS

  • Method not found: 'Void National Instruments.LabVIEW.Interop.LV Runtime.throw MissingDependencyException()'.

    Method not found: 'Void National Instruments.LabVIEW.Interop.LV Runtime.throw MissingDependencyException()'.
    My colleague created a Labview DLL for me to use in .NET.
    I have tried getting this DLL to work in 3.5 framework however it only worked on framework 2.0. 
    I recently tried again and now it will not work in framework 2.0 or any available frameworks.
    He is using Labview 2011. 
    I am a little baffled as to how the application just stopped working. The National Instruments Runtime I am using is Labview 2011, version 1.1.0.0. The labview dll he gave me is using 1.1.0.0 as well. I have tried using 1.0.0.0 and I get an error saying there is a mismatch.
    In addition, for some reason I was never successful in making this work in 3.5, and now I can't make it work in 2.0 either.
    Any help is greatly appreciated. I have tried re-installing the runtime engine, tried different versions like labview 2013 but no luck... 
    Everything works except when I call the dll procedure:
    LabVIEWExports.AxBClusterArrays(out ERR, out OUTDLL, INDLL);
    My Code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    using NationalInstruments.LabVIEW.Interop;
    using InteropAssembly;
    namespace WindowsFormsApplication1
    public partial class Form1 : Form
    public Form1()
    InitializeComponent();
    private void Form1_Load(object sender, EventArgs e)
    InteropAssembly.LVCluster_1 OUTDLL = new InteropAssembly.LVCluster_1();
    InteropAssembly.LVCluster_2 INDLL = new InteropAssembly.LVCluster_2();
    double[] TestA = new double[1];
    double[] TestB = new double[1];
    for (int runs = 0; runs < 1; runs++)
    TestA[runs] = 1;
    TestB[runs] = 1;
    INDLL.A = TestA;
    INDLL.B = TestB;
    NationalInstruments.LabVIEW.Interop.ErrorCluster ERR = new NationalInstruments.LabVIEW.Interop.ErrorCluster();
    MessageBox.Show(NationalInstruments.LabVIEW.Interop.FrameworkVersion.Fx35.ToString());
    try
    //LabVIEWExports LVE = new LabVIEWExports()
    LabVIEWExports.AxBClusterArrays(out ERR, out OUTDLL, INDLL);
    catch (Exception f)
    MessageBox.Show(f.Message.ToString());

    Figured it out, I thought we where using Labview 2011, however it was Labview 2011 SP1. 
    Thus i had to install the runtime envioment 2011 SP1.
    Regards,
    ADL

  • Connecting OPCUDS 2.5 to National Instruments' LabVIEW

    Has anyone had to work with National Instruments' LabVIEW OPC server and succesfully connected to it via the UDS 2.5?
    Currently trying to achieve this and am having major issues with the UDS crashing the LabVIEW service everytime it is started.
    Thank You!

    No experience but it could be because of a large volume of Tags on the server.
    What about any other OPC client?
    I had a nearly similar experience with RSLinx when the UDS seemed to stop responding everytime we started it (it did not affect the OPC server though) and finally what we found was, all the UDS needed was some time to actually establish the connection because of the large number of Tags on the server.

  • LV runtime error in file C:\Program Files\National Instruments\LabVIEW 2010\CCodeGen\libsrc\os\rtx\LVThreads_rtx.c

    Hello,
    I tried to run my application on LM3S8962.
    The build succeeded. All LEDs are green,
    but the application doesn't run.
    The error message appears in the status window:
    [17:06:21] Status: Build Succeeded.
    LV runtime error in file C:\Program Files\National Instruments\LabVIEW 2010\CCodeGen\libsrc\os\rtx\LVThreads_rtx.c at line 141: 2 19
    This message isn't really enlightening to me.
    Doesn't anyone know how to solve the problem?

    Hi Peter,
    i tried to modify the code to isolate the problem.
    With the attached code the new error message appears:
    LV runtime error in file C:\Program Files\National Instruments\LabVIEW 2010\CCodeGen\libsrc\blockdiagram\CCGClusterSupport.c at line 141: 2 13
    What are the limits of clusters in LV ARM?
    My Toolchain:
    Tool Version Numbers:
    Toolchain:        RealView MDK-ARM  Version: 4.11
    Toolchain Path:    BIN40\
    C Compiler:         Armcc.Exe       V4.0.0.728
    Assembler:          Armasm.Exe       V4.0.0.728
    Linker/Locator:     ArmLink.Exe       V4.0.0.728
    Librarian:             ArmAr.Exe       V4.0.0.728
    Hex Converter:      FromElf.Exe       V4.0.0.728
    CPU DLL:               SARMCM3.DLL       V4.11
    Dialog DLL:         DLM.DLL       V1.19a
    Target DLL:             BIN\UL2CM3.DLL       V1.63
    Dialog DLL:         TLM.DLL       V1.19a
    Thanks
    Marco
    Attachments:
    ICUA4_SOURCE_DISTRIBUTION.zip ‏463 KB

  • Where can I find VI Description & usage for VIs in Program Files\National Instruments\LabVIEW 2009\vi.lib\variable

    In the the said folder are many VIs.  They are all part of the NI_Variable.lvlib.    However there is no help or description (context help just shows the terminals and names) for many of these VIs.  Where can you find more 'help' on these VIs, the block diagram is password protected.

    Hi phillman,
    If there is no detailed help in the LabVIEW help, or on ni.com, you will probably need to ask about specific VIs for more detailed information. I would first search the LabVIEW help and the website, however.
    Let me know if you have specific VI questions!
    Take care!
    Tanya V
    National Instruments
    LabVIEW Platform Product Support Engineer

  • \National Instruments\LabVIEW 2011\vi.lib\addons\_office\excel.llb\Excel Set Cel

    \National Instruments\LabVIEW 2011\vi.lib\addons\_office\excel.llb\Excel Set Cel  with a broken arrow
    Attachments:
    error pic.png ‏27 KB

    version of Excel is 2010, but i have this problem with Excel 2007, Excel 2003. This property also has a problem in old  versions of  labview  (8.6; 9; 10).
    Attachments:
    excel1.png ‏86 KB
    pic2.png ‏4 KB
    excel version.png ‏38 KB

  • I made an extra backup on a USB device and now I can't get it back because "the device uses too much power". Why didn't it a few weeks ago and how can I use the device anyway?

    because "it uses too much power"
    I did'nt get that message a few weeks ago when I used Snow Leopard and now I can't approach the files I saved on the external disk.
    Question 1: How do I solve the problem? (Without going back to Snow Leopard)
    Q2: Why this parential supervision by Apple?

    riks1105 wrote:
    because "it uses too much power"
    I did'nt get that message a few weeks ago when I used Snow Leopard and now I can't approach the files I saved on the external disk.
    Question 1: How do I solve the problem? (Without going back to Snow Leopard)
    Q2: Why this parential supervision by Apple?
    Get a powered hub
    USB is cranky, you're not the first (probably not the last) to have this happen.

  • Controlling Access to devices using ACS

    I am using ACS 3.2 and on the NAR section,I have used a wildcard (*) to define all the network devices on my network.All my users are in one group. However,I have just realised there is the need for me to create another group and put some users in that group so they only have access to some routers and switches and not all as define by the wildcard.
    How do I achieve this goal.?

    Under NAR select the Per Group Defined Network Access Restrictions.
    Select the AAA clients you want the group to access.
    Use the wildcard mask in the port and the address field.
    You can also group the devices which you want to give access under a seperate NDG and in the NAR give permission to only this NDG for the group. In this way you may need not add individual AAA clients
    HTH, rate if it does
    Narayan

  • Control pricing for devices using same rendition

    With the v26 release and introduction of PDF article support for Android we have a client would like to use their existing iPad renditions on Android.  One problem came up in that they have free folios on the iPad but for Android they do not want to have any free folios.  Is there a way to control the pricing for the same rendition depending on which platform downloads that rendition?

    You can publish the folio either puclic/free or public retail. In your case you can create a duplicate of that folio(new folio) with different product id specially for android and publish it public/retail.

  • Trying to get data from a bluetooth device using labview. Can anyone help?

    I am currently working on a project to monitor pulse rate and need send the reading via bluetooth. My laptop is bluetooth enabled and is using a toshiba stack. I am new to LabView and need some help with this.
    Message Edited by Iceberg D4 on 05-05-2009 10:58 AM

    You can definitely do this using LabVIEW. Search for labview bluetooth on NIs website to look for articles and documentation with regards to this. One thing I noticed and would like to point out:
    On Windows XP - LabVIEW works with Bluetooth devices that use the Microsoft Bluetooth
    driver included with Windows XP Service Pack 2 and later. Refer to the
    Microsoft Web site for Bluetooth devices that are supported by the
    Microsoft Bluetooth driver. Most Bluetooth devices come packaged with a
    proprietary Bluetooth driver. To use the device with LabVIEW, the
    Bluetooth adapter must be using the Microsoft Bluetooth driver. A
    Microsoft Bluetooth driver for Windows XP SP1 was also available. Refer
    to Microsoft Knowledge Base Article 323183: Availability of Windows XP Service Pack 1 Support for Bluetooth Wireless Devices for more information about Bluetooth-compatible operating systems.
    Have a look at the following:
    http://zone.ni.com/devzone/cda/tut/p/id/3260
    http://zone.ni.com/reference/en-XX/help/371361E-01/lvcomm/bluetooth_vis/
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • Getting started : Do I have to use Airport Extreme?

    I just got the Macbook and want to set it up wireless. How do I start? I have a basic set up with an ethernet plugged into my mac.
    Can I buy any wireless router or can I only use the airport extreme?
    Are there other wireless routers that work with Mac OS X 10.4??
    macbook   Mac OS X (10.4.6)  

    Duane-I'm also looking, as a first-time 'wireless networker" for what I need to do. I've read a ton of stuff in Discussions but I'm still puzzled.
    I have an iMac G5 with factory-installed Bluetooth and an Airport Extreme Card. I just bought an iBook G4 with factory-installed Bluetooth and an Airport Extreme card.
    I've established a Bluetooth a connection between the two and have transferred files. I have also created a computer-to-computer network via Airport.
    What I want to do is connect to the Internet on the iBook using my iMac connection. I'm using Ethernet, DSL, and a static IP address.
    I have connected to the Internet on the iBook (sitting right next to the iMac) but by choosing the linksys setting but not by choosing the computer-to-computer network.
    I have messed with this so much for the last few days that I'm not always sure how it happens, but I have on occasion, repeated connecting the iBook to the Internet. I've moved the iBook into another room, less than 100' feet away, and can't connect. So........another dumb question........was it Airport that allowed me to connect or Bluetooth? Do I need a Base Station to properly connect via my iBook without being on top of the iMac? And is a static DSL address problematic, i.e., does it mean only one computer can be Internet connected at a time? I want both to be able to be on at the same time. Do I need to change the 'static' connection?
    All software is up to date. Any help would be appreciated. Thanks.

  • Getting started with OIM API'S using ECLIPSE

    Dear All,
    i got this error messages :
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Logger
         at com.thortech.util.logging.Logger.createAndRegisterLogger(Unknown Source)
         at com.thortech.util.logging.Logger.getLogger(Unknown Source)
         at com.thortech.xl.util.config.ConfigurationFormatter.<clinit>(Unknown Source)
    somebody help me.
    Thanks.

    In general Add all the jar files present in the xlclient lib folder into your classpath before using any of the Thor API's as these jars are needed.
    In your case i guess the classpath is missing the log4j jar file required.
    You are using com.thortech.util.logging.Logger which references to xlLogger.jar.
    When you decompile this xlLogger.jar present in the lib folder you will be able to see the following import statements.
    import com.thortech.util.logging.helpers.ConfigFileWatchDog;
    import com.thortech.xl.util.logging.FilePrintStream;
    import com.thortech.xl.util.logging.PropertyConfigurator;
    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.ObjectInputStream;
    import java.io.Serializable;
    import java.util.Hashtable;
    import org.apache.log4j.Category;
    import org.apache.log4j.ConsoleAppender;
    import org.apache.log4j.Level;
    import org.apache.log4j.PatternLayout;
    So during runtime it is searching for the log4j jar which is not present in the classpath. usually it is present in the xlclient ext folder. Please ensure that you add this jar into your classpath. The problem will be solved. Let me know if you still face any issue.
    Edited by: Durgaprasad on Dec 4, 2011 4:03 AM

Maybe you are looking for

  • Link for BLOB column in report?

    Hi all, I wonder if it is possible to declare a blob colum (displayed image) as a link. What I try to do is to display images in a report and give the user the option to just click on the image an get a popup window where he/she can change or delete

  • JDeveloper 11g Using jsp to display images

    I am converting a 10.1.3.3 application to 11.1.1.3 It has 2 web modules. One is an ADF administrator module and the other is a public web that displays information including images stored as blobs. This public module has a simple technology scope, on

  • My iPad is not showing up in My Computer

    I have a pc and an iPad 1. When I connect the iPad to the computer, it shows up in iTunes but not in the My Computer section on the pc. Is there any way to fix this?

  • Metadata load using ERPi

    Hi All, I am new to ERPi, Our client is willing to implement ERPi Metadata load. The source is People soft 9.1 and the target Hyperion EPMA planning 11.1.2.2.300.20. My source COA tree structure is different with my target Hyperion COA structure, can

  • Oracle 8i and MQseries queues

    Is there any possibility to access MQSeries queues using 8i AQ packages routines? I have to read some data from MQS and insert it into Oracle on Win2k and wonder if I need any additional MQ interfaces. Best regards, Tomek.