Labview Full 6.1 - You get CIN Tools header files and what else?

We have Labview 6.1 Base Level and are developing 3rd party instrument drivers, initially implementing the AI functions. I have disovered it would be nice to beable to use NumericArrayResize for which we need CIN Tools and may need to upgrade. What else would we get?
Can we build polymorphic Vis?
Can we include our third party driver in the Measurement and Instrument Explorer?
Can we have DAQ channels registered to our instrument?
Can we create a functions palette for our interface?
Are we able to build a Labview installer for the driver?

You can go to www.ni.com and get a complete list of all the features but briefly, the full version adds analysis, signal processing, custom graphics and animation, CIN/DLL tools. The professional version adds the applicaton builder, source code control, a differencing tool, and polymorphic VI creation.
MAX is for NI hardware and IVI drivers - not LabVIEW instrument drivers. You say that you're using the AI functions which implies an NI DAQ board so the board should already be visible in MAX as well as the channels.
I believe all versions of LabVIEW can create a custom palette. On your function palette, click the Options button and see if there's a Edit Palettes button. If there is, the LabVIEW help can guide you in the creation of your own .mnu fil
es that you can save and distribute.
The application builder (which is also available separately) includes an installer that could probably be used for driver installation but I've never tried it for that. When I've created LabVIEW instrument drivers, all I usually did was zip up the LLB and mnu files, place them in the instr.lib folder and then unzip them.

Similar Messages

  • TS3999 How do you get info entered into iCal and Contacts on an equipped iPhone to push back to an equipped MacPro? so far it's only a one way street Macpro to phone, and that's not what I was told it would be.

    Hi, all.
    How do you get information entered into iCal and Contacts on an equipped iPhone to push to an equipped MacPro? So far it's been a one way street Macpro to phone, and that's not what I was told it would be. I've been through all settings on both devices and see no way to do this. Help! If I synch the old fashioned way, what's going to happen?

    First check that all your settings are correct, that contact syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the contacts you are adding are added to your 'iCloud' group and not an 'On My Mac', 'On My Phone' or other non iCloud group (you can do this by checking in groups), non iCloud contacts will not sync.
    If you are sure that everything is set up correctly and your contacts are in the iCloud group, you might try unchecking contact syncing in the iCloud settings, restarting your device and then re-enabling contact syncing.
    First check that all your settings are correct, that calendar syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the calendars you are using are in your 'iCloud' account and not an 'On My Mac', 'On My Phone' or other non iCloud account (you can do this by clicking/tapping the calendar button in the top left corner of the application ), non iCloud calendars will not sync.
    If you are sure that everything is set up correctly and your calendars are in the iCloud account, you might try unchecking calendar syncing in the iCloud settings, restarting your device and then re-enabling calendar syncing settings.

  • Why is my hard drive full when I only have the operating system loaded and nothing else?  No pics, music, nothing...It's the 60 Gig hard drive on the air built in late 2010.

    Why is my hard drive full when I'm only running the operating system and nothing else is loaded?  No music, pics, nothing! I understand the hard drive is small at 60 gig, but I can't believe the os would take up that much space.

    First, empty the Trash if you haven't already done so. Then reboot. That will temporarily free up some space. According to Apple documentation, you need at least 9 GB free on the startup volume for normal operation. You also need enough space left over to allow for growth of your data. Use a tool such as OmniDiskSweeper to explore your volume and find out what's taking up the space. Proceed further only if the problem hasn't been solved. ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To really see everything, you have to run it as root. Back up all data now. Launch the Terminal application in any of the following ways: ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. After installing ODS in the Applications folder, drag or copy — do not type — the following line into the Terminal window, then press return:sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up.
    I don't recommend that you make a habit of this. Don't delete anything while running ODS as root. When you're done with it, quit it and also quit Terminal.

  • Hi i am new to labview. i want to extract data from a text file and display it on the front panel. how do i proceed??

    Hi i am new to labview
    I want to extract data from a text file and display it on the front panel.
    How do i proceed??
    I have attached a file for your brief idea...
    Attachments:
    extract.jpg ‏3797 KB

    RoopeshV wrote:
    Hi,
    The below code shows how to read from txt file and display in the perticular fields.
    Why have you used waveform?
    Regards,
    Roopesh
    There are so many things wrong with this VI, I'm not even sure where to start.
    Hard-coding paths that point to your user folder on the block diagram. What if somebody else tries to run it? They'll get an error. What if somebody tries to run this on Windows 7? They'll get an error. What if somebody tries to run this on a Mac or Linux? They'll get an error.
    Not using Read From Spreadsheet File.
    Use of local variables to populate an array.
    Cannot insert values into an empty array.
    What if there's a line missing from the text file? Now your data will not line up. Your case structure does handle this.
    Also, how does this answer the poster's question?

  • Get the session trace files and also the TKPROF reports for storedprocedure

    Hi ,
    I am trying to find out the bottlenecks on a storedprocedure, which does a insert into a table, where the target table has lot of indexes/constraints, so i want to see, which indexes/constraints is causing the problem. so in order to do I want to get the session trace files and also the TKPROF reports to see the bottlenecks for a oracle stored procedure,
    Could you please give us the list of steps to get the tracefiles and tkprof reports.

    781649 wrote:
    Thanks for input, i am using oracle10g standard edition. i dont think i have these tools available (DBMS_PROFILER or DBMS_HPROF). Did you even bother to try the following?
    SQL> DESC DBMS_PROFILER
    SQL> DESC DBMS_HPROF
    I understand it would be too much to expect you to actually Read The Fine Manual
    I am using bulk collect for all in my storedprocedure to insert the rows into a big table. In order to perform analysis on this bulk collect which tool will help me to identify the bottlenecks .
    I want to compare background session properties for both runs (like inserting the data with indexes/constraints vs without indexes/constraints). please let me know..I am willing to bet you the problem/slowness is on the SELECT side & not the INSERT!
    Just Curious
    Handle:      781649
    Status Level:      Newbie
    Registered:      Jul 12, 2010
    Total Posts:      35
    Total Questions:      17 (14 unresolved)
    Why so many unanswered questions?
    Edited by: sb92075 on Jan 17, 2012 3:13 PM

  • I had renamed my user login name and assumed that there will be no change in the settings and files. When I login with the new profile name everything is gone. How can I get back all my files and settings?

    I had renamed my user login name and assumed that there will be no change in the settings and files. When I login with the new profile name everything is gone. How can I get back all my files and settings? Please help. Thanks.

    You should have asked this before you tried: Changing username or short name- User Account and Short Name- OS X- How to change user account name or home directory name.

  • I converted aif files to mp3 files in I tunes so I could put them on a flash drive.  Now when I transfer an album to the flash drive I get both the aif files and the mp3 files in the flash drive.  How do I get the iTunes to only copy the smaller file?

    I converted aif files to mp3 files in iTunes so I could put them on a flash drive.  Now when I transfer an album to the flash drive I get both the aif files and the mp3 files on the flash drive.  How do I get the iTunes to only copy the smaller file?

    My suggestion to use the smart playlist was more along the lines of making one list with rules to show everything in your library as long as it was kind "mpeg" (= mp3).
    Smart playlists cannot be edited manually, only by changing the rules.  You can use them as the basis for another smart playlist though.
    There is added overhead to using smart playlists, so don't go overboard.

  • My MacBook Pro came with Lion pre-installed so I can't re-download it from the app store. Is it possible to get the installESD.dmg file and how can I get it if I can't re-download Lion in Apple Store option?

    My MacBook Pro came with Lion pre-installed so I can't re-download it from the app store. Is it possible to get the installESD.dmg file and how can I get it if I can't re-download Lion in Apple Store option?

    FYI Mac OS X is not designed to be installed on additional Macs, unless you purchased it from the App Store, in which case you can make as many copies as you wish and install it on as many Macs as you own.
    From the Recovery Disk Assistant -
    Notes
    If the computer shipped with OS X Lion or Mountain Lion, the external recovery drive may only be used with the system that created it.
    If the system was upgraded to Lion or Mountain Lion purchased from the App Store, the external recovery drive can be used with other similarly-upgraded systems.

  • My Mac Book Pro is giving me a message that the start up disk is full, how do I delete files, and what files should I be deleting

    My Mac Book Pro is giving me a message that the start up disk is full, how do I delete files, and what files should I be deleting

    There are several nice programs that can help you figure out what's on your computer - OmniDiskSweep, WhatSize, and DaisyDisk are the three I like. If you've had your computer for a while - and especially if this isn't your first Mac and you've been migrating from one computer to another, one of these programs can help you find files you didn't know your computer still had. For example, when I was trying to shed files to fit int a 256GB SSD, I discovered I had nearly 1GB of files in my Application Support folder belonging to programs I no longer used.
    Other than that, your easy choice are music, video, and photos. They tend to be the big files. A movie will generally be at least 1.25GB, for example.

  • HT2487 how do I clean my mac mini and get rid of old files and clutter please

    how do I clean my mac mini and get rid of old files and clutter lease

    Try using one of these applications to see what is taking up your hard drive space.
    File Scanner - OmniDiskSweeper  Requires 10.8 or better
    File Scanner – Whatsize

  • How to configure MDT tool kit files and UDI settings to enable lite touch installation

    please assist me for lite touch installation. i have integrated MDT 2013 with SCCM 2012 R2 then not sure what next? like how to configure MDT tool kit files and UDI settings to enable lite touch installation

    Here are some examples:
    http://www.windows-noob.com/forums/index.php?/topic/5250-using-sccm-2012-rc-in-a-lab-part-18-deploying-a-udi-client-task-sequence-with-mdt-2012-rc1-integrated-in-configuration-manager-2012/
    http://damonjohns.com/2013/08/20/integrating-udi-into-your-sccm-osd-task-sequences/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Using another web browswer until you get rid of Firefox 4. What a disaster! When do you plan to fix it.!!!

    What a nightmare Firefox 4 have been. I have warned everyone else not to upgrade to this horrible browser. Which is sad, since I used to recommend it to everyone. I don't like IE or Safari, but I like them better than Firefox 4 so I will be using another browser until you fix whatever it was you did to the new update. Very inconvenient to have to change all my bookmarks and info that I have used on Mozilla since it first came out. I hope you are working on it since there is page after page of similar responses. When can we expect this to be fixed?
    Lori
    Why do I have pop-up everywhere now, my home page changed, I have some stupid mp3 toolbar installed(which I will get rid of). What were you guys thinking?

    Hello,
    You'll have to be more specific. Do you know the name of it? If not, go to your '''about:support''' page by entering it in your address bar and pressing enter, or going to:
    * Help (or [[Image: New Fx Menu]] > [[Image: Help-29]]) > Troubleshooting Information
    Then click "Copy Text to Clipboard" and paste that information here.
    If you don't have many extensions and don't mind going to download them and setting them up again, you can '''Reset Firefox'''. The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your bookmarks, history, passwords, cookies, and other essential information.
    '''''Note:''' After resetting Firefox, you will lose any extensions, toolbar customizations, and some preferences.'' See the [[Reset Firefox – easily fix most problems]] article for more information.
    To Reset Firefox:
    #Click the menu button [[Image:New Fx Menu]], click help [[Image:Help-29]] and select ''Troubleshooting Information''. A new tab containing your troubleshooting information should open.
    #*If you're unable to access the Help menu, type '''about:support''' in your address bar to bring up the Troubleshooting Information page.
    #At the top right corner of the page, you should see a button that says "Reset Firefox" that looks like this: [[Image:Button reset]]. Click on it.
    #Firefox will close and reset. After it is done, Firefox will show a window with the information that is imported.
    #Click Finish and Firefox will reopen.
    Did this fix the problem? Please report back to us!
    Thank you.
    EDIT: How did you update your Firefox? If you downloaded a new copy but didn't download from the official Mozilla website:
    * https://www.mozilla.org/en-US/firefox/new/
    * https://www.mozilla.org/en-US/firefox/all/
    Then you will need to uninstall and reinstall Firefox by downloading a new copy from one of those two links.

  • Where is Paris can you get a replacement screen for and iPhone 5

    where in Paris can you get a replacement screen for an iPhone 5?

    I don't believe Apple stores in Europe replace iPhone screens. I believe they replace the whole phone.

  • Can you get reoccurring alerts for text and email received?

    Can you get reoccurring alerts for text, email an voicemail received? I am too dumb for my smartphone.......I have looked on the forums and cannot find an answer.
    I just got my Droid Razr Maxx HD 2 weeks ago and so far I can only find that the "little" green LED light flashes when have a text, email, or voicemail. That light is pathetic..really I can barely see it?
    Is there a way to make an audible alert the reoccurrs?
    Thank you.

    You may want to search for an app in Google Play.

  • HOW  DO YOU GET TO ASK A QUESTION AND GET AN ANSWER ABOUT ADOBE

    HOW DO YOU GET ANSWER ABOUT ADOBE
    MESSING WITH EVERY THING I TRY AND DO ON MY COMPUTER IS THERE AWAY TO SET IT SO IT WILL NOT MESS WITH EVERYTHING I DO ?
    [edited by forum host - you have violated the Community Guidelines on acceptable language]

    Well, the first thing to bear in mind that we are all just folk like you who use Adobe products. And we choose to share our time here helping people.
    So, you need to be
    1. Informative. What EXACTLY happens. Give details, exact messages, screen shots, whatever.
    2. Polite. Because if we don't take to you we just won't help. You should understand that posting in all caps is considered rude, like going into a store SHOUTING. Unlike the store staff we don't have to deal with you, we can just ignore you. I know you explained why you use caps in another message, but seriously, it really hinders your chances of getting help. No wonder you find it FRUSTRATING.

Maybe you are looking for

  • Fonts not appearing in CC, but are shown in CS5.5

    I'm having an issue where fonts are not appearing in CC, when they are active in CS5.5. There's even fonts which do show up in CC but not all the weights. For example: ITC Lubalin Graph. It has several weights. All appear in CS5.5 but only 'book' in

  • Nrl digital pass not working

    New subscriber and whenever I click on watch live, nothing loads. The nrl symbols just sits there with the lights flashing around. I am able to load any other similar ap like nfl game pass so it can't be my internet. What is wrong?

  • Re: help light room 3

    I'm getting the same error, but the numbers are a little different.  Adobe chat has been no help.  In fact, they created additional problems for me.

  • Does iPad/iCloud photo resolution setting apply to computer imports?

    My iPad / iCloud settings are to store the higher quality original photo in iCloud while the iPad automatically, in the background, makes a second smaller version for local storage optimised for the iPad. This is a setting on the iPad. Does this func

  • How to make parallax scroll with play audio event in specific areas

    Hello there, i would like to learn how can i play audio while scrol is in specific areas that i choosed. For example think that stage is 1920*5000 i want play audio when scroll is in 3000. I am using this code for parallax yepnope({ load:"http://cdn.