Can't find NXT functions in Function Palette

I'm trying to setup the NXT Toolkit in LabVIEW 8.2. I downloaded it, installed it, and then mass compiled with no error. When I start up LabView, I have everything I'm supposed to (for example the Tools->NXTModule menu option) but no new functions in the function palette. According to the getting started guide, I should have lots of NXT commands but I can't see any of them. What am I doing wrong?
 I've attached an image of my function palette to show you where I'm looking
>

Hi, Squirell!
Thanks for the additional information! Looks as if everything should work fine...
You could check the file system: In your LabVIEW folder (e.g. C:\Programs\National Instruments\LabVIEW 8.2) you will find a subfolder vi.lib. Inside that folder, you find the subfolder "addons" - that's where the toolkit gets installed, so you should find as next level subfolders "NXTToolkitDirectCommands" and "NXTToolkit". (...\LabVIEW 8.2\vi.lib\addons\NXTToolkit). Within "NXTToolkit" there should be another 8 folders plus one file (dir.mnu). Asking the XP explorer about the properties of the folder "NXTToolkit", it gives me as total content 1152 files and 81 folders.  If this is not what you get try to reinstall the NXT toolkit.
If it's what you get, too, it might have to do with the "Infinity Project" - I have no idea whether NI published a reduced version for it. What you could try in that case: request a LabVIEW 7.1 Student Edition under http://digital.ni.com/express.nsf/bycode/lvtoolkitlego (only be used for software development with LEGO MINDSTORMS NXT) - that version should work without any problems!
Regards
Ulf

Similar Messages

  • How can we find formula function in Payroll Formula

    Guys,
    As far as concern regarding oracle functionality is very vast in particularly in payroll process, mostly functions are built-in to avoid user to create any custom code, but it is not fully covered business requirement. Therefore we need to create our custom function to cover/validate our business need and for this purpose we register this function in formula function, that is the easiest way to add any condition in payroll formula by calling this. Now my requirement is that to find formula name where this function has been used.
    Let's suppose any of user is created “X” formula through this functionality and called in payroll formula’s how can we find formula name wherever this function has been called.
    Please suggestion

    That's a good question. Fast Formula text is stored as a LONG data type which is now a deprecated data type. You can write a PL/SQL utility function to convert the text to a VARCHAR2 and search that but that has two problems:
    1) It assumes you have permission to create a function, which isn't something you'll likely have on a production database
    2) It'll barf for any formula in excess of 32760 bytes
    You can also use the to_lob function to copy the contents of ff_formulas_f into a new table (with a CLOB data type) and then create an Oracle text index to quickly search the CLOB. But again that assumes you have write access.
    If you're patient then you can also run this hideous piece of SQL:
    SELECT ff.formula_name
    ,ft.formula_type_name
    ,src.text source_plsql
    FROM ff_formulas_f ff
    ,ff_formula_types ft
    ,ff_functions fff
    ,all_source src
    WHERE ff.business_group_id IS NOT NULL
    AND ff.formula_type_id = ft.formula_type_id
    AND src.name = 'FFP' || to_char(ff.formula_id) || '_' || to_char(ff.effective_start_date, 'DDMMYYYY')
    AND src.type = 'PACKAGE BODY'
    AND lower(text) like '%' || lower(fff.definition) || '%'
    AND trunc(sysdate) BETWEEN
    ff.effective_start_date AND ff.effective_end_date
    AND upper(nvl(fff.alias_name, fff.name)) = upper('XXC_MY_FFFUNC');
    (replacing 'XXC_MY_FFFUNC' with the name of the Fast Formula Function you wish to search). Don't expect it to be fast. What this does is search the generated PLSQL rather than the source formula text. This only looks for customer-defined Fast Formula (those with business_group_id set).

  • Can't find this function (psuedo) 'call'

    a script  I have inherited uses this code for initializing and processing all the fields on a form
    firstNameHelp_mc.onRelease = function() {
        _parent.fieldID = "firstName";
        _parent.setHelp();
    there is no function named 'function', I wouldn't  think so anyway with reserved names etc.
    is this the equivalent of declaring a function on  the fly so to speak, almost like a property get? if so what is the point?
    this is a way for performing multiple actions on some thing like a release with having to create a 'real' function for each one?

    It is one way of assigning a function to the various "on..." handlers associated with objects.  Buttons and movieclips (and objects in general) have various "on..." handlers associated with them that you can make use of by assigning functions to them.
    And it is also a way you could dynamically assign a function to an object that is dynamic, such as a movieclip.  The ability to dynamically assign properties and methods to things is a handy feature, particularly when you get into working with quanitities of objects being assigned properties and methods in loops, such as setting up entire menues of buttons.
    Another way you could have assigned it would have been...
    firstNameHelp_mc.onRelease = functionName;
    function functionName() {
        _parent.fieldID = "firstName";
        _parent.setHelp();
    Which means you could have that function available to be shared by other objects or code segments as well.  So you can either have the function defined to be more globally available or specific only to a particular object.

  • Quicktime player... can't find export function

    I recorded a new audio file using the Quicktime player 10 on my Macbook, but when I go to "File", there is no "Export" function.
    When I choose "Save As" my only options are to save the file as a .mov or for the iphone. Why is there no functionality for me to export my audio file as an m4a (m-peg)?
    After reading various online tutorials, I used iTunes to convert my file to an m4a file, but it came out at 42 MB, more than twice the size of the original .mov!! How can I save my audio file (which was about 20 min) as a smaller sized audio file (either mpeg or mp3)? Also, is there a difference in saving it as mpeg or mp3? (That is, if I do need to download another converter, which should I convert to? an Mpeg or Mp3?)
    Thanks!

    QuickTime version 10 doesn't include any export options.
    iTunes can make an AAC version which will be as small as an .mp3 file.

  • Can't find search function for this forum?

    Am I blind or something, or is this site working as well as soundtrack pro? Where is the search bar?

    I agree!
    I've just joined this forum to look for specific answers, and searching is the first and +most necessary+ thing I want to do...
    How is not having this feature improving the performance of the forum? Is the hope that Apple will put vast numbers of users off by being annoyingly non-functional and nonsensical?!!

  • Can not find imaqView3D function panel in labwindows/cvi!

    followed what the on-line support told me (add the imaqView3D function declaration into my source code), it does not still work! So seek help from you! thanks so much!

    David,
    You will probably have a better chance of having your question answered if you posted your question to the Vision or LabWindows/CVI Developers Exchanges.
    Regards,
    Erin

  • Where can I find the Function for Upload Documents

    Hi,
    i testing the SAP System "Netweaver Composition Environment" and i search for a Uploadfunction for Documents.
    I define a Virus Scan Provider in the SAP Netweaver, but i can only test the Virus Scan Provider with this Web: http://localhost:50000/vscantest .
    The Virus Scan Provider is running and find also Viruses, but i will not only use the Web "http://localhost:50000/vscantest" for testing the Virus Scanner.
    Can someone help me?
    Greetings,
    sneubert

    Usually the virus scanner is used for scanning Knowledge Management/Collaboration Documents, but KM is not part of Composition Environment. You can try to upload something inside the system administration in the portal (http://localhost:50000/irj) if it is installed.

  • Where can I find the function "mark a line" in a table (not a row but the line in-between the rows/columns)

    In the old version of Numbers (09) as well as in the same Pages version I could choose to allow to mark single lines inbetween rows/columns in order to choose to create different types of lines to mark separations in different sections or just single cells within a table, how do I do that in the recent upgrade?!!! I´m going mad over here!!!!!

    Hi A-S,
    Do you mean Cell Borders in the Format Panel?
    To create this?
    Or if you want borders under only A5 and C5 (but not B5) command click on those cells to select them before applying the borders in Format Panel
    Regards,
    Ian.

  • User Defined Function Error - Can't find function

    Hi All,
    Version: 11.1.1.4
    I created a user defined function and added it to one of my BPEL Processes. I can see the function in JDeveloper and can compile the project without issue. We placed the jar file out on the SOA Server following the oracle user defined function examples. After placing the file out on weblogic I was able to successfully deploy the project.
    Oracle Deployment Steps:
    To deploy user-defined functions to runtime:
    1. Copy the user-defined function JAR files to BEA_Home/user_projects/domains/domain_name/lib or a subdirectory of lib.  Where domain_name is the name of the Oracle WebLogic Server domain (for example, soainfra).
    2. Restart the Oracle WebLogic Server.However, when I try to run the composite application I get the below error. I am not really sure why it can't find the Function? The jar is out on the server and the jar was added to the project?
    Error:
    Non Recoverable System Fault :
    <bpelFault><faultType>0</faultType><subLanguageExecutionFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>XPath expression failed to execute. An error occurs while processing the XPath expression; the expression is pnl:GetManager(string(bpws:getVariableData('inputVariable','payload','/client:process/client:input'))). The XPath expression failed to execute; the reason was: Function 'GetManager' not found.. Check the detailed root cause described in the exception message text and verify that the XPath query is correct. </summary></part><part name="code"><code>XPathExecutionError</code></part></subLanguageExecutionFault></bpelFault>Any suggestions would be greatly appreciated!
    Thanks,
    S
    Edited by: Scarpacci on Apr 1, 2011 6:06 AM

    try putting the jar location explicitly in weblogic server's classpath i.e. add BEA_Home/user_projects/domains/domain_name/lib to wls classpath and restart server.

  • Can't find namespace for xpath function adjust-dateTime-to-timezone()

    I'm trying to "shift" the output of current-dateTime() to GMT. I believe the function listed above is the way to do it by using an empty string as the desired timezone. However, I can't find this function in JDev nor can I figure out what namespace it's supposed to have in the application server. Can anyone give advice?
    I'm using 10.1.3
    Thanks,
    Bret

    It is a Xpath 2 function. do you know whether your xpath processor supports 2 or not?

  • Vision Acquisition Software installed, BUT why is the IMAQdx missing from the function palette?

    I just installed to the labview 2011, and many other modules and softwares including this VASAugust2010. But the IMAQdx is missing from the function palette (vision and motion). However the NI-IMAQ 4.5, IN-IMAQ IO 2.4.0 and NI-IMAQdx 3.7 are all clearly listed as installed in the NI software (contorl panel -> program - NI). In MAX, my usb webcam is also listed as NI-IMAQdx Devices and works well under MAX. But my own program is broken because the LV can't find those functions. So why the IMAQdx funtion is missing and how to fix it?  
    Thanks,
    Lei

    hi tommy
    check this may helps you http://digital.ni.com/public.nsf/allkb/A451D3CCBB740716862578FC004DB392
    Sasi.
    Certified LabVIEW Associate Developer
    If you can DREAM it, You can DO it - Walt Disney

  • Function palette off screen

    My function palette was moved on to a secondary monitor. I no longer have that monitor and cannot see the functions palette. I've gone in to the labview.ini file (in the Program Files/National Instruments/Labview 2011 directory)  but cannot find an entry that sets the function palette position. I did see in another post  that there was supposed to be such an entry for the tool palette, but can't find that either) How can I get the function palette back on screen?

    Off-hand I'm not sure, but in the interim you can just right-click on the BD and pin the resulting palette.  I think the old one will still be off screen, but at least you'll have something to work with.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Finding a function within Labview

    Using Sound and Vibration Suite and I am not a S&V specialist.  Trying to calculate the frequency of max power but can not find a function to do this directly (am I just missing it).  I am using the Power Spectrum VI and it seems I should be able to get it from that resulting info.  Any suggestions?

    Once you use the Max/Min VI I am assuming you will want to compare to find other "close" maximums thereby giving you the frequency of your max.  There is also a Waveform Peak Detection.VI that might be what you are looking for.
    Sincerely,
    Jason Daming
    Applications Engineer
    National Instruments
    http://www.ni.com/support

  • Can't find character in character palette or in Font Book

    I have used the Om symbol (Sanskrit symbol used in lots of spiritual stuff - looks like "30") in a couple of documents in the past but when I open them now the Om symbol is missing and I can't find it in the Character Palette or anywhere in Font Book. The docs were created and used under previous OS. I don't actually remember if it was in Char Palette in earlier OS's but if anyone knows where I can find it for Leopard I'd really appreciate it. Many thanks.

    Thanks! But, sorry, I don't how to get to that to use it. How do I navigate U+0950?
    Here's one way. Copy/paste the OM from this webpage into TextEdit. Select the OM in TextEdit. In Character Palette go to the gear wheel at bottom left and click and select "Show Character Selected in Application."

  • Toolkit Installation - I can't find it

    Hi,
    I installed the math interface toolkit 1.0.2 and I can not find the functions. I have reinstalled several time. In fact, I reinstall the whole  LabVIEW product, and try  to install the toolkit again, but to no avail.
    When I checked the Measurement and Automation Explorer, it is listed, but when I opened the NI License Manager, it was listed under LabVIEW 8.0. However, I have Labview 8.5, so I don't know why it is listed under LabVIEW 8.0.
    I have also followed the procedure in the knowledgebase : to add subpallette into the existing pallette, but I can not find the necessary file.
    I am beginning to suspect the toolkit is only compatible with LabVIEW 8.0, and not 8.5 , or maybe the toolkit is not comfortable with VISTA.

    Hi okogidi,
    if you install an additional toolkit you can see which installed LabVIEW versions will support this toolkit. Make sure that your toolkit is for LV8.5. Since LV8.6 you can download all toolkits for an evaluation period here.
    Hope it helps.
    Mike

Maybe you are looking for