Invalid Mapping with SIT for an outport inside a subsystem in a the simulink model.

Hello everybody,
I am trying to use SIT to target simulink models on a PXI target.
The simulink model contains a subsystem with an outport. I have created
a mapping between the signal coming out of that outport to a waveform
chart on the host VI. The mapping works fine when I run the model on
the local host but becomes invalid when I target the dll to a pxi
target.
I have been able to create a very simple simulink model and host VI
that is mimicking this problem. This model does
not do anything useful and is made to only demonstrate just this problem. I am attaching the model and the userinterface here.
Note:
I have already taken care of the fact that I can not use signal storate
reuse, block reduction and also cant use linked or linked+masked
subsystems. A testimony to this is the fact that I am able to create
mapping with other signals in the subsystem. Also outport is a virtual
block in simulink so I have created a testpoint on the signal going
into the outport to be able to probe it.
Any kind of suggestions would be appreciated.
Thanks and Regards,
Vicku.
Attachments:
files.zip ‏77 KB

You have two options to be able to probe this signal in the subsystem that should work fine for this small example you posted. Let me know if they also apply to your actual model.
You have the outport itself set as a test point currently in your subsystem block. Try setting the wire coming out of the subsystem outport as a test point and then rebuilding your dll. That should make the outport signal probable.
Instead of probing the actual outport, you could probe the signal in the subsystem that is wired into the outport. In the case of your example that would be using_subsystem/Subsystem/Sum1:1.
Hope this helps!
Message Edited by Jarrod S. on 08-23-2007 10:59 AM
Jarrod S.
National Instruments

Similar Messages

  • Help! (please :) I have a 1GB iPod that's loaded with music for which my computer can no longer find the original files-due to external mass storage crash during recent move. Is there a way to import iPod music back into my iTunes library on computer???

    Help! (please I have a 1GB iPod that's loaded with music for which my computer can no longer find the original files-due to external mass storage crash during recent move. Is there a way to import iPod music back into my iTunes library on computer???

    Or If there is any purchased music then you can try to transfer purchases
    http://support.apple.com/kb/ht1848
    If you're in the US you can reload purchased music
    http://support.apple.com/kb/ht2519

  • One of my imported MOV files turns "black" after editing with it for a time and I can't retrieve the images. This has happened three times, only this file. The placeholder is still there. Files are fine on hard drive. What gives? how to stop this?

    One of my imported MOV files turns "black" after editing with it for a time and I can't retrieve the images. This has happened three times, only this file. The placeholder is still there. Files are fine on hard drive. What gives? how to stop this? is in final cut pro 10.1.4

  • I need help with searching for an image inside another image

    I need to write a program that checks for a specific image (a jpg) inside another, larger, image (a jpg). If so, it returns a value of true. Can anyone help me?
    Winner takes all. First person to solve this gets 10 dukes.
    Please help.

    Hi,
    I would use a full screen image Sequence made with png for transparency and put your article behind. no auto play, stop at first and last image. and information for swipe to display article.

  • Is it proper for an application module has 300 views in the data model?

    Based on my understanding, all view object instances are initialized at the same time as the application module.
    It follows that when an application module is associated with a user session, the queries of each view object in the data model are executed.
    ie. if the data model has 325 view object instances, 325 queries will be executed.
    This doesn't seem efficient:
    1. As each user session only need to access a subset of the view objects (for examples 35 views), the rest of view objects need not be instantiated for that session.
    2. Performance may be slow on executing all 325 queries at one time, even worse when some queries are complex queries.
    Am I correct on this?
    In this case, will it be better to instantiate the view objects using the view object definition at runtime instead of adding all of them to the application module at design time?

    No, that's not the default behaviour.
    Assuming you're talking JDev 11, the AM on it's General tab as a Tuning option where you can set the loading of the VOs to Lazy or Non-Lazy, Lazy is the default. In turn each VO on their General tab also has a Tuning option of similar nature.
    Online documentation says:
    Lazy LoadingSelect to choose lazy loading. In this case, the application module instance is created without any of its components. Your view object and nested application module instances will not load until the first time they are used. For example, when lazy loading is enabled, a view object is instantiated only when the application accesses it. This will make start-up time faster.
    Non-lazy Loading
    Select to choose non-lazy loading. Your view object and nested application module instances will load when the application starts up. For example, suppose the application module you are editing defines three view objects and two nested application modules (which appear in the Application Module Instance section of the Data Model page over the application module overview editor). When lazy loading is disabled, the application module instance is created together with all three view objects and both nested application modules.>
    So in essence as you describe for each session, if we're using the Lazy setting, even though you have 325 VOs within an AM, if the user within the session only visits 35 queries, only 35 queries should fire.
    Does this help?
    CM.

  • Ironport mapping with outlook for encryption

    For encryption ,
    If the user is sending mail from the microsoft outlook, and sending as a confidential mail, then is it possible to trigger this mail on ironport by configuring any policy and get encrypt at the recipient end.
    Regards,
    wajid dabir

    You can accomplish this from Outlook by using the Outlook Encryption Plug-in, or by setting up a content filter on your appliance and using subject line keywords to accomplish encryption.
    1) Create a content filter under Mail Policies -> Incoming Content Filters -OR- Outgoing Content Filters, with the following properties:
      Condition:
          Subject Header: Contains: (?i)\[SEND SECURE\] -OR- (?i)\[encrypt\] -OR- (?i)\[keyword of choice\]
      Action:
          Encrypt and Deliver
    (example from web GUI):
    Condition details:
    Actions details:
    * Q: Why does the output reflect as “\\”?  You will need to have the line written as:
    (?i)\[SEND SECURE\] 
    This will AUTOMATICALLY convert to show as:
    subject == "(?i)\\[SEND SECURE\\]” 
    * Q: What does (?i) do?  Case insensitivity.  Allows for “[SEND SECURE]”, “[send secure]”, “[SeNd SeCuRe]”, etc.
    2) Enable the new content filter for all relevant policies under Mail Policies -> Outgoing Mail Policies
    3) Submit/Commit the changes 
    I hope this helps!
    -Robert
    (*If you have received the answer to your original question, and found this helpful/correct - please mark the question as answered, and be sure to leave a rating to reflect!)

  • [SIT 5.0] Problem with running Simulink model dll on RT target

    Hello!
    This a continuation of my problem described here: http://forums.ni.com/ni/board/message?board.id=170&thread.id=431616
    At the moment I am using following versions of software:
    LabVIEW 8.6.1
    LabVIEW Real-Time 8.6.1
    NI-RIO 3.1.0
    Simulation Interface Toolkit 5.0.0
    Microsoft Visual C++ 6.0
    MATLAB 7.4.0 (R2007a)
    NI cRIO-9014
    I have done everything mentioned in http://digital.natinst.com/public.nsf/$CXIV/ATTACH-AEEE-7JSQXS/$FILE/readme_sit_vxworks.txt
    After that I was able to build nidll and nidll_vxworks using Matlab. Then I have configured SIT Connection manager, mapped controls and indicators, selected model dll etc. But when I have tried to deploy it on RT target I got following error message:
    Initializing...
    Calculating dependencies...
    Checking items for conflicts. This operation could take a while...
    Preparing items for download. This operation could take a while...
    Deploying NI_SIT_Replay.lvlib
    Deploying NI_SIT_driversupportVIs.lvlib
    Deploying NI_SIT_ClientConnMngr.lvlib
    Deploying NI_FileType.lvlib
    Deploying NI_SIT_Data Log.lvlib
    Deploying XDNodeRunTimeDep.lvlib
    Deploying NI_SIT_util.lvlib
    Deploying NI_SIT_SITServer.lvlib
    Deploying project01_Driver.lvproj
    Deploying NI-cRIO9014-00E9D6B1(successfully deployed target settings)
    Deploying MD5Checksum pad.vi(8,86 K)
    Deploying NI_SIT_Replay.lvlib:Read Select Data Packet FIFO.vi(24,89 K)
    Deploying NI_SIT_driversupportVIs.lvlibIT Driver FP Strings.vi(2,39 K)
    Deploying NI_SIT_Data Log.lvlib:Allocate Data Log State Machine Buffers.vi(10,17 K)
    Deploying compatWriteText.vi(9,04 K)
    Deploying NI_SIT_Replay.lvlib:Wait for Ack.vi(5,29 K)
    Deploying NI_SIT_SITServer.lvlibITs Read Data Buffer.vi(20,24 K)
    Deploying NI_SIT_ClientConnMngr.lvlib:Find Channel.vi(8,23 K)
    Deploying NI_SIT_Data Log.lvlib:Get Current Configuration from Queue.vi(9,46 K)
    Deploying NI_SIT_Data Log.lvlibend New Group Probe List.vi(5,82 K)
    Deploying NI_SIT_Replay.lvlib:Write to Active FIFO.vi(8,71 K)
    Deploying NI_SIT_Replay.lvlib:Create Configuration FIFO.vi(6,29 K)
    Deploying NI_SIT_driversupportVIs.lvlib:sit Microsecond Timer.vi(9,62 K)
    Deploying NI_SIT_Data Log.lvlib:Get All Configurations from Queue.vi(9,30 K)
    Deploying NI_SIT_Data Log.lvlibwitch Active Configuration.vi(9,77 K)
    Deploying NI_SIT_Data Log.lvlib:Update Current Configuration Log Filename.vi(8,85 K)
    Deploying NI_SIT_SITServer.lvlibITs Send Packet.vi(26,80 K)
    Deploying Invalid Config Data Reference.vi(2,86 K)
    Deploying NI_SIT_driversupportVIs.lvlibIT Set Project Directory Path.vi(16,94 K)
    Deploying NI_SIT_Replay.lvlib:Update TCL Position FIFO.vi(16,39 K)
    Deploying XDNodeRunTimeDep.lvlib:loadlvalarms.vi(32,39 K)
    Deploying NI_SIT_driversupportVIs.lvlibIT Task Loop.vi
    Failed to download NI_SIT_driversupportVIs.lvlibIT Task Loop.vi
    LabVIEW:  Failed to load shared library SITs.*:TaskTakeOneStep:C on RT target device.
    Deployment completed with errors
    I was hoping that upgrading my software will fix all problems. But sadly, it didn't. Any idea? Many thanks for help!

    Hello,
    I also had quite a lot of problems using Labview 8.6.1, RT and SIT 5.0.1. I upgraded a software using Labview 7.1 and SIT 2.0.3 beeing used for 5 years now and it was real pain.
    I not using the SIT as you are (just load the model from a DLL, use a timeloop to step the model and finally close the model) but it seems that SIT 5.0.1 has a bug (confirmed recently by NI tech support) concerning inputs and outputs if you are using an array.
    It seems that if you use an array for the input during the transcoding of the simulink model to the DLL an index is not well taken into account resulting in a model not beeing able to read its intputs. In my case whatever the inputs data could be the outputs were always 0.
    The model has been changed to use only scalar data and everything works fine, ... well using the developpement software :
    I cannot generate an RT target executable as during the deployment it fails all the time.
    I saw once a message concerning SIT VIs deployment errors and it happened shortly after i upgraded my target : SIT 2.0.3 was still installed after SIT 5.0.
    I spent a few years without updating Labview and i am amazed at how many problems occurs with all versions above 8.0.
    Good luck,

  • Issue in Color Theme on the map with ADF geographic components

    I am facing an issue in bringing up a map using color theme .I can able to bring up a map with color themes using geographic components feature in ADF.
    The problem here is 'Edit Color Map Theme' dialog which lists Map Theme in five categories like continents,counties,countries,states_abbrev,states_names.
    we had implemented map using Color Theme based on the states_abbrev and found it was working properly.
    But after some days we found that the settings we made to work for the map no longer works and resulted in no color theme on the map being displayed on the page.
    It was found that the states_names works properly instead of states_abbrev by that time.
    But again after some days it didnt work with state_names and we revert back our code to follow state_abbrev so as to get the desired result.
    Does somebody know where is the problem and how to approach this issue?

    Quick Install is gone.
    Database repair doesn't work.
    Color coded categories is gone, and as you've discovered Theme colors are gone.
    Print to Excel is gone.
    Many desktop clients that worked with 4.2 do not work.
    It won't work with legacy devces.
    and others.... There are lots of complaints about 6.2 scattered around the forums.  Personally, the HotSync manager keeps forgetting the connections I've set, and goes to default views.
    You aren't missing much of anything, IMHO.
    WyreNut
    Post relates to: Centro (AT&T)
    Message Edited by WyreNut on 02-20-2009 12:18 PM
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Mapping one site collection to one record center

    hi,
    i would like to map one site collection to one record center
    is it possible 
    assume , am having  10 site collections, and if i create 10 record center site collections , how can i map these 10  site collections to 10 record centers.
    help is appreciated!

    Hi  Benjamin,
    Yes, you can map one site collection to one record center. Here is the steps you can refer to:
    Configure Send to locations for your Records Centers.
    Allow for sending outside the site.
    Create Content Organizer Rule to send to a record center for your Site  Collections.
    For more information, you can refer to the blog:
    http://blogs.msdn.com/b/mcsnoiwb/archive/2010/03/04/route-records-to-other-site-collections.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Wrong 5.1 speaker mapping with X-fi on Win7 x64

    /Wrong 5. speaker mapping with X-fi on Win7 x64?Hi,
    I got the X-fi Platinum connected to my Onkyo SR605 receiver. Digital (spdif) connection works fine, but the analogue 5. setup not.
    When I test the speakers in the Console, I only get sound from the front speakers (LF, C, RF), and no sound from the 2 back speakers (LR, RR). (I got no sub connected).
    However, when I select 7. speaker setup instead of 5. in the console, the left and right side speakers which are added give sound when click the icon for testing. Now this sound comes from the back speakers (LR, RR)!
    I want this sound coming from the rear speakers with the 5. setup selected, and not with 7..
    It looks like somehow the software is outputting the wrong channels...
    All cables are connected the right way, and I don't want to change the speaker connections on my receiver (which supports 7.). That would mess up the spdif DTS bitstream out, which is working fine. The problem is in the x-fi configuration.
    Is it somehow possible to "re-map" the speakers in the software, so that I can just setup the x-fi as 5. WITH sound from my rear speakers?
    I got the latest Creative drivers installed, on a Windows 7 x64 system.

    When setting up the speakers in Media Center, here's all it asks, step by step:
    Select number of speakers (radio button choice of 2 speakers, 5. speakers [which I have selected], and 7. speakers)
    Hit next
    What type of cable connects PC to speakers/receiver? Single mini-plug [analog](which is what I have selected, since I'm connected through a green, black, and orange miniplug [6 channel direct]), dual RCA [analog], single RCA [digital], Toslink [digital], or Built-in [laptop]
    Hit next
    Audio test. It plays 6 tones, they're supposed to hop from speaker to speaker and finally to subwoofer. Only the front center, front left, and rear right play any kind of sound during the Media Center Audio Test. Front Right and Rear Left get nothing at all.
    Ok, I tried messing with other settings. I noticed in the THX setup console, I have it plugged in exactly as illustrated (orange plug in port closest to AD_LINK, black in the middle, green on the end), and had it plugged in the same way on my Z-5500 receiver (color coded). I unplugged every speaker except the Center speaker, and I clicked the center speaker in the illustration, and didn't get a sound. When I clicked Front left, the Front Left voice came out of the center speaker, being the only speaker that's plugged in.
    What do I have to do to make it designate the correct speakers to the correct locatons?
    Is there some kind of codec I'm supposed to be using in order for 5. to work correctly? Because at the moment I only have the center speaker plugged in to the subwoofer's center speaker connector, and the orange minijack from the orange receiver port to the correct port on the X-Fi as illustrated in the THX Setup Console, and it's only playing Front Left's sound. Is there a codec I'm supposed to be using, and if so, where do I get it'sMessage Edited by Guanthwei on 0-29-2006 02:3 PM

  • I have a iMac that wont start up after it sits for a short time

    I have a iMac that wont start up after it sits for a short time. I changed out the hard drive and reinstalled Leopard. If I mess with it a little I can get it to start up usually by repairing the hard drive with another computer, one time I just held down the P-R-option and command keys and it worked. Once its on it will restart no problem but if it sits for and hour or so it will get stuck either in the grey screen or blue screen. I also pushed the smu button but didnt work. Please help? Thank you.

    For this type of question, we need to know which iMac you have. This forum covers G3, G4, and G5 iMacs that have different hardware, and any recommendations are better handled if people know which you have. For starters, do "About this Mac" from your Apple menu and look at teh processor type.
    You also need to tell us the version of the Mac OS you have, also avaiabe from "About this Mac.
    If the processor type says "Intel," you have a newer iMac that this forum covers and should report in the area for current iMacs here:
    iMac (Intel)

  • How can i create an itunes u site for UAE university? Plz help

    Dear,
    I live in DUBAI - UAE, and we need to creat a itunes u site for our university. It is one of the largest universties of the region.
    But when i go to create a site, in country list i don't find name list of limited countires, and UAE isn't there.
    Can you please help me in this regard.
    Many thanks,

    Sorry, but iTunes U is not available in the UAE, so you cannot set up a site for your institution. When, or indeed if, iTunes U will ever be expanded beyond the countries in which it is currently available is something none of us here can say.
    Regards.

  • What is the best site for Safari release schedules

    My group has the responsibility for performing browser compatibility testing.  I am looking for the best site for tracking Safari release schedules, so we might be able to plan our testing cycles using the latest Safari versions for Windows and Mac.   Can anyone point me to the best site for this information?

    https://developer.apple.com
    The best resource for all Mac development.
    Apple has ended support for Safaro for Windows so you can scratch that off your list.

  • Using share function with Site Groups

    Hi,
    When we share a file with someone in SharePoint 2013, the user will receive an email generally.
    I have observed that when we put a sharepoint group rather than a single user in the sharing pane, the email doesn't go to everyone in the group.
    Can we configure it so that an email is sent out to everyone in the group. In other words to entire group.
    Thanks.

    Hi Prajk11,
    In SharePoint 2013, the ‘Share With’ function cannot send emails to groups, can only send to individuals. It is by design. The only workaround I found is that we use Share With function for each people in this group instead of the group.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • After i designed a website for desk top how do i save the site for cell phone

    after i designed a website for desk top how do i save the site for cell phone use

    I don't think you can simply save a desktop design as a cell phone design.  While in Muse and in the site plan view for you website you should see three tabs near the top of the page.  If you click the "Phone" tab, you will get a pop-up dialog box asking which element you would like to copy over from your desktop site (if any).  You must then design the site for cell phone use.  You can use the same objects, pictures, etc. from your desktop site and Muse should automatically optimize those elements for phone use.  However, Muse does not automatically take a desktop design and create a cell phone design from it. 
    As I understand it, Muse uses user-agent detection to decide which site it wants to display to the user. You however, need to create the different versions of your site so that Muse can apply a specific design for the intended use.

Maybe you are looking for

  • Logon Error Message ( HTTP to RFC )

    Hi all, While  I am practicing HTTP to RFC Scenario.. When I  SEND data from test client ..It is asking for SAP Web Application Server (SID) User ID and Password.. When I am giving my XI ID and Password ( and also i tried BASIS ID ,J2ee_admin, Even i

  • Import  invoice

    Dear  Friends, I  have created import PO  with   import conditions  like, Basic customs duty,  cess   , CVD   & Additional  customs duty  Etc,  while doing   Invoice verification  for  custom vendor   the  PO Conditions are picking up   but the  PO 

  • Hp officejets 8500a

    I have 8500 officejet pro.  It appears error code when I fax.  Unable to send or receive faxes

  • RMIConnection Disconnected

    Hi, I have a session bean that is used by a JSP for login purposes. When I deploy those on Oracle AS 10g and try to run it I get a message: "javax.naming.NamingException: Disconnected: RMIConnection Disconnected". But only the first time. If I try to

  • How to install dreamweaver, running on my old mac, on my new mac.

    I want to install dreamweaver, running on my old mac, on my new mac. I do have the product number. Where do I go in order to download the complete version, i.e. not the trial one. Dik Bakker [email protected]