Trouble with examples from the website

Hi
I was trying to down load couple of examples from your website - Motor
control, closed loop control system. But have trouble with it.
I have Labview version 5.1 not 7.
It gives an error after I unzip the file.
Are they not compatible with 5.1??
Pls help
Krithika

When you download an example from the NI homepage please always have a look at the "Software Requirements" section. Here you will find the version of the development environment the example was compiled with.
Many examples are compiled with LV 6.x or LV 7.x thus it's probable that you can't open them with LV 5.x
Best regards,
Jochen Klier
National Instruments Germany

Similar Messages

  • XML to table. Trouble with example from documentation

    I read documentation "Oracle9i Application Developer's Guide - XML"
    (Release 1 (9.0.1),Part Number A88894-01)
    5. Database Support for XML
    TABLE Functions
    Table Functions Example 1: Exploding the PO to Store in a Relational Table
    I try run this example in SQL*Plus WorkSheet
    1. I type
    create type poRow_type as object
    poname varchar2(20),
    postreet varchar2(20),
    pocity varchar2(20),
    postate char(2),
    pozip char(10)
    --ok
    2. I type
    create type poRow_list as TABLE of poRow_type;
    --ok
    3. I type
    create function poExplode_func (arg IN sys.XMLType) return poRow_list
    pipelined is
    out_rec poRow_type;
    poxml sys.XMLType;
    i binary_integer := 1;
    argnew sys.XMLType := arg;
    begin
    loop
    -- extract the i'th purchase order!
    poxml := argnew.extract('//PO['||i||']');
    exit when poxml is null;
    -- extract the required attributes..!!!
    out_rec.poname := poxml.extract('/PONAME/text()').getStringVal();
    out_rec.postreet := poxml.extract('/POADDR/STREET/text()').getStringVal();
    out_rec.pocity := poxml.extract('/POADDR/CITY/text()').getStringVal();
    out_rec.postate := poxml.extract('/POADDR/STATE/text()').getStringVal();
    out_rec.pozip := poxml.extract('/POADDR/ZIP/text()').getStringVal();
    PIPE ROW(out_rec);
    i := i + 1;
    end loop;
    return;
    end;
    -- ok
    4. And I type
    select *
    from TABLE( CAST(
    poExplode_func(
    sys.XMLType.createXML(
    '<?xml version="1.0"?>
    <POLIST>
    <PO>
    <PONAME>Po_1</PONAME>
    <POADDR>
    <STREET>100 Main Street</STREET>
    <CITY>Sunnyvale</CITY>
    <STATE>CA</STATE>
    <ZIP>94086</ZIP>
    </POADDR>
    </PO>
    <PO>
    <PONAME>Po_2</PONAME>
    <POADDR>
    <STREET>200 First Street</STREET>
    <CITY>Oaksdale</CITY>
    <STATE>CA</STATE>
    <ZIP>95043</ZIP>
    </POADDR>
    </PO>
    </POLIST>')
    ) AS poRow_list));
    -- ERROR
    poExplode_func(
    error in line 3:
    ORA-30625: method dispatch on NULL SELF argument is disallowed
    ORA-06512: at "ITZ.POEXPLODE_FUNC", line 16
    ORA-06512: at line 1
    Why error ? What can I do ?
    Thanks

    I read documentation "Oracle9i Application Developer's Guide - XML"
    (Release 1 (9.0.1),Part Number A88894-01)
    5. Database Support for XML
    TABLE Functions
    Table Functions Example 1: Exploding the PO to Store in a Relational Table
    I try run this example in SQL*Plus WorkSheet
    1. I type
    create type poRow_type as object
    poname varchar2(20),
    postreet varchar2(20),
    pocity varchar2(20),
    postate char(2),
    pozip char(10)
    --ok
    2. I type
    create type poRow_list as TABLE of poRow_type;
    --ok
    3. I type
    create function poExplode_func (arg IN sys.XMLType) return poRow_list
    pipelined is
    out_rec poRow_type;
    poxml sys.XMLType;
    i binary_integer := 1;
    argnew sys.XMLType := arg;
    begin
    loop
    -- extract the i'th purchase order!
    poxml := argnew.extract('//PO['||i||']');
    exit when poxml is null;
    -- extract the required attributes..!!!
    out_rec.poname := poxml.extract('/PONAME/text()').getStringVal();
    out_rec.postreet := poxml.extract('/POADDR/STREET/text()').getStringVal();
    out_rec.pocity := poxml.extract('/POADDR/CITY/text()').getStringVal();
    out_rec.postate := poxml.extract('/POADDR/STATE/text()').getStringVal();
    out_rec.pozip := poxml.extract('/POADDR/ZIP/text()').getStringVal();
    PIPE ROW(out_rec);
    i := i + 1;
    end loop;
    return;
    end;
    -- ok
    4. And I type
    select *
    from TABLE( CAST(
    poExplode_func(
    sys.XMLType.createXML(
    '<?xml version="1.0"?>
    <POLIST>
    <PO>
    <PONAME>Po_1</PONAME>
    <POADDR>
    <STREET>100 Main Street</STREET>
    <CITY>Sunnyvale</CITY>
    <STATE>CA</STATE>
    <ZIP>94086</ZIP>
    </POADDR>
    </PO>
    <PO>
    <PONAME>Po_2</PONAME>
    <POADDR>
    <STREET>200 First Street</STREET>
    <CITY>Oaksdale</CITY>
    <STATE>CA</STATE>
    <ZIP>95043</ZIP>
    </POADDR>
    </PO>
    </POLIST>')
    ) AS poRow_list));
    -- ERROR
    poExplode_func(
    error in line 3:
    ORA-30625: method dispatch on NULL SELF argument is disallowed
    ORA-06512: at "ITZ.POEXPLODE_FUNC", line 16
    ORA-06512: at line 1
    Why error ? What can I do ?
    Thanks

  • I got a new macbook pro and am having a great deal of trouble with it from the start!  But other than that, which I will get to, I have had macs since the one following Lisa and I am a diehard apple fan, yet now with the macbook pro and Lion and its

    I could not download the upgrade to the mountain lion. my updates were taking an enormous amount of time for other programs. When I finally got the indication it was waiting to be downloaded I had to shut down. It was after 2 am and I was practically unconscious already with all the trauma of trying to find the right place for the redeem of the code to open the password. It was all confusing and poorly communicated by Apple. The terrible deterioration of Apple's written communications by non-American techies who can't write for easy understanding, even by this old time tech afficianado is heart-breaking and frustrating is putting the effects mildly.  I have not yet gone back to the mac book pro to finish the job. I am too frustrated and unhappy with the new system.  Also, I found out the hard way that my time capsule saved files on the macbook Snow Leopard, which still works fine after 6 years of use, is locked in that external drive and I cannot transfer the items except one by one or by folders on that computer to a DVD or to a flash drive, to mport to this new computer. Because the systems are not the same, I can't access the files automatically. I fear I will have further problems with the mountain lion vs. lion in seeing those files. What can I do? What should I do?  I am afraid to designate an external hard drive I purchased with the new laptop for the time capsule because then it won't work with any other computer.  I read of terrible incompatibility issues and crashes and things not working right once Mountain Lion was installed and now I am terrified they will happen to me. I just wanted the computer to be as easy to use as all the other macs I have and have had and now it is more like a horribly complicated and difficult Microsoft IBM compatible PC. I hate this. Perhaps Apple wanted to appeal to new Apple users and tried to make them comfortable while disregarding the comfort of loyal Apple users?  It's a sell-out. Meanwhile, I have to get senior tech people because the kids who try to answer my questions much of the time don't interpret what i am telling them and it takes a pro.  Perhaps the kids can answer what I should do in preferenced to scroll the screen, since the scroll indicators disappear and I can't see them and have to resort to using the arrows on the keyboard, which is not the way I like to work.    Please advise me about all of these things!

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • HT1349 My computer popped up with an update from iTunes several days ago. I downloaded the update and when I went to open iTunes, it won't open. I've tried to download again from the website, but it still gives me this error message.  Missing MSVCR80.dll

    My computer popped up with an update from iTunes several days ago. I downloaded the update. When I went to open iTunes on my computer, it gives me the following error messages...
    Missing MSVCR80.dll file.
    Error 7 (Windows error 126)
    I tried to download iTunes again from the website and repair the problem, to no avail.  I've tried several times, but cannot get it to open. I have a Windows 7 machine.  My iPhone 5 and iPad work fine and have not asked me to update. I've never had a problem with iTunes before.  I hate to delete it entirely from my computer and start over.  I'm afraid I'll lose all the music I have downloaded there. What do I do?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • When I try to open a video from the website Youtube I got this message that I didnt before I uograde to Firefox 7.0.1 : "Firefox doesn't know how to open this address, because the protocol (rtsp) isn't associated with any program."

    When I try to open a video from the website Youtube I got this message that I didnt before I uograde to Firefox 7.0.1 : "Firefox doesn't know how to open this address, because the protocol (rtsp) isn't associated with any program."
    That didnt happen before until I made an upgrade to 7.0.1

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • My Adobe X! trial expired I paid for a month to month subscription on MArch 13, 2015 but I could not activate it. The prompt is asking me for a serial number (which I wouldnt have since I downloaded the trial from the website. How do I activate it with my

    My Adobe XI trial expired I paid for a month to month subscription on MArch 13, 2015 but I could not activate it. The prompt is asking me for a serial number (which I wouldnt have since I downloaded the trial from the website. How do I activate it with my Adobe ID? "activate with Adobe ID" is not an option on my screen. It only asks me for the serial number.

    uninstall your acrobat XI.
    if win os clean, Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs
    then dl the desktop cc app and use it to install your subscription acrobat XI, Creative Cloud Help | Creative Cloud for desktop

  • How do I talk to someone about my account and merging two subscriptions together...Can't seem to get to any way to conversing with a human from the website.

    How do I talk to someone about my account and merging two subscriptions together...Can't seem to get to any way to conversing with a human from the website.

    Worst Service In the World
    I just want to cancel my order and get a refund, the company MUST be corrupt because it is nearly Impossible to get what is rightfully mine. It's been 3 years.. how, sad, is that, I got other people to try too...
    they steal from people... by making it impossible to talk to anyone real.

  • I accidentally deleted the admin user and it wiped out everything, luckily it wasn't much, but is my computer going to be completely overloaded with data from the last user? for example, i had to redownload microsoft 2011 do i have little space now?

    i accidentally deleted the admin user and it wiped out everything, luckily it wasn't much, but is my computer going to be completely overloaded with data from the last user? for example, i had to redownload microsoft 2011 do i have little space now?

    i accidentally deleted the admin user and it wiped out everything, luckily it wasn't much, but is my computer going to be completely overloaded with data from the last user? for example, i had to redownload microsoft 2011 do i have little space now?

  • Firefox wasn't opening websites when other programs were, so I uninstalled it but now it will not reinstall from the website.

    HI there,
    Firefox wasn't able to connect to the internet, yet other browser programs were fine (IE, etc.) so I thought I"d uninstall Firefox and reinstall it from the website. I uninstalled it fine, but it will not download. It goes through all the steps of the download and setup from the website and appears to be installing in "program files," yet does not appear in the list of programs. It's just not there! What could the problem be? I'm running Windows 7 and McAfee.
    Thanks for any advice.

    Go into our program files folder and delete the Mozilla Firefox program folder. Then open msconfig and make sure that Firefox is unchecked from the Programs startup list, then open regedit and find the HKEY_LOCALUSER_SOFTWARE key and delete strings associated with Firefox. This process will require several re-boots, but once you're done you should be able to download and install Firefox without any troubles.

  • How do I change desktop folder/safari pictures to registered business icons, I have tried almost every how to  on-line but none are worki?  I have treing. First how do I get the icon I need from the website and then what?

    How do I change Mac desktop folder/safari pictures to registered business icons? I have tried almost everythin but none are working.  First how do I capture the business icon from the website, then what?

    OK, well to start with, you must have the icon file in the correct format. You need to end up with an .icns file. One of the how-to articles should tell you how to do this - iConvert will also do it.
    If it is in the correct format, when you click the icon file to highlight it, and click cmd-i, you will see the Get Info window - at the top left, you should see a mini version of the icon. If you do NOT see that icon correctly, the file is not the correct format. So this will not work for a jpg or png file, for example.
    Once you have this window open, go to the thumbnail, click it to highlight it blue, and click cmd-C to copy.
    Go to your Safari app from the Applications folder (not from the dock), again click cmd-i to open its Get Info window, and again click its icon to highlight it blue. Now click cmd-V to paste. You will be asked for your admin password to authenticate. The icon should now become the one you've pasted in.
    You may need to log out and back in for the effect to show on the application file itself.
    You might also want to look into Candybar if you plan on doing a lot of icon customization.
    Matt

  • I download itunes from the website and then it says publisher unknown??????

    I have been having trouble with my ipod recently. I need to restore it, so I tried dowloading the new iTunes software from the website, and when it finishes dowloading it says publisher unknown and won't let me run the program to complete the installation. I've tried twice and it still won't work. Can anyone help me?

    Try another Windows account that has full admin privileges? That would tell us if it is a user account problem, or a system-wide problem.
    Create a New User Account
    When troubleshooting a variety of issues, it can be useful to determine if the issue affects a specific Windows user account or all accounts. Follow the steps below to create a new user account in Windows XP:
    From the Start menu, choose Control Panel.
    Open User Accounts.
    Select Create a new account and follow the instructions to complete the account setup process.
    Once the new account is created, choose Log Off from the Start menu.
    Log into the newly created user account.
    See if you can get iTunes to download and install from that new account.

  • The updated iPhoto program is cumbersome.  I am trying to create a Christmas card and can't figure out how to get the fold of the card on the left and not on the top of the card.  I had no trouble with this for the past two years.  Can someone help?

    The updated iPhoto program is cumbersome.  I am trying to create a Christmas card and can't figure out how to get the fold of the card on the left and not on the top of the card.  I had no trouble with this for the past two years.  Can someone help?

    Click on the Layout button lower right and choose a Vertical lyout from the dropdown

  • I have an older version of Firefox 3.6.6 I believe I am having an issue with one of the websites I sign into. Is there any way to update to the newest version

    I have an older version of Firefox 3.6.6 I believe I am having an issue with one of the websites I sign into. Is there any way to update to the newest version. Without losing all my bookmarks and saved pass words?

    Hello johngervais, the latest firefox version is 26.0 (today 4 Jan 2014).
    note that [https://support.mozilla.org/en-US/kb/firefox-no-longer-works-some-versions-windows-xp Firefox no longer works with some versions of Windows XP], if you have '''xp with sp2 and above''' you can update to latest version, see : [http://www.mozilla.org/en-US/firefox/26.0/system-requirements/ Firefox 26 System Requirements]
    if you are able to update to latest version then see : [https://support.mozilla.org/en-US/kb/common-questions-after-upgrading-firefox-36 Common questions after upgrading from Firefox 3.6]
    see also : [https://support.mozilla.org/en-US/kb/firefox-just-updated-why-it-asking-me-update-again Firefox just updated - why is it asking me to update again?]
    Don't worry you won't losing bookmarks and passwords after update firefox.
    thank you

  • My iTunes won't update, it starts to install then just says it can't. I decided to try uninstall it but it won't even uninstall anymore, there is some type of ERROR going on. I tried to just install iTunes from the website and that won't even work.

    My iTunes won't update, it starts to install then just says it can't. I decided to try uninstall it but it won't even uninstall anymore, there is some type of ERROR going on. I tried to just install iTunes from the website and that won't even work. I'm using a Windows Vista.

    Hi there,
    I've got a couple of articles that may help you out. This first one goes over how to properly remove and reinstall iTunes.
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    This next one goes over some of the troubleshooting steps if you are having issues reinstalling iTunes.
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Hope that helps,
    Griff W.

  • Alerts with variables from the messages payload without BPM?

    Hi, experts:
    Is it possible to define a alert category with variables from the messages payload(for example:order_id ) without BPM?
    Regards
    Yu Ming

    Refer to
    http://searchsap.techtarget.com/tip/0,289483,sid21_gci1240902,00.html
    initially this also talk about BPM but you can check whether you can use the container variable in you case.
    How to define the container variable in ALRTCATDEF is mention in above link.
    **Points if answers find useful.
    Gaurav Jain

Maybe you are looking for

  • My sister's iPod isn't being read by iTunes.

    My sister just got a new iPod Classic. We hooked it up to the family computer and Windows found it, but iTunes won't read it. We tried it on my computer and it worked fine. After updating iTunes and following the guide on this site, it still won't wo

  • MBP late 2007 what just happened?

    I have a 2.66 late 2007 early 2008 model. I was burning a bunch of home videos on to dvd and it just shut off. Not two weeks ago I did an erase and install of 10.6.2 and all was great. Now When I turn it on after this incident I get the chime and the

  • Floorplan manager for Webdynpro

    Hello, I am working on Overview page floorplan OVP I wnat to know to the functionalities for the buttons SAVE, ADD(Insert) CANCEL (for the CANCEL button I want to cancel all the actions when user clicks on this button ). Regards, Jaffar Hasan

  • Creative cloud files in more computers?

    Ok, I have CC applications installed in one windows and on osx imac. But I want to have shave and vie the cc files only (not apps) i more computers. (at least one win and one osx laptops) THe question is: If I download and install the desktop CC app,

  • License of SDK generated packages

    Are there any plans to change the license for custom collectors generated with the SDK to allow for public sharing? Looking at other tools such a Splunk they have a very open user community, but this line in the license really does not look like Nove