Can C code be converted into G for LabVIEW?

Hi guys,
Is it possible to convert C/C++ code into G code in LabVIEW?
Solved!
Go to Solution.

Anoop,
there is a close relation between NI and ARM resulting in the Embedded Module for ARM Microcontrollers. This might already give you everything what you are looking for.
There are other, custom developed approaches like this.
hope this helps,
Norbert
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.

Similar Messages

  • Why can one spot colour convert into two different sets of CMYK values?

    Working within Illustrator CC, I have an EPS file of a logo which has a colour fill value of:
    Pantone 152 U
    CMYK: 0C 51M 100Y 1K
    When I copy and paste this into a new document I get a much duller colour (orange) with colour values of:
    Pantone 152 U
    CMYK: 2C 57M 83Y 2K
    I have enabled 'ask when opening' & 'ask when pasting' for Profile Mismatches in Edit->Color Settings->'Color Management Policies' - no warning shows up.
    I have also tried turning off, changing color management policies.
    I've opened the original eps file and assigned my working space profile (Coated FOGRA39) and then try copy and pasting without success.
    Help!

    In addition to John's useful comments:
    Using Pantone 512U (uncoated) isn't correct for Coated Fogra.
    Why can one spot color convert into two different CMYK sets if converted by the user?
    Assumed, the one spot color is uniquely defined by one Lab set:
    – the CMYK spaces are different
    – the CMYK spaces are the same but the Rendering Intents are different
    – the CMYK spaces are the same but the Black Point Compensations are different
       (on or off for Relative Colorimetric).
    Assumed, the spot colors are equal by name, but valid for different versions, both in Lab:
    – this obviousl at present the most common source of deviations.
    Assumed, the spot colors are defined by CMYK:
    – a chaotic situation which I wouldn't even like to dicuss.
    – CMYK to CMYK conversions should be avoided under all circumstances.
    The solutions:
    If the spot color will be printed always and everywhere by Pantone spot ink:
    – purchase an actual Pantone color fan und discuss with the printer the mixture for the selected ink.
    If the Pantone color is merely a design feature, but the doc will be printed by CMYK:
    – choose such a color and verify by soft proofing that the color is in-gamut for common CMYK spaces. 
    – read the Lab values and proceed as far as possible using Lab.
    – don't use ink names, don't use any reference to Pantone.
    – convert into to a specificic CMYK space in advance to the generation of the specific PDF.
    Best regards --Gernot Hoffmann

  • Can a pdf be converted into a multipage tiff

    In order for me to upload documents into a particular system I use I need them to be in tiff format. Unfortunately most documents I recieve are in pdf. I understand how to use Acrobat XI to convert a pdf to tiff, but each page is its own image. Is it possible for Acrobat to keep all of these images combined as a singe file?

    Acrobat does not support multi-page TIFF files, you would have to combine each page in another application.

  • I can't type some characters into firefox for android with physical keypad

    I am using an android device which is a Sharp 007sh that come with a physical 9 number keypad like those old nokia phone, running stock android 2.3 and using an input method modifier named as cedIME that can be downloaded from google play.
    and with this setup, to type character into the phone, it is necessary to press multiple time a ley to get a character. For instance, to type a 'z' into the phone, you'll have to press the '9' button four time, so it change from w to x to y and finally z. However, in Firefox, when doing so to url bar and text area, pressing the first time the button '9' would create a highlighted character 'w', then another press would change the character from 'w' to 'x', but then it no longer being highlighted and the input cursor move to the right of it. As such, pressing the button '9' for the third time would not result in the intended change from 'x' to 'y', instead it would simply add a new character 'w' after the previous character 'x', and pressing the fourth time would thus result in another 'x', which make the output become 'xx', instead of the intended 'z' character. This problem is so far unseen on any other apps.

    Hi Lilybri,
    I still have this problem with the accents in AC and I've just found that problem comes from the double-type characters (like the accents in Spanish).
    http://helpx.adobe.com/captivate/kb/double-byte-characters-cannot-input.html
    BTW, I got no answer from Adobe and i'ts been more than 2 months since I registered the bug...
    Best regards!

  • Can't Import mp4 video into itunes for my ipod

    I have tried to get video onto my ipod but itunes wont let me import video. I have quicktime 7 pro and have exported my video to ipod and to mpeg-4 and i can't import it into itunes to get it on my ipod.
    Please can someone tell me what I am doing wrong.

    Did you try just to drag&drop the video onto "Library" in iTunes' left "Source"-column?

  • Can an iMovie be converted into a photo

    A friend used my iPhone to take a picture and accidentally made a video instead can it be converted to pictures?

    https://discussions.apple.com/community/iphone

  • Can you code 2 classes into one source file?

    Can you have 2 classes coded in one source file? If so, do you end up with 2 .class files after the compile?

    yes you can code 2 classes in one source file. I
    believe that you have to reference one class is an
    "object" class of the class under which you save the
    file as.
    Example:
    File name is A.java
    class A{
    class B{
    When you want to refer to class B, you have to say
    A.B ( eg: A.B ab = new A.B() ). The class file(s)
    will be A.class and A$B.class.
    This is what I recall at best at the time. good luckI presume you mean when one is an inner class? Otherwise:
    public class one {
      one() { System.out.println("one");
      public static void main( String[] argv ) {
        new one();
        new two();
    class two {
      two() { System.out.println("two");
    }Will work fine, and will create one.class and two.class. But that does not mean it is a good idea to do it ;o)

  • Can anyone provide me the suitable material for labview fpga &labview real time??

    Message Edited by Sithu on 05-27-2008 04:32 AM

    The following link includes training material for both LabVIEW Real-time and LabVIEW FPGA.
    http://zone.ni.com/devzone/cda/tut/p/id/6929
    If you are new to LabVIEW you should start from the LabVIEW Basics material available at the following link.
    http://cnx.org/content/col10241/latest/
    KostasB
    NIUK Applications Engineering

  • Where can I find a linear interpolation VI for Labview?

    y=interpolation(X,Y,x), where x and y are either a scalar or vector. X and Y are 1D vector.

    Hi,
    there are two VIs in "Finctions->Array" palette.
    Interpolate 1D Array and
    Threshold 1D Array.
    For scalars y=interpolation(X,Y,x):
    you must first use "i=Threshold 1D Array (X,x)" to get the fractional index of "x" in "X" array. And at the second step you must calculate "y=Interpolate 1D Array(Y, i)" to get the interpolated value of Y.
    For arrays you just need to place tjis structure inside the loop and set the autoindexing.
    Example is attached
    Good luck.
    Oleg Chukto.
    Attachments:
    Ip.vi ‏15 KB

  • How to store the output of a analog to digital converter into an 2D array

    Hi
    I am doing my M.Tech Thesis in Image reconstruction and I am using labview for simulation and I want to know how to store the output of a analog to digital converter into an 2D labview array.

    nitinkajay wrote:
    I want to know how to store the output of a analog to digital converter into an 2D labview array.
    How exactly are you performing 'Analog to Digital'???
    Grabbing image using camera OR performing data acquisition using DAQ card OR some other way????
    I am not allergic to Kudos, in fact I love Kudos.
     Make your LabVIEW experience more CONVENIENT.

  • Code written for LabView 6 cannot find SubVIs when run in LabView 2013

    I am reworking some code that was originally written for LabView 6.1
    There are quite a few SubVIs that the program was not able to locate when I launched the main VI:
    AI Config
    AI Start
    AI Clear
    DIO Clear
    Continuous Pulse
    Counter Start
    Counter Stop
    quite a bit more.
    In searching the NI site for these, I come across articles referring to these SubVIs so I am wondering if this is something I am missing OR something that was renamed in later versions of labView.
    Any guidance?

    Those vi's are from the traditional DAQ(Legacy)  palettes.  DAQmx has surplanted traditional DAQ.  (Years ago!)
    You should strongly consider migrating the legacy program to modern methodologies using DAQmx- it is well worth the small investment.
    See Also
    DAQmx FAQs
    and Transitioning DAQ to DAQmx
    Jeff

  • HELP: convert instruments' drivers to Labview 6.0?

    Anyone can help me to convert the drivers from labview 7.1 to 6.0? Or anyone can tell me how to do that. I appreciate your help . Thanks! send emails to [email protected]
    Have a nice day!
    Attachments:
    hp8753x.zip ‏832 KB

    Here it is.
    Attachments:
    hp89400_6.zip ‏1194 KB

  • DAQmx support for Labview 8.0

    I am having a problem with the current DAQmx Drivers,
    The system used to run perfectly when using labview 8.0, however, after the installation of labview 2009
    The DAQ library in the labview 8.0 folder is missing.
    I tried to install the older version of the DAQmx (Legacy) but i still can't get the library back in labview 8.0 folder.
    Would it possible to get those files ?
    Thanks,
    Ahmad Aladdasi
    Mechatronics Engineer
    Solved!
    Go to Solution.

    Hello again,
    I tried to uninstall everything related to labview on the computer using msiblast, but still having the same problem, even after removing every labview newer than 8.0 files.
    When I try to install DAQmx 8.6 it says a newer version is available.
    I deleted the registry stuff to.
    I had to keep labview 8.0 because it is the version i want to use plus i don't have the CD to install it, so i kept it and it's support files.
    Can anyone send me the DAQmx library for labview 8.0?
    Makesure it is the Vi files not the installation setup because that one will give me the same problem, " Newer Version is installed" problem.
    Don't refer me to any extra links about installing, cuz honestly i have seen them all....
    Thanks,

  • How to prepare for labview certifications without getting training ?

    Can u ppl guide me to prepare for labview certification-- the first one CLAD without taking training on labview basics.
    I have learned up to certain level and made one program to manage a simple database--to enter and save new entries, retrieve them by searching using a particular item name and display it.
    still I want some more practical exercises-- so that i can learn some new features too.
    u please suggest me some.
    Attachments:
    RMS_LV.doc ‏241 KB

    Hi janki,
    the best preparation is to use LabVIEW. Try to understand how the functions work. Work with Graphs and Charts. Understand how loops are working, when and why they stop and ... .
    You should also use the forums search, there are a lot of threads about certification.
    Mike

  • I have 13 dollars left on an apple store gift card, how can I convert this into money for my iTunes account?

    I have 13 dollars left on an apple store gift card, how can I convert this into money for my iTunes account?

    You can't.

Maybe you are looking for