The connecting of a different project to the target interferes with the startup application setting

Hi folk,
I have developed an application that runs on a WSN gateway 9792 and accesses the nodes dynamically. The application is compiled and deployed as startup application. Everything works fine and the application starts on boot.
Now, I am trying to test the effects of different settings of the nodes, for that I have created a new project on which I have added the gateway with all the nodes of the compiled application.
Step 1
As I connect to the target, a pop up windows opens to resolve the conflict due to the presence of a running application. On the windows I press OK and all VIs on the target are closed, and the connection is applied and deployed.
Without other actions on the target or nodes, I disconnect and reboot the WSN gateway 9792.
The real-time application installed on the gateway, as startup application, does not starts on boot !!!
Step 2
If I do the following:
- open the project who belongs the real-time application;
- connect and disconnect the gateway (without actively deploy the code);
- and reboot,
this time, the real-time application, installed on the gateway, starts on boot.
How I have to operate to have the real-time application running on the end of Step 1, without have to perform Step 2?
Thanks,
Asper

Hi,
these links could help you.
http://digital.ni.com/public.nsf/allkb/8B0772F1E926C55D86256EE900778BDE?OpenDocument
http://digital.ni.com/public.nsf/allkb/B37FA04A1CB84B6C862571A30060EF03?OpenDocument
Best regards,
Enzo 

Similar Messages

  • Copy data from one application to another in the same application set

    Hello everyone
    i hope you are all fit and fine
    i have a little question
    i have my source application with accounts
    and in my destination application, some accounts are like AppSource.Account1+AppSource.Account2 etc...
    when i write the logic
    i have to rename the dimensions both applications have in common
    use the instruction *skip_dim for the dimensions which are in the source application but not in the destination one
    and use instruction  *add_dim for the dimensions available in the destination app and not in the source app
    is that right?
    and can i write *add_dim dimension_name=all or do i have to precise a base level member
    and after that i wan simply use instructions like
    when AppSource.Account
    is Account 1, account 2
    rec (appDestination.Account)
    is my procedure correct please especially the syntax of *add_dim dimname=all?
    thanks a lot folks
    take care

    Hi Clarie,
    Your understanding is correct, except that you need to give precise baselevel member in *add_dim as you can not write data to parent member and regarding
    AppSource.Account1+AppSource.Account2
    This logic will work,
    *destination_app = appDestination
    //list add_dim,skip_dim,*rename_dim
    //assuming name of account dimension in source app is account
    *when account
    *is account1,account2
    rec(acct=account3)
    //acct is name of account dimension in destination application
    //where account3 is the member of destination application account dimension to which sum of account1 and account2 are to be written
    Hope this helps,
    Kranthi

  • Different settings for different projects

    Hi,
    I'm wondering why it is that Final Cut Pro cannot keep different AV setups and scratch disks for different projects. I am working with several different projects on my computer. Some in PAL, some in NTSC, some capturing from Betacam, others from DV, and all having different capture settings, including different scratch disks.
    Every time I open a different project, I have to reset every one of these things...you'd think it was an incredibly basic thing to have these things "remembered" by project, so that you didn't have to reconfigure everything every time you switched (even with making an Easy Setup it's a pain). Or maybe it IS incredibly basic and I'm just missing something?
    Thanks in advance for shedding light on this subject!
    Nayeli
    17 PowerBook G4   Mac OS X (10.4.4)   1GB RAM
    17 PowerBook G4   Mac OS X (10.3.9)   1GB RAM

    Thanks for the response...that is a good suggestion, I might try that if it turns out to be quicker to switch user than to switch settings each time.... I'll have to think through the implications, like permissions and such, to make sure I don't dig the hole deeper. But I like the idea because I do need to digitize to different drives as they get disconnected from my system and travel to different places, heheh...
    This is something I've hated about FCP for years and years...today I was thinking about it and thought, it can't be, it's just such a basic thing, available in so many applications...I must be wrong and there must be a way to do it that I don't know about! I mean, for me it's enough to want to take the Pro off the end of Final Cut Pro. For people who use this tool in the industry I'd say it's almost a must-have. I mean, you can work without it, but it IS a big pain!
    In any case, thanks for your help!
    17 PowerBook G4   Mac OS X (10.4)   1GB RAM

  • Startup application doesn't start on cRIO (work fine on the target with LV RT)

    Hello!
    I have a application (running on a cRIO-9075) that is communicating with a GPS via RS-323 (using NI-9870).
    I can run the code without problems with LabVIEW RT on the target but when I build the executable and setting it up to run at startup it doesn't run.
    If I remove the GPS code, the startup application will run fine. As soon as I put back the GPS code, it will not... I see that looking at a Heartbeat shared variable (no heartbeat when the GPS code is there). Also, the startup application will not run if the GPS code is there even if that code is disabled...
    I have attached a screenshot of the code and one of the software installed on the cRIO for more clarity.
    I'm using LabVIEW 2011.
    Thanks in advance!
    Vincent
    Attachments:
    GPS Code.PNG ‏10 KB
    Software on cRIO.PNG ‏22 KB

    Hello,
    Sorry for the late response.
    I was able to make the application work for some time and for an unknown reason, it's not starting anymore. I made a change in the code and the problem is now back.
    The code still work as expected when launched using LabVIEW (arrow button).
    The output from the console is attached to this message, everything seems fine to me but maybe I'm missing something.
    I've looked at my code and I can't find any unreachable code (case structure or disable structure).
    I don't know if it might be related but I'm also getting the famous 1502 error (cannot save bad VI without block diagram) so I have to enable debugging to be able to build my application (which doesn't start afterwards).
    Any ideas?
    Thanks
    Vincent
    Attachments:
    App_NOT_Starting_Correctly.txt ‏3 KB

  • I have a used mac computer. I want to sync and update my iphone. Currently itunes tells me that my iphone is connected to a different itunes account. How do I make itunes sync and update my phone without deleting all the current information on my phone?

    I have a used mac computer. I want to sync and update my iphone. Currently itunes tells me that my iphone is connected to a different itunes account and will sync, but delete everything from my phone. How do I make itunes sync and update my phone without deleting all the current information on my phone?

    Iphone will sync with one and only one cpomptuer at a time.  Syncing to another will erase the current content and replace with content from the new computer.  This is the design of the  iphone.
    It will erase the content when you sync.
    Why not update from the comptuer with which you normally sync?

  • JDBC connection to two different machines from the same program

    I want to use JDBC to connect to two different databases that are on two different MySQL installations on two different machines.
    One of the installations is MySQL 4.1.12 and the other is 4.1.14-nt
    For some reason, all my statements seem to be going only to one machine, even though I am very clearly set it up to go to two different machines.
    Does anyone know whether connecting to two different installations from one program presents any unusual problems?
    Thanks.

    Unless there is some horrible defect in the MySQL JDBC driver (which I doubt!), there should be no problem and like the other poster says, please post snippits of your code so we can see what your doing...

  • Hey guys. I saw that the apple TV is only $99. So my question is whether the apple TV is an actual TV or if its just a box you connect to a different TV? thanks!

    Is the apple TV an Actual TV or is it just a box you connect to a different TV? thanks!

    "Is it an actual TV?"
    Ha ha ha... it's good to see some humor on the boards once in a while.

  • How do I view multiple images from different projects at the same time?

    Hello
    I've been trying to find the answer in the user manual, but no luck so far.
    I did find how to open 2 projects at once, but I can only see one image at a time in the viewer and I have to keep going back and forth between projects to compare images. (These are scans of old photos and I want to eliminate the ones that are poorer quality, so need to compare numerous images from 2 sets of scans)
    How can I view an image from one project at the same time as an image from another? I know that it can be done in the same project by apple-clicking the second, third etc image, but this doesn't work if the images are from different projects.
    Thank you
    Elizabeth

    Thank you again Tony
    I've now created an album, independent of the projects, and dragged test images into it and it does just the job I needed. Now i just need to keep my brain sorted with which ones are which while i'm working
    Elizabeth

  • Unable to establish connection to a different ssid in the same network

    Not sure if you guys can help me on this. Been having this problem on trying to establish connection on a new ssid thats is to be implemented.
    It have no problem getting a connection on SSID 'A' but just refuse to connect to SSID 'B'(which are both on the same network). Generally only abt 5-10 notebook are having this problem all using diiferent brand notebook(Acer,IBM,HP).
    I had check the hardware settings inluding updating all the wifi drivers and found that all settings are ok but problem still there.
    I had trying looking in at the logs using the following command in the access point(a mix of 1130 and 1200 series):
    debug radius authentication
    debug dot11 aaa authenticator process
    debug dot11 aaa authenticator state-machine
    and found that it seems to keep restarting the whole link establishment when it show a
    " RADIUS: Session-Timeout [27] 6 60"
    I tried to make changes to the timeout session at cisco ACS server but the session time set given more than enough time....
    At this point i am sure the problem lies either in AP or ACS but not sure which.
    Any advice on how to go abt with this problem.

    It is only affect abt 10-15 laptop users. The ssid are assign to different vlans and had tried to delete all existing ssid setting and recreate the ssid 'b' as its only ssid.
    I got 2 of the user to try it on a spare laptop and it work. Thus eliminating window domain account as the cause of the problem.
    Here the whole session process, from the debugging log(posted previous post) in the ap(hope its not too confusing)
    1)From the AP side i can see that the laptop is communicating to the AP and AP to cisco ACS.
    2)Cisco ACS receives the request and reply with a challenge to the laptop via the ap. Laptop reply the challenge with login info.
    3)Its from the AP to cisco ACS where i feel the problem lies where the ap sent the info to cisco ACS, i am not sure if the problem lies with the ACS or the AP.
    Now i am left with its either the window OS(meaning rebuilding the whole OS, which i would like to avoid), hardware(which i find unlightly as other hardware with the same build and drivers have no problem.) or the AP and cisco ACS.
    I am now piling thru the cisco online documents, tediously trying to find bits and pieces of clues.
    Really hope you guys can help out on on this and thanks in advance.

  • Everything I own (iPad, iPhone, mac) is set up on wi-fi.  when i bring my work computer home (dell laptop), I cannot get it to keep the connection in a different room. All my other devices work.... does anybody know what i am doing wrong? please help!

    Everything I own (iPad, iPhone, mac) is set up on wi-fi.  when i bring my work computer home (dell laptop), I cannot get it to keep the connection in a different room. All my other devices work.... does anybody know what i am doing wrong? please help!

    Windows drivers for Intel wireless cards are known problematic.. If you have plenty of signal and it still cannot keep or hold the connection the issue can simply be the type of wireless.
    Another problem is using names that windows does not easily handle.
    eg If you set the TC using apple names, like
    Fred Blog's Airport Time Capsule wireless24ad12
    Then to windows this is too long.. it has spaces and it has illegal character.
    Change all names on the TC to suit windows. Short, no spaces and pure alphanumeric.
    Also security must be suitable.. I have no idea how old or what OS your dell is, but if you still have issues.. pull off the security on the TC for a test.. if the computer suddenly works, it is not compatible with WPA2 AES. Make sure you also use a password that is mix upper and lower case plus numbers.. avoid special characters and make it 10-20 characters long say.. it is not required to be more than that unless you are paranoid.

  • Spontaneously different projects show pictures (only virtual) hiding the true ones present in other project. clicking on the virtual one appear the era one

    Spontaneously different projects show pictures (only virtual) hiding the true ones present in other project. clicking on the virtual one appear the era one

    Thanks for your kind interest. The problem seems to be solved. In practice it was a picture (which I have defined virtual) which appeared in the project instead of the one I uploaded. The false images came from other projects in the same library. When I went to click on this false picture, it opened the right file of the image that I had loaded.
    I solved the problem with the  function "new version from original" applyed for each of the files having this double faces.

  • I want to be able to totally block the FaceTime functionality in my home network.  I would like to do this at the router level.  Does anyone know the hostname or IP address that the FaceTime application uses? Or which port it connects to?

    I want to be able to totally block the FaceTime functionality in my home network so my 4 kids aren't using the Facetime feature- It was easy for Skype just had to enter the work Skype on my Router Security list- and it denies access. I would like to do this at the router level for FaceTime? Only site I find in init.ess.apple.com - is this the startup site for Facetime?   Does anyone know a site I can block, hostname or IP address that the FaceTime application uses? Or which port it connects to?

    I would presume so, but it might be worth your while to experiment and play around with different combinations to see if you can block FaceTime while keeping Game Center open.  Good luck!

  • After working fine for several months, my iPhone 5 has started dropping bluetooth connectivity for 2 to 5 seconds at a time with my Sony MDR-1RBT headphones.  The headphones work fine with other devices.  I haven't moved to ios7 yet.  Any ideas?

    After working fine for several months, my iPhone 5 has started dropping bluetooth connectivity for 2 to 5 seconds at a time with my Sony MDR-1RBT headphones.  The headphones work fine with other bluetooth devices.  I haven't moved to iOS7 yet.  Any ideas?

    What user troubleshooting have you done on the phone? The steps are restart, reset, restore from backup, restore as new. Understand that a restore will put the latest iOS on your device. It is also possible there is a hardware fault on the device and the Bluetooth is failing. Anything is possible given the scenario you describe.
    And as far as iOS 7.x is concerned, we have 5 different iPhones here at home, all with the latest iOS, a 4, 4s, 5c, and 2-5s and all are working just fine. So, a blanket statement such as the one provided by the other poster is not completely true. Others are not having any issues at all either.

  • How can i change the class in the Class Library project to be static or public so i can use it from the windows application project ?

    First i know that when i make any changes to the class library project i need to rebuild the project then to remove the Capture.dll from the TestScreenshot project and then to add again the updated Capture.dll
    The problem for example in this case i'm trying to use a public static variable i add in the DXHookD3D9.
    In the DXHookD3D9 i added this public static variable:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    //using SlimDX.Direct3D9;
    using EasyHook;
    using System.Runtime.InteropServices;
    using System.IO;
    using System.Threading;
    using System.Drawing;
    using Capture.Interface;
    using SharpDX.Direct3D9;
    namespace Capture.Hook
    internal class DXHookD3D9: BaseDXHook
    public DXHookD3D9(CaptureInterface ssInterface)
    : base(ssInterface)
    LocalHook Direct3DDevice_EndSceneHook = null;
    LocalHook Direct3DDevice_ResetHook = null;
    LocalHook Direct3DDevice_PresentHook = null;
    LocalHook Direct3DDeviceEx_PresentExHook = null;
    object _lockRenderTarget = new object();
    Surface _renderTarget;
    public static decimal framesperhourtodisplay = 0;
    protected override string HookName
    get
    return "DXHookD3D9";
    List<IntPtr> id3dDeviceFunctionAddresses = new List<IntPtr>(
    framesperhourtodisplay
    The problem is i can't even get to the Capture.Hook namespace and not to the DXHookD3D9 from the TestScreenshot application window project.
    This is a screenshot:
    For example fro the FramesPerSecond class i can use it get to it from the windows forms application.
    namespace Capture.Hook
    /// <summary>
    /// Used to determine the FPS
    /// </summary>
    public class FramesPerSecond
    int _frames = 0;
    int _lastTickCount = 0;
    float _lastFrameRate = 0;
    Since it's public i guess.
    But if i will change the DXHookD3D9 class from internal to public:
    public class DXHookD3D9: BaseDXHook
    I will get error on the DXHookD3D9: 
    Error 1
    Inconsistent accessibility: base class 'Capture.Hook.BaseDXHook' is less accessible than class 'Capture.Hook.DXHookD3D9'
    And the BaseDXHook class:
    namespace Capture.Hook
    internal abstract class BaseDXHook: IDXHook
    protected readonly ClientCaptureInterfaceEventProxy InterfaceEventProxy = new ClientCaptureInterfaceEventProxy();
    public BaseDXHook(CaptureInterface ssInterface)
    this.Interface = ssInterface;
    this.Timer = new Stopwatch();
    this.Timer.Start();
    this.FPS = new FramesPerSecond();
    Interface.ScreenshotRequested += InterfaceEventProxy.ScreenshotRequestedProxyHandler;
    Interface.DisplayText += InterfaceEventProxy.DisplayTextProxyHandler;
    InterfaceEventProxy.ScreenshotRequested += new ScreenshotRequestedEvent(InterfaceEventProxy_ScreenshotRequested);
    InterfaceEventProxy.DisplayText += new DisplayTextEvent(InterfaceEventProxy_DisplayText);
    ~BaseDXHook()
    Dispose(false);
    How can i solve it so i can use the variable framesperhourtodisplay in the DXHookD3D9 class with the TestScreenshot windows forms application ?

    Hi,
    I dont know if it will work here, since I dont know the complete structure, but the base call must be public, if the derived class is public, so the base class is at least as accessible as the derived class.
    Try make the base class public. (And maybe the base-class IDXHook of the base also...)
    Or use a different approach and make only the properties public that are needed to be public by adding an extra class...
    A structure could look like:(you need to create a class thats public in your dll and expose a property, and set this property in the internal class...)
    In the Accessing class (here Form1)
    public partial class Form1 : Form
    public Form1()
    InitializeComponent();
    private void Form1_Load(object sender, EventArgs e)
    C c = new C();
    MessageBox.Show(B.F.ToString());
    and in the class Lib:
    internal class A
    public A()
    B.F = DateTime.Now.Millisecond;
    public class B
    public static int F { get; set; }
    public class C
    public C()
    A a = new A();
    (add a referenc to the class lib from the accessing project)
    Regards,
      Thorsten

  • Can't connect to the internet in my home yet other devices can. I tried it in other Wifi places and it connects without a problem. My home Wifi is with Att uverse

    Can't connect to the internet in my home yet other devices can. I tried it in other wifi places and it connects without a problem. My home wifi is with ATT Uverse. I cheched the IP address on my laptop and its different than on my Ipod although it on the same network.

    Move off WEP to WPA or, preferably, to WPA2 (as recommended by Apple). WEP has been deprecated by the WiFi Alliance since 2004 as insecure (it can be cracked in seconds by any hacker).
    Note that each device on a network has a unique IP address but if your address starts with 169 then you did not get a valid IP address assigned to you by your router. If restarting the router did not cure the problem then you should check for a firmware update for your router.

Maybe you are looking for