RT construction specifications: category of component definition does not

Hello

I use LabVIEW 2013 SP1 f2, with real-time 13.0.1

When I open the properties page of a build specification Application in real-time (to run on a cRIO-9075) and select the category of component definition, I find that the following occur:

-LabVIEW unresponsive and think for a while. It takes about 20-30 seconds to finally display the component definition page.

-When I click on create a component definition file (.cdf), nothing happens. As I write this, I see 'required software components', and then they are grayed out: "The software component Description" and "Software version" - but there is nothing to choose or change?

-If I click on another category, it takes in the order of 20 seconds to finally see the establishment of this category.

-To close the build specification (press OK), it also takes a long time (more than 60 seconds).

-Things are fine with the construction specifications if I ever fall into the category of component definition.

Everyone knows this?

Any help would be appreciated.

Hey Chris,

I believe that the next patch is the solution you're looking for.

LabVIEW Real-time Module 2013 SP1 Application Builder Patch details

http://digital.NI.com/public.nsf/allkb/D72B45C6905D327A86257CC800547992?OpenDocument

There is a link to download the patch at the bottom of this page.

Kind regards

Ryan

Tags: NI Software

Similar Questions

  • View zoom "fit visible" default definition does not work because it changes during scroll even if the "fit visible" option is checked. How to solve this problem?

    View zoom "fit visible" default definition does not work because it changes during scroll even if the "fit visible" option is checked. How to solve this problem?

    Hi andrik14218037,

    Once you have set to "Fit Visible" it won't change the zoom, scrolling.

    * Make sure that you did not press the Ctrl key while scrolling the page.

    Open Acrobat Reader DC, go to the Help menu & repair the installation, make sure also that it is updated Release Notes | Adobe Acrobat, Reader.

    Let me know if it solves your problem.

    Kind regards

    Nicos

  • Component interface does not save errors

    Hello

    I'm reading a series of JOB of lines from a flat file and calling the CI_JOB_DATA (component is JOB_DATA) App Engine peoplecode and on record, he seized any errors. It does for some employees, but does not account for some employees. I tried for the %Session.ErrorPending property to check if there are errors even on back successfully, then calling rollback and errorhandler function if there are errors, but it always saves the line with errors.

    Don't know what Miss me, please help.

    Input file

    --------------

    Type Rec, Emplid, Effdt, Action, right of Action

    ARE, 000001386, 15/03/2015, TER, ATT

    , 000001620, 15/03/2015, TER, RETIRED

    PR, 000001732, 15/03/2015, PAY, PRR, 30

    AE PeopleCode

    Function errorHandler()

    Local ApiObject oPSMessageCollection & oPSMessage;

    Local number & J;

    Local string sErrMsgSetNum, sErrMsgNum, sErrMsgText & sErrType;

    & oPSMessageCollection = & Session.PSMessages;

    & ErrString = "";

    J = 1 & at & oPSMessageCollection.Count

    & oPSMessage = & oPSMessageCollection.Item (& J);

    & sErrMsgSetNum = & oPSMessage.MessageSetNumber;

    & sErrMsgNum = & oPSMessage.MessageNumber;

    & sErrMsgText = & oPSMessage.Text;

    MessageBox (0, "", 0, 0, "CI error/warning:" |) & sErrType | " (" | & sErrMsgSetNum | "-" | & sErrMsgNum | ") - " | & sErrMsgText | """");

    If None(&ErrString) then

    & Sep = "";

    On the other

    & Sep = ",". " » ;

    End - If;

    If find ("Error", & sErrMsgText) > 0 Then

    If Len (& ErrString | & Sep | & sErrMsgText) < = 254 then

    & ErrString = & ErrString | & seven | & sErrMsgText;

    End - If;

    End - If;

    -End;

    End-function;

    /*************MAINLINE *********************/

    & StgRs = CreateRowset (Record.STAGE_REC_TBL);

    & StgRs.Fill ("WHERE IND ('P', 'n') AND REC_TYPE <>'BT' ORDER BY ORDERNO" ""); / not read the error lines * /.

    If All (& StgRs (1).) STAGE_REC_TBL. EMPLID. Value) then

    I = 1 & at & StgRs.RowCount

    Try

    & session = Session %;

    & Session.PSMessagesMode = 3;

    If & <>Null Session can

    & JobDataCI = & Session.GetCompIntfc (CompIntfc.CI_JOB_DATA);

    If & JobDataCI = Null Then

    Throw CreateException (0, 0, "GetCompIntfc failed");

    Exit (1);

    End - If;

    & JobDataCI.InteractiveMode = True;

    & JobDataCI.GetHistoryItems = True;

    & JobDataCI.EditHistoryItems = False;

    & StgRec = & StgRs (& i). GetRecord (Record.STAGE_REC_TBL);

    & Emplid = & StgRec.EMPLID.Value;

    & JobDataCI.KEYPROP_EMPLID = & Emplid;

    & JobDataCI.KEYPROP_EMPL_RCD = 0;

    MessageBox (0, "", 0, 0, "employee treatment:" |) (& Emplid);

    CommitWork();

    In the case opposite & JobDataCI.Get () then

    Throw CreateException (0, 0, "Get failed");

    End - If;

    & oCollJobCollection = & JobDataCI.COLL_JOB;

    ColNo = & oCollJobCollection.GetEffectiveItemNum (String (& StgRec.EFFDT_NEW. Value), 1);

    If & ColNo > 0 Then

    & oCollJobItem = & oCollJobCollection.item (& ColNo);

    If & oCollJobItem.KEYPROP_EFFDT = & StgRec.EFFDT_NEW. Value then

    SQLExec ("SELECT PS_JOB_ALL_CURR_VW WHERE EMPLID = EFFSEQ_NOKEY + 1: 1 AND EMPL_RCD = 0", & Emplid, & SeqNo);

    REM & SeqNo = oCollJobItem.KEYPROP_EFFSEQ + 1;

    On the other

    & SeqNo = 0;

    End - If;

    & oCollJobItem = & oCollJobCollection.InsertItem (& ColNo);

    & oCollJobItem.KEYPROP_EFFDT = & StgRec.EFFDT_NEW. Value;

    & oCollJobItem.KEYPROP_EFFSEQ = & SeqNo;

    & oCollJobItem.PROP_ACTION = & StgRec.ACTION.Value;

    & oCollJobItem.PROP_ACTION_REASON = & StgRec.ACTION_REASON. Value;

    & oCollJobItem.PROP_DFLT_COMP_BTN = "Y";

    & oCollJobItem.PROP_CALC_COMP_BTN = "Y";

    & oCollJobItem.PROP_CMP_CHANGE_AMT_FLG = "Y";

    Assess and StgRec.REC_TYPE. Value

    When = "PR".

    & oCollJobItem.PROP_COMPRATE = & StgRec.COMPRATE.Value;

    & oCollCompensationCollection = & oCollJobItem.COLL_COMPENSATION;

    & CompCNo = & oCollCompensationCollection.GetEffectiveItemNum (String (& StgRec.EFFDT_NEW. Value), 1);

    & oCollCompensation = oCollCompensationCollection.Item (& CompCNo);

    & oCollCompensation.KEYPROP_COMP_EFFSEQ = 0;

    & oCollCompensation.PROP_COMPRATE = & StgRec.COMPRATE.Value;

    & oCollCompensation.PROP_MANUAL_SW = "Y";

    Break;

    End-assess;

    In the case opposite & JobDataCI.Save () then

    Throw CreateException (0, 0, "failed record");

    On the other

    If & Session.ErrorPending then

    REM SQLExec ("ROLLBACK");

    REM errorHandler();

    End - If;

    / * If & Session.ErrorPending then

    In the case opposite & JobDataCI.Cancel () then

    MessageBox (0, "", 0, 0, "Cancel CI failed");

    End - If;

    Throw CreateException (0, 0, "THIS save Error (s)");

    End - If;

    */

    End - If;

    CommitWork();

    On the other

    MessageBox (0, "", 0, 0, "not to mention dated the New Effdt line");

    End - If;

    End - If;

    catch Exception & ex

    errorHandler();

    WARNING & ex. ToString();

    end - try;

    -End;

    End - If;

    Hi, so I tried what you are doing and I can confirm that the CI is actually saving data, even if there were errors encountered along the way. Also, I noticed that the error we get from PSMessage is actually not of any one of the fields that we are trying to update.

    So I think that probably the error against EMPL_TYPE has been through a posting somewhere and has already been addressed in a code and has corrected (or adjusted) it before the real CI. Save(). This is my test by which I initialize this before field save the CI.

    & oCollJobItem.PROP_EMPL_TYPE = "A";

    However, the log shows that the value of this field has a value of 'n', which I assume has been updated somewhere

    PSAPPSRV.3008 (429) 10.38.26 1-68247 0.000000 11: evaluate the WORK. EMPL_TYPE
    PSAPPSRV.3008 (429) 10.38.26 1-68248 0.000000 Field: EMPLOYMENT. Value EMPL_TYPE = N

    In addition,

    1723545 wrote:

    Alvin - it won't work as long as the session psmessages is not created until the recording is happening.

    It seems to work for me... & oSession.errorPending returns "True" for our scenario

    If & oSession.errorPending then

    REM * run cancel *;

    If not & oCiJobData.Cancel ();

    MessageBox (0, "", 0, 0, "Cancel has failed");

    errorHandler();

    Throw CreateException (0, 0, "could not cancel");

    End - If;

    On the other

    REM * run Save *;

    If not & oCiJobData.Save ();

    MessageBox (0, "", 0, 0, "registration failed");

    Throw CreateException (0, 0, "failed record");

    On the other

    MessageBox (0, "", 0, 0, "Save OK");

    End - If;

    End - If;

  • Spark with Squiggly component Panel does not work

    If I create a spark Panel and insert a text box by using the wavy line, on which he acknowledges that a Word is misspelled, but does not display a list of corrections right click. If I change the spark of an mx panel Panel, it works fine. is there any solution for this?

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx s:Application ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = "955" = "600" minHeight >
    < fx:Script >
    <! [CDATA]
    import com.adobe.linguistics.spelling.SpellUI;
    []] >
    < / fx:Script >
    < fx:Declarations >
    <! - Place non-visual elements (e.g., services, items of value) here - >
    < / fx:Declarations >
    < s:Panel >
    < s:TextArea id = "ta_en" width = "100%" height = "100%".
    creationComplete = "SpellUI.enableSpelling (ta_en, 'en_US'); "/ >
    < / s:Panel >
    < mx:Panel x = "400" >
    < s:TextArea id = "ta_en1" width = "100%" height = "100%".
    creationComplete = "SpellUI.enableSpelling (ta_en1, 'en_US'); "/ >
    < / mx:Panel >
    < / s:Application >

    This is due to a known issue in the Panel of the spark. Please see this link that documents this issue and provide a workaround for this problem: https://bugs.adobe.com/jira/browse/SDK-26182

    Instead of , write

    Set CustomSkin.as as below:

    package mypackage
    {
    Import spark.skins.spark.PanelSkin;
       
    SerializableAttribute public class CustomSkin extends PanelSkin {}
    public void CustomSkin() {}
    Super();
    this.mouseEnabled = true;
    }
    }

    }

  • combined audio path definition does not, even if no exception is raised.

    Hi all

    I read a stream of UDP data and then read it over the phone. Ideally, the sound should go to the internal speaker, as in the case of telephone calls. But what I hear, it's always the f same speaker external I put the audio track to be combined. No exception is raised, no error.

    Someone at - it had the same problem? Is there a solution?

    See my code below and the comments.

    Thanks for your help

    ------------------------------------------------------------------------------

    create my own source of stream data

    playerStreamDataSource = new PlayerStreamDataSource("audio/amr");

    try {}

    Player = Manager.createPlayer (playerStreamDataSource);

    player.addPlayerListener (this);

    player.setLoopCount (1);

    Player.Realize ();

    } catch (Exception e) {}

    System.out.println ("ERROR:" + e);

    }

    There is certainly a difference between the listener and the way audio speaker. If I remember correctly, adjust the volume to 100 in headset mode at all does the intensity that you get when you activate the speaker and all the volume to 100.

    Try switching the speaker using AudioPathControl.toggleSpeakerphone ().

    PS if there is another audio player at the same time, you must use AudioPathControl this player instead of your drive.

  • the tonal range definition does not?

    So, I'm new to this whole adobe first thing and I could just be missing something simple.  I'm trying to expand the highlights on a clip.  I use the RGB color corrector, and when I change my tonal output, nothing happens.  The release of luma works very well, but nothing changes when I change it to tonal.  Also, when I try and change the definition of the tonal, the image remains as it is.  What Miss me?

    This sorting. Go to settings of the project and general - then change the rendering engine of the Accelerator for only the parameters of the project. Save and go back to Premiere Pro - and it works again!

  • Site definitions does not not in 2014 CC

    Since the update, my site definitions are no longer works. I'm trying to set up a new site, navigate to the appropriate folder and get the warning: "the site is within the site 'x'" this can lead to conflicts... "etc. The site folder is not inside another site at all. I even tried trashing the site 'x' folder, and Dreamweaver throws just to the top of the same caveat with the next folder in alphabetical order. Then I tried to remove all of the site definitions and establishment of a new, but I have the same problem. Did someone else suffer?

    Thanks again. I discovered that I had 2 versions of installed Dreamweaver: the original CC and CC for 2014. The update that is installed as a separate program, and I suspect it was interfering with the previous version, I used by mistake: all my shortcuts related to this version. I uninstalled both, then re-installed 2014. It seems to work now. If I hit more problems, I'll uninstall it again and run CC cleaning tools.

  • Initial view definition does not stick

    I am running Acrobat 10.1.0 on Windows XP Pro.

    I have created a PDF file and tries to set the initial view to two place (cover page) and bookmarks for a specific document. I put in the settings and save & close, but when I re-opened, I'm taken to the same view I was in when I closed the document. This method worked well with Acrobat 9.

    Are my options of Accesibilty (not have always use Page Layout/Zoom selected) the substitution of the initial view, I want to put on the document? Is now true for the reader? If Yes, what is the point of being able to define the initial display at most?

    Change your preferences-

    Edit > Preferences > Documents - uncheck the option ' restore last display settings when reopening documents. "

  • A component AS does not appear in a flex application

    The following ACE draws a line and working full-time,

    package components {}

    import flash.display.Sprite;
    import flash.display.Shape;

    SerializableAttribute public class DrawTest1 extends Sprite {}

    public void DrawTest1() {}

    var shape: Shape = new Shape();
    shape.graphics.lineStyle (0, 0x0000FF, 1);
    shape.graphics.lineTo (100,100);
    addChild (shape);
    }
    }
    }

    It was then included in an application flex as

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml '
    xmlns:custom = "components.*".
    layout = "horizontal" >

    < custom: DrawTest1 / >

    < / mx:Application >

    but only a blank screen (i.e. without the line) displayed when the flex application has been executed (no error message was given when compiling). Help, please.

    Containers Flex (incluing Application) can only contain components that are derived from UIComponent or implement the IUIComponent interface.

    To get your component to be displayed in the application create a UIComponent as child and add the component of DrawTest1 as a child to it.


  • Problem of downloading a digital film; button on the web page of the security component upgrade does not work

    When I try to download my digital copy of a movie I am sent on the following link

    http://drmlicense.one.Microsoft.com/Indivsite/en/indivit.asp

    When I'm on that page web that I see the place where is the 'upgrade' button, but I can not click on it. What is a web site problem? I use vista and windows MediaPlayer v. 11.

    Can you help me?

    Hello Irfan,

    Yes the upgrade option is gray when I opened the link. I'm trying to get my copy digital DVD that I bought (it came with a second dvd with digital copy). When I put the dvd in my computer tells me the following

    You upgrade the Windows Media Player security components to play the files on your computer. Upgrade, please follow the instructions below:

    • Step 1: Click here for the upgrade of security.
    • Step 2: After the upgrade is complete, click on the button 'Next' below.

    the link sends me to the next site http://drmlicense.one.microsoft.com/Indivsite/en/indivit.asp
    where the upgrade option is grayed and I can't click on it.

    When I go to the first link offers
    http://www.Microsoft.com/genuine/diag/default.aspx?displaylang=en&sGuid=8656b7e3-584a-4131-8B1D-663f9821f465
    and I try to run the diagnostic tests, I am sent to a microsoft search page http://search.microsoft.com/?mkt=en-ca when I click on 'start the diagnosis '.

    I didn't update for windows media player 11 or windows vista. My laptop came with vista and I don't remember the windows media player upgrade. I am not redirected to a web page when I try to play back content protected by DRM. I'm unable to download an upgrade from microsoft, so I can get my digital copy.

    I'm sorry that I was not expressing the problem better in my original post. Can you give me more advice?

    Thank you
    Fernhollow

    ====================================
    I was wondering... When you insert the DVD into your player
    You can go to... Start / computer... and right click on the drive
    Letter for the DVD player is in and choose... Explore?

    If_yes_and you can see the directory of the DVD... try
    the digital version of the movie from there to a copy
    folder on your hard drive.

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • the component business project does not contain a valid connection

    Hello

    I get this warning appearing in my project when I run:

    WARNING: env_appln: the business component project does not contain a valid connection

    env_appln is the name of my project

    No one knows what it is and how I would go about fixing of this?

    Thank you
    -Mark

    Mark,
    It just tells you that the DB connection that is used in conjunction with the application module is not correctly configured (wrong username or wrong db pwd).
    Since you have not mentioned the jdev version you use I'll assume that 11g.
    Click the database tab, find the node with the name of your project and open the node. Inside, you will see the db connections uses the module of the application. Right-click on each one and select Properties, check if all directions are written and test the connection. If you see "Test passed" for all connections the error message should disappear.

    Timo

  • HP G6-1184SA: Bluetooth problem - not installed / display upward in Device Manager - does not at all - HELP!

    Hello

    I just reinstalled windows 7 64 bit on my HP G6-1184SA.

    I managed to get all the other drivers to work from the Drivers HP section on the Web site.

    However I have a problem with drivers Bluetooth.

    • It does not appear in Device Manager.
    • It is obviously not working and I don't even know how I get it to the settings to find/installation/use.
    • I tried all the drivers Bluetooth 4 under my driver on HP product page. (2 of the drivers made me have BSOD and I got in safe mode to remove).

    So basically, I want to get the Bluetooth on my laptop at work - there is no key on the keyboard or button to activate it - but I know there are as I've used it before you reinstall the operating system.

    Please notify.

    Thank you.

    Hello:

    The page on the link below product specification indicates that your laptop does not come with built-in bluetooth.

    If so, this feature would be are indicated as well as the specification of 802.11 wireless connectivity b/g/n.

    http://support.HP.com/us-en/product/HP-Pavilion-G6-1100-notebook-PC-series/5082224/model/5119776/document/c02863651/

    If you still believe without a shadow of a doubt that your laptop came with bluetooth, little matter what the State of the record, then the only suggestion I can offer for you to install the HP software Connection Manager and see if you can turn on the bluetooth car radio using this software.

    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-112799-2&cc=us&DLC=en&LC=en&OS=4063&productOid=5119776&sw_lang=&product=5119775

  • compilation does not appear

    Anyone know why under the exploder project > build specifications > New >... compilation does not appear?

    I downloaded the compiler of 2011, the FPGA is installed (I think.. under MAX > software > Labview 2009 > FPGA version 9.0.0), LV2009 (32 bit).

    When I right click the specifications to build project I get 'Distribution Source' attached.

    2. Why build specifications files?

    Thxs

    Thanks for the help...

  • Latitude E6400 built-in Microphone does not

    Hello. My machine is a Latitude E6400 running Windows 7 34 bit.

    I bought used recently and found that the microphone (which, according to specifications must be built in) does not work.

    I tried to check it is not cut, as well as turn the off/on it again. It is said it is active, but (in the recording devices), there is no upward movement/green line to show that is to record my voice. Setting up the microphone via the Control Panel does not work either.

    I tried to install the Audio drivers from Dell, but it comes up with the following message is displayed:

    "The hardware found is not supported by this package IDT.

    The installation will be interrupted. »

    I tried everything I can think of. Someone at - it other ideas on how to fix my microphone?

    AshHolland
    microphone (which should be built according to specifications)

    I might have missed, but the single microphone that I see in the documentation of this model is in the assembly of the webcam at the top of the frame of the screen. The webcam has been a purchase option on this model. The webcam itself work? Because if it's not then either it is not or does not, and in both cases, the microphone does not work. If you have a program named Dell Webcam Central in your list of programs, then use it to control the webcam.

    Even if the webcam works the microphone could become defective. You can get a replacement webcam people-parts.

    You can also check in the BIOS. I don't know about your model, but some laptops have a mic option in the BIOS.

    AshHolland
    I tried to check it is not cut, as well as turn the off/on it again. It is said it is active, but (in the recording devices), there is no upward movement/green line to show that is to record my voice. Setting up the microphone via the Control Panel does not work either.

    Ensure that levels are facing upward.

    AshHolland

    I tried to install the Audio drivers from Dell, but it comes up with the following message is displayed:

    "The hardware found is not supported by this package IDT.

    Go to this page and you can see all the drivers for Dell just introduced for the E6400.

    http://downloads.Dell.com/published/pages/latitude-E6400.html

    Try all the audio drivers Windows 7 IDT. If none work there is another problem with the laptop and I would suggest running a System Recovery if the seller has provided the recovery media, or if the recovery image is still on the hard drive. If you are able to perform a system restore and the microphone still does not work, then it is either missing or failed.

  • 8.7 EMU - EMU refresh / shortened "Undo to logoff" does not work

    I'm having trouble with a deployment of EMU is no longer apply some settings on the desktop 2012 R2 RDSH. In particular the "Cancel at logoff" option on the shortcuts of the EMU. All shortcuts are created in the users desktop folder, which was redirected to a separate share...

    When a user opens a session, shortcuts are created by EMU as usual; However, they are not removed from Office users to logoff. If I delete them manually and run "FlexEngine - UEMRefresh / UEMRefreshShortcuts ' they are not re-created. Specifically, because "defeat at logoff" does not, if I remove a user in an ad group assigned as a condition for a shortcut, they have yet when it connects then.

    He has worked without a problem until very recently. The only change that was made was a restart of the server hosting the share UEMConfig.

    I also tested the above on a RDSH server without the desktop folder redirection, and the same behavior is present.

    Someone has encountered this or give me advice on what could be the cause?

    The office is redirected? And if so, how to set up this redirect?

    This actions [ERROR] Async EMU or EMU refresh in progress indicates that EMU is still in process of actions in the background and is busy. If async actions last very long or never completed? As a script that you run?

Maybe you are looking for

  • HP Pavilion P6000: Create the recovery disk

    I went into 'All Programs\Recovery Manager' and clicked on "Creating recovery discs" The computer asks me "do allow you the following program to make changes to this computer? I clicked 'Yes', but nothing happened. Can anyone help?

  • VI to measure FRF having a problem writing data

    Respected Sir / Mam,. I created a Vi to measure the signal in the modal analysis. The Vi is to give a very good signal, but the problem is in the writing of the data. The number of samples is given as 10K and rate is 100 k, but only 5 k datas, it wri

  • Dell by EnTech Taiwan display manager

    I added a new Dell monitor a few weeks back, this evening, I received a popup saying I had to upgrade my Dell display manager.  The product came from and not Dell.  What is a Dell product or a scam?

  • Pavilion dv7-1130us: are all 486542-001 compatible or interchangeable?

    I need to replace my failing mother of my dv7-1130us. My SPS is 486542-001, but also many in these series of laptops. All of them are compatible? How important are all the other numbers listed on the label on the other? They relate only to the revisi

  • All .exe files will open with registry Editior

    Original title: programs try to open with the registry editor I tried to have one of my games open with the appropriate emulator and it changed all my .exe files. I tried to fix it, but I did, some have all programs to open it with the registry edito