Simulation Interface Toolbox: Problems using sbRIO with Tutorial: "Using the Example Sinewave Model with a VxWorks CompactRIO Target"

Hello
I faced a problem when I tried to do the Tutorial "Using the Example Sinewave Model with a VxWorks CompactRIO Target".
My specifications are:
Software:
Win7 64-bit
Matlab 2010b with RTW (to compile the *.dll) (32-bit)
GNU-Toolchain 6.3 running in Virtual PC-XP-Mode (to generate the *.out)
Labview 2011 with Simulation Interface Toolbox 2011 (32-bit)
Hardware:
sbRIO-9631 (from Labview Embedded Platform Evaluation Kit)
I was able to compile a dll and an out file.
I created a custom fpga-Bitfile with the Tutorial "Creating a Custom FPGA Bitfile".
In a blank VI I made the Host-VI and with the SIT Connection Manager I created the Driver VIs.
Until here everything worked fine.
Now my problem appeared. As long as I don't create Hardware I/O Mappings my model runs fine on the sbRIO:
But when I try to map the in and out port of the model to a HW I/O I get this error:
What causes this error?
On my sbRIO following software is installed (followed this instruction: Configuring a Real-Time Target to Run the LabVIEW SIT Server)
Best regards
Patrick

I have exctly the same issue. here is my error
my fpga for the bitfile
my driverVI
and my installed software

Similar Messages

  • Now that the photo gallery in MobileMe is ending, is there another photo sharing site to which existing iPhoto albums can be transferred as is, with photos in the same order and with titles, and with minimal problems?

    Now that the photo gallery in MobileMe is ending, is there another photo sharing site to which existing iPhoto albums can be transferred as is, with photos in the same order and with titles, and with minimal problems?

    No. If you don't have the album you originally used to create the galleries you can do so by dragging the photos from each gallery to a new, empty album. Then when you find the photo sharing site/option you have decided on  you can easily upload each album to the site.
    Another option is to obtain a hosting service and create iWeb photo pages for each album and future albums similar to this photo page in one of my demo sites: iPhoto Book as an iWeb Slideshow.  Or you can use the iWeb album page and have an album for each  iPhoto album on it like on this demo page: Page-7 .
    OT

  • When I delete com.apple.audio.SystemSettings.plist my audio/sound problems are solved. However when the file is replaced with another file, the sound is crappy and the quality is reduced. Can you please help me?

    When I delete com.apple.audio.SystemSettings.plist my audio/sound problems are solved. However when the file is replaced with another file, the sound is crappy and the quality is reduced. Can anyone please help me?
    Sincerely,
    Eric

    Run this when you have the problem and post the results here.
    EtreCheck
    This will tell us what is loaded

  • Can i use a 2010 24 led screen with one of the new 2012 macs with thunderbolt technology?

    can i use a 2010 24 led screen with one of the new 2012 macs with thunderbolt technology?

    Yes. Any standalone display which can be connected to a Mini DisplayPort, with or without an adapter, can be plugged into a Thunderbolt port without any additional adapters.
    (65766)

  • But i'm worried about the audio quality which matters to me the most !! is the audio quality on iPod with ear-pods the same as iPad with earpods ?

    hi guys !! i'm an ipod touch 5g user ! and i want to switch to ipad !! but i'm worried about the audio quality which matters to me the most !! is the audio quality on iPod with ear-pods the same as iPad with earpods ?

    thnx i'm more satisfied now !

  • Can't Use Any Other Skins - Only the Ones That Came with DW

    Hello Everyone,
    I am a little frustrated, as I would think some of you may be.
    I love Dreamweaver, but here's the problem I'm dealing with right now:
    I am inserting videos in some webpages, and DW does a good and quick job of it right out of the box... if you use the Supplied Skins.
    I have made some custom skins and it would be fantastic if DW would let me use them.
    I put them in the folder with the included skins, and I can choose them from the skin selector dialog box, But they don't work in Live View, or when loaded into a browser.
    It's not just my custom skins either, I tried using the skins that came with Flash CS4, both AS2 & AS3 with the same results.
    Any Ideas??
    Thank you in advance, your support is much appreciated!

    Hello PZ,
    Thanks for the reply and link!
    I've seen this tutorial before and tried it, but I had some problems, which I think is a missprint in the tutorial itself... maybe you can help clarify.
    The tutorial gives two code blocks, a before and an after.
    Problem:
    The after codeblock seems to be missing an opening tag, and I don't know how to fix it.
    Before:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="160" height="120" id="FLVPlayer">
      <param name="movie" value="FLVPlayer_Progressive.swf" />
      <param name="salign" value="lt" />
      <param name="quality" value="high" />
      <param name="scale" value="noscale" />
      <param name="FlashVars" value=" &MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=../videos/cow01&autoPlay=false&autoRewind=false" />
      <embed src="FLVPlayer_Progressive.swf" flashvars=" &MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=../videos/cow01&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="160" height="120" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />         
    </object>
    Notice the first line:   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http:
    And the After:
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="180" height="167" id="FLVPlayer">
      <param name="movie" value="FLVPlayer_Progressive.swf" />
      <param name="salign" value="lt" />
      <param name="quality" value="high" />
      <param name="scale" value="noscale" />
      <param name="FlashVars" value=" &MM_ComponentVersion=1&skinName=farmSkin_small&streamName=../videos/cow01&autoPlay=false&autoRewind=false" />
      <embed src="FLVPlayer_Progressive.swf" flashvars=" &MM_ComponentVersion=1&skinName=farmSkin_small&streamName=../videos/cow01&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="180" height="167" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    Notice this first line: codebase="http:
    It appears that a tag is missing, right?
    How would you fix this?
    Also, when I just try and fix the paths to see the skin that I want to use, that doesn't work either 
    Thanks Again !!   AM

  • My iPhone shows up as a portable device with a blue camera logo instead of the Apple device/model with the appropriate device image (mine used to show a Black iPhone 5s)

    Hi,
    I've recently done a complete format of my OS and reinstalled it. I reinstalled all the drivers etc. such as the USB drivers/controllers and the new iTunes12. To confirm I have tried everything from this article (iPhone, iPad, or iPod not recognized in iTunes for Windows - Apple Support) along with my general knowledge and understanding of PC's but this one has stumped me.
    Prior to my OS reinstall, My iPhone 5s used to show up as the appropriate device under "My computer" with the image being a Black iPhone 5s.
    After the fresh install of Windows 7 and the drivers and iTunes12 I now have the problem of my iDevice showing as a blue camera as a "portable device".
    If anyone can offer some advice or has come across this problem before it would be much appreciated if you could help me fix this problem. Here's a photo attachment to help you understand the issue (Ignore the names of the devices on each, I got both these images from the net).
    Kind regards
    Struthers88

    im not sure this is related but on my mac my various iPhones would show up in a similar way if i had photos on the phone that needed to be imported to the mac - i dont know what application is used on a PC to import photos (and there may be a setting in iTunes to automatically import them when the iPhone is connected to the PC)
    I know Dropbox offers to import photos every time i connect my Iphone to my mac - but if dismiss the offer iTunes comes up with the iPhone listed properly
    but if you do have photos on the Iphone that have not yet been imported to the PC you might try importing them and see if that helps

  • HT201272 I am a resident of Ecuador.I used to buy applications from the us apple store with an ecuadorian credit card and my address in Ecuador.

    I am a resident of Ecuador with an ecuadorian credit card.I used to buy applications from the us apple store and updated them whenever  updates were available with no problem at all. Since approximately a month,I am not able to purchase any new applicaton or update the old ones.Apple send me back to the ecauadorian apple store were there are almost no applications and where I can not even update the ones I have.
    How can I solve this problem.? Before I was able too purchase applications anywhere in the world.This is absurd.
    Can anybody help me please?
    Regards,
    Refurioso

    You can't, you will need to be in the US with a US billing address (and credit card issued by a US bank) and iTunes account to be able to buy/download from the US store - the terms of use of the US store say (and other country's stores will be similar) :
    The App and Book Services are available to you only in the United States, its territories, and possessions. You agree not to use or attempt to use the App and Book Services from outside these locations. Apple may use technologies to verify your compliance.
    If there are apps that you want that aren't currently in the Ecuadorian store then you can try requesting that they be added, but ultimately it's the app developers that will have to grant Apple a license to sell them there : http://www.apple.com/feedback/itunes.html

  • Can i use 2 ipad's on the same itunes account with different apple accounts?

    Both me and partner have an ipad 4. Though we only have one computer, can we use the same itunes but with different apple acount without any issues? We use some of the same apps, but my partner plays fx Baldus Gate and is worries that save files will be corrupted.

    Each iPad should be linked to its owner's personal, private and nonshared AppleID. In the Mac, each one should have a different login account so each has their own iTunes Library containing your iPad's details. When you use iTunes on the Mac, since each logs in with a different login and corresponding Home directory, iTunes picks up the correct AppleID.

  • Where are the examples that come with the Java3D tutorial?

    In Chapter 0, it says that this tutorial comes with PDF, sample codes, and examples, but I can't find the examples, anyone knows where I can get it?
    Thanks,
    Andy

    http://java.sun.com/products/java-media/3D/collateral/
    Look for this line:
    Download complete tutorial (3.0MB zip or 4.1MB tar) and examples (325Kb zip or 336Kb tar).
    you can click on examples and that should be them. It is near the top of the page.

  • My computer is not syncing with iCloud but the iPhones are syncing with iCloud

    Hello need help! My computer is not syncing with iCloud but the phones are?? Done everything that was suppose to do? It's saying that access to the account is not permitted?? Help e
    rror message  server does not recognize server name or pass words

    Check the model number by holding down the option/alt key while selecting About this Mac under the Apple menu. Select System Information and it will tell you the model number.  Compare it to:
    Model Number - iMac
    You can then check against the link mende1 provided.
    If you then go with Niel's suggestion, you can check here.
    Computer Compatibility - Lion
    You also might want to check applications compatibility since neither lion or Mountain Lion support PowerPC applications.
    Application Compatibility

  • I downloaded firefox 5 and have problems with some of the features i had with firefox 4 with my webroot. how do i get rid of firefox 5 and go back to firefox 4?

    i want to get firefox 4 back on my system. i do not like firefox 5 as it will not allow certain functions with my webroot that i used with version 4

    McAfee have taken the decision to rewrite the Firefox SiteAdvisor plugin to make it easier to update. This should ensure that Mozilla's fast-release schedule does not cause lengthy delays after future version updates. What it means for Firefox now though is that until the rewrite is complete - and tested - SiteAdvisor is being prevented from loading in Firefox in order to avoid the possibility of software incompatibility.
    The SA rewrite is projected to take a few weeks to complete and test; it should be ready by about the third week of July, although the exact date is not being given at this stage. It could be earlier.
    In the meantime, users who are concerned about the safety of websites may wish to consider WOT as a temporary substitute. WOT ratings are set by user consensus rather than by automated site testing, so WOT is not a full replacement for SiteAdvisor. It is, however, a good rating tool in its own right (I use both it and SiteAdvisor in all my browsers) and is apparently unaffected by the upgrade to FF5.
    There is a discussion about this on the McAfee forums [https://community.mcafee.com/thread/36733?tstart=0 HERE]

  • Everytime i open a pdf or try to use acrobat in any way, the program freezes/crashes with error message "(not responding)." Ive called Adobe and had remote support, reinstalled acrobat, repaired it, etc.  Any Ideas?

    I can't use acrobat XI at all, so ive resorted back to plain Reader X even though I pay for the Acrobat Pro.  I have a new Samsung laptop with 6GB dual drive RAM and Windows 8.1 - 64 bit.  That should be enough to run Acrobat

    Hi Ryan ,
    Please follow the below mentioned steps and see if that helps.
    Delete all the files from following folders:
    C:\ProgramData\Adobe\SLStore
    C:\Program Files (x86)\Common Files\Adobe\SLCache
    And, delete all files from following folder except cache.db
    C:\Program Files (x86)\Common Files\Adobe\ Adobe PCD
    Launch the product and activate again with new serial number
    Or you can try these as well .
    Please disable protected mode and try.
    Disable Enhanced Security option.
    If possible, Uninstall and re-install Acrobat.
    Regards
    Sukrit Dhingra

  • I am Apple Fans. But I am totally diappointed by iPhone 5. I am using iPhone 5 and find the Apps not compateble with the software. Their pages are having 2 big black banner at top

    For iPhone 5 with IOS6, all Apps appear ugly page on the screen. There is 2 black banner at top & bottom of the screen. It is totally acceptable.
    I am your Apple Fans. But this phone make me extremely dissatisfied.

    If "It is totally acceptable" why does "this phone make me extremely dissatisfied"?
    You must have a white iPhone 5.  With a black one the black bars are not so obvious.

  • I have multiple libraries in iPhoto. When I follow the instructions User/Pictures/iPhoto library/Show package contents/Master /Duplicate I have no problem. When I go thru the same sequence but with iPhoto Galapagos I cannot duplicate its master file. What

    I have multiple libraries in iPhoto. When I follow the instructions:  User/Pictures/iPhoto library/Show package contents/Master /Duplicate I have no problem importing these image. When I choose the file titled...Pictures/iPhoto Galapagos I am unable to show package contents/Master and duplicate the images in this file. What am I doing wrong?
    Thanks

    have multiple libraries in iPhoto. When I follow the instructions:  User/Pictures/iPhoto library/Show package contents/Master /Duplicate I have no problem importing these image. When I choose the file titled...Pictures/iPhoto Galapagos I am unable to show package contents/Master and duplicate the images in this file. What am I doing wrong?
    Thanks

Maybe you are looking for

  • Loss of sound half way through playing a vid clip

    Hi there people. Wonder if you can help. I have had my awsome N95 for a month now and have just loaded the nokia suite. I have sent video clips ranging from 4 seconds to 3 minutes to the phone that were taken on a Samsung 8mp camera but after exactly

  • Java IDoc adapter in PI 7.3?

    Hi Gurus, As there has many new features added in PI 7.3 version,anyone advise how to test its IDoc(java) feature via some scenario?or suggest some scenario to assess the IDoc adapter based on java functionality. Any comment would be much appreciated

  • Consolidation in special posting period

    Hi All, I am using the Fiscal year variant April to March with 4 special posting periods in ECC. I am using the same in BCS too. I am taking the data through LFDS with posting period move. I am using quarterly consolidation which is period 3, 6, 9 an

  • External Mail SMTP

    Hi, I want to use my mailserver from my iPhone. I have set Mail Relay on only my internal IP range. And SMTP autentication. When i try to acces my mail server from the iPhone i can't connect unless i'm on my Wifi. Do i have to disable mail relay to g

  • RFC SDK connect call fails for NW2004s SPS13 if password in lowercase

    Hi all, I am running a sample rfc program on solaris m/c. SAP server details 2004s SPS13 I am using a communication user to connect to server using RFC SDK. If i connect to the server with password in smaller case it gives aerror message "Name or pas