Missing vision sub vi's

Hi there,
   I'm missing some sub vi's from my vision package most notable "Integer to colour value" and "get color pixel line" when I load a vision VI. I reinstalled the latest version of Ni-IMAQ and I can see the camera etc in MAX.
any thoughts...
Thanks
Will.

Hi Will,
Thanks for the post and I hope your well.
What versions of LabVIEW and IMAQ (NI Vision) are you using? - you can find this information in NI License Manager.
Have you recently upgraded LabVIEW?
Maybe try,
If the Motion and Vision Icon and VIs are still missing, close LabVIEW and select Start»Control Panel»Add/Remove Programs and select to Change the National Instruments Software.
A new window will display the National Instruments software on your computer, so you need to select either NI-IMAQ, Vision, or Motion (depending on what you are trying to install). 
Select Modify (or Change) until you get to the install option where you select what support to install. Make sure the box next to the version of LabVIEW you are working with, or the option for the latest version of LabVIEW, is selected. 
Continue the installation. Once complete, open LabVIEW and the palette and VI icons should be there.
I would also suggest trying the advice in the knowledgebase article, Upgrading NI-IMAQ with LabVIEW.
Let me know if this  helps,
Kind Regards
James Hillman
Applications Engineer 2008 to 2009 National Instruments UK & Ireland
Loughborough University UK - 2006 to 2011
Remember Kudos those who help!

Similar Messages

  • Missing end sub, but where ?

    Hi,
    I'm creating a script that will, when a technician send a mail to a client, the affiliated commercial will be put in copy.
    My code looks like this : 
    ThisOutlookSession
    Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
    'By Oliv' 29/06/2007 pour Outlook 2003
    'Modifié par D. Schneider le 30/03/2015
    If Not Item.Class = olMail Then GoTo fin
    Dim prompt As String
    '########################correspondance CC selon destinataire##############################
    Dim recip As Outlook.Recipient
    Dim sDomain As String
    Dim arTemp As Variant
    Set recip = Item.Recipients(1)
    arTemp = Split(recip.Address, "@", , vbTextCompare)
    sDomain = arTemp(1)
    cci = Get_Cial(sDomain)
    '########################Option CC##############################
    prompt = "Ajouter le cc " & cci & " à " & Item.Subject & "?"
    If MsgBox(prompt, vbYesNo + vbQuestion, "Sample") = vbYes Then
    Set myRecipient = Item.Recipients.Add(cci)
    myRecipient.Type = olCC
    myRecipient.Resolve
    If myRecipient.Resolved = False Then
    MsgBox "L'adresse Email n'est pas correcte !", vbCritical, "Erreur"
    Cancel = True
    End If
    End If
    '#######################FIN#####################################
    fin:
    End Function
    Module1
    Public MyArray()
    Sub Test_Get_Cial()
    Call Alimente_Liste
    MsgBox Get_Cial("exemple1.fr")
    End Sub
    Sub Alimente_Liste()
    Dim intFic As Integer
    Dim strLigne As String
    intFic = FreeFile
    Open "C:\Users\*****\Domaine-Cial.txt" For Input As intFic
    i = 0
    While Not EOF(intFic)
    Line Input #intFic, strLigne
    ReDim Preserve MyArray(i)
    MyArray(i) = strLigne
    i = i + 1
    Wend
    Close intFic
    End Sub
    Function Get_Cial(Email) As String
    Get_Cial = ""
    For i = 0 To UBound(MyArray)
    If Split(MyArray(i), ";", , vbTextCompare)(0) = Email Then
    Get_Cial = Split(MyArray(i), ";", , vbTextCompare)(1)
    Exit For
    End If
    Next i
    End Function
    But when I try to test it, I get and error saying there's a missing 'end sub' but I can't find where 

    Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
    '''  End Function  <<<
    End Sub
    Voila!

  • 11i rapidwiz error for missing vision.drv driver file during installation.

    I am trying to install 11i (11.5.10) on OEL4 32-Bit.
    Uisng "Express Install"option to configure VISION databsae.
    Rapidwiz failed with following error stating AC-00401 missing vision.drv
    Checking Disk contents in - /ebsstage/startCD/Disk1/rapidwiz
    Checking Disk contents in - /ebsstage/oraAppDB/Disk1
    Checking Disk contents in - /ebsstage/oraAppDB/Disk1
    AC-00401: Driver file missing for disk: 1 in the location: /ebsstage/oraAppDB/Disk1/data/driver/vision.drv
    I have only tow following drivers files present in that folder, But there is no vision.drv present.
    ./data/driver/Disk1.drv
    ./data/driver/prod.drv
    Where is the vision.drv?
    Thanks,

    Hi,
    MD5 checksum from md5sum_Linux as provided by Oracle for Disk1:
    5efa65008610d985ea58bd592006ef38 oraAppDB/Disk1/data/stage/data_dat219.zip
    4a7b0cf91bab8296f4ca122a857848b9 oraAppDB/Disk1/data/stage/data_log50.zip
    eb174a20e2a86c435fed40f4f5a12aaa oraAppDB/Disk1/data/stage/data_log48.zip
    5f9e42dfa53e9338645821a430d69b29 oraAppDB/Disk1/data/stage/data_dat220.zip
    c4a3aa6fd0ccb6790c67308723cfbfee oraAppDB/Disk1/data/stage/data_log49.zip
    72b0172ae6039fd49b0ac852b0758e0e oraAppDB/Disk1/data/stage/data_sys52.zip
    1c23c2e9bcc871edce6e72f0f4047e64 oraAppDB/Disk1/data/stage/data_dat133.zip
    065d44afeffe1036e19d6065236859d8 oraAppDB/Disk1/data/stage/data_dat132.zip
    70f6c2a1c20ba2ffdc27ea6ac4cbd42c oraAppDB/Disk1/data/stage/data_dat146.zip
    c8cba08eca0587ff5bdb995d6825c29b oraAppDB/Disk1/data/driver/Disk1.drv
    b928aa352358d54cc4a5b5882e4470a0 oraAppDB/Disk1/data/driver/vision.drv
    c6fcf9200b77931a9eeb97a1a09619cf oraAppDB/Disk1/data/driver/prod.drv
    d7194a1cb606570d46b8285798a10670 oraAppDB/Disk1/disk.label
    Follwing is th output of my staging area for Disk1 which is different from Oracle:
    [oracle@ebs11i40:/ebsstage/oraAppDB/Disk1]$ find . -type f -print
    ./data/stage/data_dat127.zip
    ./data/stage/data_sys42.zip
    ./data/stage/data_sys51.zip
    ./data/stage/data_sys41.zip
    ./data/stage/data_dat216.zip
    ./data/stage/data_dat220.zip
    ./data/stage/data_dat28.zip
    ./data/stage/data_dat22.zip
    ./data/driver/Disk1.drv
    ./data/driver/prod.drv
    ./disk.label
    Thanks.

  • Missing vision folder in vi.lib

    Hi everyone,
    I'm still very new to Labview and here is the problem I'm dealing with:
    I'm using a labview code that requires the folder "vision" in the "vi.lib" folder. I think I need to install a specific driver called "IMAQ vision" in order to get this folder but I'm not entirely sure. Plus I'm not sure which IMAQ driver needs to be installed and if they only work with a specific hardware PCI or else...
    My current configuration is Labview 2014 64 bit; Windows 7 64bit; no specific card (PXI?) is installed...
    I'm a bit lost as you can see and would appreciate any help!!
    Many thanks,
    Renaud

    Hi Renaud,
    The following link will tell you  what driver you need to install:
    http://digital.ni.com/public.nsf/allkb/DB928F6D5E9​D6B97862579A7006B2850
    For example if you are using a LabVIEW version of 2011 and newer please install these drivers:
    http://www.ni.com/download/ni-vision-acquisition-s​oftware-august-2014-f1/4974/en/ 
    Otherwise use the first link to identify the driver version and find the supported drivers here:
    http://search.ni.com/nisearch/app/main/p/bot/no/ap​/tech/lang/en/pg/1/ps/30/sn/catnav:du,n8:13.79.782​...
    After doing that you will have to restart your computer for them to take effect
    Please let me know if this is what you were looking for.
    Regards,
    Art
    Applications Engineer
    National Instruments

  • Missing CCMS sub tree in satellite system

    Hi,
    I am setting up monitoring in Solution Manger for different SAP systems.
    On one satellite system in the CCMS tree there is a branch for MaxDB Monitoring.
    In another satellite system in the CCMS tree there is no branch for MaxDB Monitoring.
    How can I insert the MaxDB Monitoring branch in the latter satellite system so I can copy the properties of the MTE classes to use in alerts in Solution Manager?
    The “SAP CCMS Monitor Templates” monitor set in the satellite systems is used in the Solution Manager.
    Best Regards,
    Kjell Aarhus

    Hi Mikael,
    Thanks for your clearifying answer.
    Now, in the system I have taken over, the SAP CCMS Monitor Templates have been used as source to provide Solution Manager with data. Is that an unfortunate solution? And is it possible to change that now after everything is set up?
    /Kjell

  • Missing sub-folders in List View within Finder

    I seem to be randomly missing the sub-folder icon from List view within finder.
    Not only is the icon missing but the functionality has gone too.
    Anyone else having this problem in Lion?

    ..same problem here!
    Solution:
    in the View Options: Arrange by has to be set to none
    Message was edited by: Andy_M

  • RZ20 - Missing sub-tree entries in CCMS_Selfmonitoring

    Hello,
    Please could some let me know how to restore missing monitoring sub-tree entries in RZ20 in a Sol Man 7.01 system ?
    Due to an error message displayed when trying to start a ccmsping agent on a satellite system I found SAP Note 517533 which advised the following steps to refresh the System Component Repository (SCR) : -
    Repeat the SCR upgrade process.
    Here is the procedure:
        1. Start transaction RZ20.
        2. Open monitor collection SAP CCMS Monitors for Technical Experts.
        3. Open the monitor CCMS Selfmonitoring.
        4. Open the branch CCMS_Selfmonitoring.
        5. Choose Extras -> Activate maintenance function
        6. In the CCMS_Selfmonitoring branch, delete the subtree labelled 'System Component Repository' (Edit -> Nodes -> Delete -> Option 4).
        7. Switch to transaction RZ21.
        8. Choose Techn. Infrastructure -> Method execution -> Activate background dispatching.
    I carried out these steps in the Solution Manager environment and when I ran step 6 a number of entries vanished from the RZ20 - CCMS Selfmonitoring - CCMS_Selfmonitoring subtree.
    I then did as the note suggests and made sure the CCMS background dispatching job SAP_CCMS_MONI_BATCH_DP had ran (it does every 5 minutes) but the tree entries have still not re-appeared.
    For example, in RZ20 - SAP CCMS Techincal Expert Monitors - CCMS Selfmonitoring - <SID> - CCMS_Selfmonitoring only the following subtree entries are present:
    - Tooldispatching (long running tasks)
    - Tooldispatching (central system)
    - Central Performance History
    Previously the CCMS_Selfmonitoring sub tree looked more like our other Solman systems with entries such as: -
    - Tooldispatching (long running tasks)
    - Tooldispatching (central system)
    - Central Performance History
    - Startuptools once per system
    - Runtime
    - Availability Monitoring
    - SapmssyT
    - CCMS Agents
    - System Component Repository
    - XML_SelfMonitoring
    - GRMG_Self-Monitoring
    To find a resolution I've searched multiple SAP notes and Google without success.
    Please can someone advise how to get these entries back into the monitoring sub-tree ?
    Thank you.

    Hello Jansi
    Thanks for your responding.
    I can confirm that no Technical Views have been changed.  Even when I change them for testing the missing tree entries do not return.
    I have carried out the steps as described to reset the entire self monitoring node but the entries that were present are still not present.
    Any further suggestions ?
    Thanks,
    Dave.

  • Code could not be generated because an external component or driver is missing

    Greetings All,
         I've using Labview for a little over a year and I have an interesting situation with regards to Labview that I came across today.  When I left off yesterday (01/11/12) my TestStand sequence was compiling fine.  Today for some reason the compiler told me that one of the VI was broken or missing a sub vi.  When I made my way through all the sub vi's in the vi that seemed to be a problem I came across "Code could not be generated because an external component or driver is missing".
         The problem started on the computer (NI PXI-8101 with WinXP and Labview 2010) located in a PXI-1044 that is in my Test Stand.  I have a complete backup on my laptop and my desktop computer which both compiling successfully with no errors.  I tried installing the directory on another PXI-8101 and got a different set of results.  The first PXI-8101 gave 100+ errors in TestStand pointing to one of my vi's and the other PXI-8101 reported only one (1) error.  The vi is basically using DAQmx vi's to create a "write to one line" action.  I'm kind of stumped as to why it works on the laptop/desktop and not the PXI computers.  All four computer are WinXP professional and Labview 2010.  I saw somethings through google search engine but nothing conclusive.  I'm hoping that someone can give me an explaination as to what is causing the error as described.  Even if I copy over the directory it doesn't fix the problem.  Thank you in advance for an information you provide with this rather interesting problem that I've encountered.  If you require addition information let me know.
    Regards,
    Scott
    Solved!
    Go to Solution.

    Greetings Beau,
         Thank you for the reply.
         I loaded the offending VI into Labview (2010) with TestStand inactive.  Of course this was after I completely shutdown the computer and re-booted to ensure that nothing was resident in memory.  I've included a couple of the error list boxes in this post. 
         It comes down to a subvi that is two (2) subvi's deep.  All these vi's are doing is commanding a write or read to and from the PXI-6509.  When I check the VI at the level that has no broken run arrows (named below), nothing in the block diagram looks out of place as it should since these were installed by Labview installation.  The vi that uses these vi's looks total normal and its block diagram doesn't have anything out of the ordinary yet the run arrow is broken.  The odd part of this is that the top of the window that states the filename of the vi has an astrex at the end of the filename, even though nothing has changed in that vi.  
    Here is a list of the deepest level that has no broken run arrow:
    DAQmx Create Channel (DI-Digital Input).vi
    DAQmx Start Task.vi
    DAQMX Read (Digital Bool 1Line 1Point).vi
    DAQmx Clear Task.vi
    DAQmx Create Channel (DO-Digital Output).vi
    DAQmx Write (Digital U8 1Chan 1Samp).vi
         I guess the real question is what is the error message ("External component or driver missing") really telling me if all of the vi's look right.  I appreciate any information you can send my way that will give me a better understanding of where this error is coming from.  The program I developed had been running without a hitch for a month an all of sudden crash.
    Thank you for your time in this matter.
    Scott
    Attachments:
    Write to one port broken VI error list.JPG ‏47 KB
    Readfrom one line broken VI error list.JPG ‏46 KB
    Broken_VI_Error_Screen.JPG ‏56 KB

  • Oracle 9.0.2 webcache download is missing directories

    Hi,
    I downloaded the 9.0.2 standalone web cache for Sun Solaris from OTN but noticed missing directories when I attempted to install it. There is a missing
    install sub-directory under the DISK1 directory which causes the installation to fail. I checked the size of the patch and the files contained in the patch. The file size was the same and the install subdirectory does not exist in the zipped file. This means that the product on the web site is also missing this directory.
    Oracle support would not send me a copy.
    Regards
    Kevin

    Be sure to apply the latest patch level to Web Cache 9.0.2.0 after you install it. At the time of this posting, the most current patch on Metalink is the 9iAS Core Patchset 9.0.2.2, which can be applied on top of a Web Cache standalone install (i.e., only the Web Cache will be updated.)

  • User_projects  missing

    I am new to weblogic. I downloaded Weblogic Server 7.0 and installed.
    But the bea directory is missing user_projects sub-directory.
    I tried three times but no use.
    What was the problem. Does anyone can help me.
    Thanks in advance
    -kvs([email protected])

    Perhaps you installed "server only" instead of "server + samples?"
    kvs wrote:
    I am new to weblogic. I downloaded Weblogic Server 7.0 and installed.
    But the bea directory is missing user_projects sub-directory.
    I tried three times but no use.
    What was the problem. Does anyone can help me.
    Thanks in advance
    -kvs([email protected])

  • Photo album & sub-folder issue

    Good evening. Just upgraded to iLife 09. All went well except iWeb. Post-upgrade I see all my image folders, organized by country (for example, India) with sub-folders branching off for each city visited.
    Problem: the India folder is missing the sub-folder content. The sub-folders have all their content but the "main" folder to click for sub-folder images simply displays "drag albums here."
    Tried dragging the subs to the main, no-go. The "drag albums here" window does a pretty cool evasive dance when I attempt this. Simply dropping the folder gives no result.
    Any ideas? I can recreate but that's a hours-long job.

    try:
    jwood_its wrote:
    Oops, here it is!
    // USER CONFIG SETTINGS =====
    var autoStart:Boolean = false; //true, false
    var secondsDelay:Number = 2; // 1-60
    // END USER CONFIG SETTINGS
    // EVENTS =====
    playPauseToggle_mc.addEventListener(MouseEvent.CLICK, fl_togglePlayPause);
    function fl_togglePlayPause(evt:MouseEvent):void
    if(playPauseToggle_mc.currentLabel == "play")
      fl_startSlideShow();
      playPauseToggle_mc.gotoAndStop("pause");
    else if(playPauseToggle_mc.currentLabel == "pause")
      fl_pauseSlideShow();
      playPauseToggle_mc.gotoAndStop("play");
    next_btn.addEventListener(MouseEvent.CLICK, fl_nextButtonClick);
    prev_btn.addEventListener(MouseEvent.CLICK, fl_prevButtonClick);
    function fl_nextButtonClick(evt:MouseEvent):void
    fl_nextSlide();
    function fl_prevButtonClick(evt:MouseEvent):void
    fl_prevSlide();
    var currentImageID:Number;
    var slideshowTimer:Timer;
    var appInit:Boolean;
    function fl_slideShowNext(evt:TimerEvent):void
    fl_nextSlide();
    // END EVENTS
    // FUNCTIONS AND LOGIC =====
    function fl_pauseSlideShow():void
    slideshowTimer.stop();
    function fl_startSlideShow():void
    slideshowTimer.start();
    function fl_nextSlide():void
    currentImageID++;
    if(currentImageID >= totalFrames)
      currentImageID = 0;
    gotoAndStop(currentImageID+1);
    function fl_prevSlide():void
    currentImageID--;
    if(currentImageID < 0)
      currentImageID = totalFrames+1;
    gotoAndStop(currentImageID+1);
    if(autoStart == true)
       fl_startSlideShow();
       playPauseToggle_mc.gotoAndStop("pause");
    } else {
      gotoAndStop(1);
    function initApp(){
    currentImageID = 0;
    slideshowTimer = new Timer((secondsDelay*1000), 0);
    slideshowTimer.addEventListener(TimerEvent.TIMER, fl_slideShowNext);
    if(appInit != true){
    initApp();
    appInit = true;
    // END FUNCTIONS AND LOGIC

  • Error in sub-contract challan print out..?

    Hi gurus
    Can anybody explain me how to rectify the error
    "vendor record is missing " in Sub-contract print out in J1if
    Thanks sap-mm

    J1IF is output type for Subcontracting challan. Check the script with the help of ABAP er.

  • How do I make this Applescript dig trough All subfolders of the Parent folder?

    Im using a script to batch convert a bunch of m4v´s to a set framesize, and im using this script with automator as a Finder Service. However, if theres a folder inside my parentfolder (Omkodning) with its own folder, it doesn't look inside that folder. Since my heriarchi is deeper then just one folder, this script isn't working all the way. How do I change it to search the entire content of my parent folder (Omkodning), subfolders and the missing part, sub-subfolders ?
    --on adding folder items to this_folder after receiving these_items with timeout of (720 * 60) seconds tell application "Finder" --Get all m4v files that have no label color yet, meaning it hasn’t been processed set allFiles to every file of entire contents of ("FIRSTHD:Users:jerry:Desktop:Omkodning" as alias) whose ((name extension is "m4v") and label index is 0) --Repeat for all files in above folder repeat with i from 1 to number of items in allFiles set currentFile to (item i of allFiles) try --Set to gray label to indicate processing set label index of currentFile to 7 --Assemble original
    and new file paths set origFilepath to quoted form of POSIX path of (currentFile as alias) set newFilepath to (characters 1 thru -5 of origFilepath as string) & "mp4'" --Start the conversion set shellCommand to "nice /Applications/HandBrakeCLI -i " & origFilepath & " -o " & newFilepath & " -e ffmpeg4 -b 1200 -a 1 -E faac -B 160 -R 29.97 -f mp4 –crop 0:0:0:0 crf 24 -w 640 -l 480 ;" do shell script shellCommand --Set the label to green in case file deletion fails set label index of currentFile to 6 --Remove the old file set shellCommand to "rm -f " & origFilepath do shell script shellCommand on error errmsg --Set the label to red to indicate failure set label index of currentFile to 2 end try end repeat end tell end timeout --end adding folder items to
    Message was edited by: Jayboys

    Telling the Finder to get the entire contents of a folder will also get the contents of subfolders (unless they are aliases).
    Note that the attached folder and the items that were added are passed to the adding folder items to handler in the this_folder and these_items parameters.

  • Error while doing billing

    Hi every one'
    i got an error while doing billing
    Error :sub transactions in schema Z step 0001 inconsistent,
    this error is comming while using transaction eamabi,
    the schema is worked properly since i updated a line item for additional TAX,
    and we created new sub transactins for additional vat,AND for the sub transactions i have added a new GL account,
    and i have added those Sub transactions in the respective field of the rate,
    I have maintained properly all the fica setting for the sub trasactions...like ek01 and ek02 and table te305 & tfktvo as well. Dont understand where the setting have been missed..Please let me kow if you come acrosee this kind of situation.
    later i have deleted all the line items in tha same schema,and i have given only quanti01  variant
    and does not have any vat related line item maintained at schema even though the same error proposed.
    regards
    BekMs

    I think you need to ask FICA person to fix the subs, This is not billing or rate error. There must be some config missing in sub's and main. If you give another try with any other subs it should work. This will help you to double check too.
    GG

  • Unable to view Purchase order in Receiving Transactions

    I am unable to view Purchase Orders in OPM (Recieving transactions- when i query up my Receipt transactions)
    I want to be able to View the PO by going to Tools -> View Purchase Orders

    Hi,
    I believe you are missing a sub-menu which facilitates to open the purchase order on the the responsibility menu you are working with. This is the cause for the issue I guess.
    Please refer the below note:
    Receiving Transactions Summary - View Accounting - Function Not Available To This Responsibility (Doc ID 865884.1)
    Note: In the above note, when trying tools > View accounting in the same form the user get the same issue. Similarly as solution proposed by the note, adding the missing sub menu to the menu will allow you to view the purchase order.
    Please add the purchase order view sub menu on the responsibility menu you are working with and check if the issue is solved.
    Please try this in your test Server and migrate the solution to the PROD.
    Hope this helps!
    Best Regards

Maybe you are looking for

  • Checking Trim size Quickly

    Hi there, small thing, I've out up with it for years but it strikes me as weird that this may never have been requested or that there is no option for it. In the preferences there is an option to always display the pdf size. Well that's great but as

  • Table of contents moves images

    I'm running into a problem with a paper I am writing. At the top of the paper is a Table of Contents, in the different pages are floating images. I need them to float so that the text wraps around them at the correct parts. The problem is, when the T

  • Error in receiving goods - fiscal year

    Hello everyone, To receive goods with the transaction MIGO and get the following error message : "version 0 is not defined for 2009 fiscal year" (#GP626). Does anyone know what this message means and what can be done? Many thanks! SB

  • Time Machine dumping backups when it shouldn't!

    I've had this problem from the outset of getting my new machine about a week ago. TM starts dumping back ups at about the 15th or so hourly backup. There is plenty of space on my external 1TB LaCie D2 Ext. hard drive...I've tried everything as far as

  • MSS Employee Search - Filter option

    Hi All, Is there any way to make the filter option "ON" by default in MSS employee search component. I have checked with UI personalization in WD Java. However, it doesn't help us to fix this. Is there any way to raise the Filter event "ON" display o