Call a. SOUTH in one. South

I'm having a problem asking one. File SOUTH in one. File ABOVE. I did it in the past and it worked but I have a problem with this now works.

What I did is created the interface 'Master' with buttons that will call the others. SOUTH programmes.

I work with DIAdem 2012 and I am on a network drive.

The command I use is:

DataReadPath="\\eares01.vib.com\vol2_07_data_sata$\data1-1\Shared\DIAdem files\program_Thermal\Thermal Cycle

Call SUDDlgShow ("Dialog1", "Myprogram_name_Plotting_Analog.SUD")

Any ideas why this won't work now?

Thank you in advanced for your help

Spidey

Thanks Martin

I tried this suggestion, but I'm still having a problem.

I have a strong feeling it's associated network...

I need to work this issue with my IT Department.

Thanks again for your help.

This forum is so helpful and I always get a quick response!

Spidey

Tags: NI Software

Similar Questions

  • Video is de-energized when on a call with more than one person

    Hello

    When I'm a Skype call to a video person works very well, but when there is more than one I can no longer see the other participants. There is also no button to end the call and the only way to get out of the call, it's be quiting Skype and it starts again.

    It used to work in the past and Skype was great if not sure whats going on. I'm on Win 10 64-bit with Skype version 7.25.0.106

    Someone at - it ideas?

    Your Skype is not always connected to the Cloud server.

    The correct State shall be:

    Status: NetStateConnected

    Check your hosts filein Windows, DNS/VPN/proxy settings.

    Try first to reset your Windows hosts file:

    https://support.Microsoft.com/en-us/KB/972034

  • How to call external functions without one. DLL (just using a.) H and. LIB file)?

    Hi all

    in fact, I am facing difficulties on how to get an external function is called in CVI (Version 2009).

    I was delivered with a. H file and a. LIB file to call an external function of my project CVI. The. H file looks like this:

    void exportedFunction(double *parameter);
    

    As far as I know, the external function was written with MS Visual C++ 6.

    So, I tried to link statically to the al extern like this function:

    -Add the. H file and the. LIB file to the CVI project

    -#include the. Folder H when I needed to call the external function

    -do the external function call

    During construction I get unresolved CVI external function call error, so this seems not work.

    I did some research autour and stood up with two possible problems. Maybe one of you can help me get a bit further and do work things out.

    (1) of the code of the 'real' function inside the DLL file that was not delivered to me. Or y at - it a way to get concrete results (calling external functions) with just one. H and a. LIB file (with none. Included DLL file)?

    (2) the external function does not export according to the rules of Style 'C '. The signature of the function in the. H file shows some things don't like

    extern "C" __declspec(dllexport) void __stdcall ...
    

    Or maybe it's a combination of these two issues (missing. DLL + bad export style function)?

    I guess I could get around the incorrect service export style when I managed to write a wrapper around the original function that actually uses Style C exporters. But I guess I need to the. DLL file for this test as well.

    Thank you very much for your answers.

    Best regards

    Bernd

    There is no need for the stuff of dllexport. There is also the option of a static library without any DLL.  But the "extern"C"' is essential, because it forces the C++ compiler, which was probably used to compile the library to use the C calling convention.

    If you are unable to ask the library vendor to provide a version that was compiled using C calling convention is the way to write a wrapper with VC ++ 6 around this library that functions using C calling convertion reexports. Something like

    extern 'C' myfunc1 type0 (type1 arg1,...) {

    Back to func1 (arg1,...);

    }

    for each function, you must use.

    BTW. "unresolved symbol" is the error message from the linker, you can expect if you try to bind the C code against a generation of library with the C++ calling convention.

  • Is it possible to join/merge two conference calls in MCU for one call in the same MCU

    Situation - endpoint is part of two meetings of MCU (with one call on hold).  I want to merge these two meetings to the MCU.  Is there a way.  MCU is 45xx series and this is a deployment of VCS - MCU.  Thanks in advance.

    No way to merge that I know, I've had similar scenarios and there is no automatic way to do it, the Conference, the participants will have to unplug one and join the other.  Multiway will not work because that is intended to the unique endpoints being transmitted to a MCU, no MCU is not lift themselves.

  • MuseJSAssert: Error calling function selector: TypeError: one is not defined

    An error occurs when an external script "MuseJSAssert: error by calling the selection function: TypeError: one is not defined" I use the Firefox browser. Help, please!

    Hello

    Try the suggestion given here Re: MuseJSAssert: error calling the function switch: TypeError: 'undefined' is not a function (assessment ' )

  • I can't answer a call with my watch. I can make a call but not answer one. The green button reacts but the watch does not connect with the phone.

    Watch cannot answer incoming calls.

    Hello

    To answer a call on Apple Watch, press answer. If you would rather press the button firmly, it won't answer the call.

  • call VB DLLs in one registry LW the dll and use invoke node

    Hello

    How is possible to call Visual basic labview DLLs. I read articles about it, I should do first of all a "open Automation" and "invoke the node."

    How can I tell witch dll will be used for the call? With the registration of regsrv32 or how?

    I downloaded sample application but does not work.

    Problem is solved.

  • Call a variable in one function of another

    Okay so here is the situation:

    I have a function that has a loop For inside.  Inside this loop for I am defining a button and calling another function, if you click on.  The question is (since I should not put functions within other functions) how can I get the variable being processed in the loop For to consider in the service that was already activated by pressing the button.

    lol sorry.  Here's the code.

    All variables are defined elsewhere in the code.

    function populateBox(DataInput:XML)

    {

    linkAmount = DataInput.country [boxPartNum - 1].link.length (); sets the amount of deployed links

    for (k = 0; k < linkAmount; k ++)

    {

    myLink = new LinkClass();

    box.boxMC.linksMC.addChild (myLink);

    define functions for links.

    myLink.addEventListener (MouseEvent.CLICK, linkFunction);

    }

    }

    now the function when the button is pressed.

    function linkFunction(event:MouseEvent)

    {

    trace (k);

    }

    I need to find the 'K' used in the loop For.

    What are my options?

    IF they are the movieclips then you can assign the value of k as a property of them dynamically.  You can retrieve this value in your event handler through the event argument that is passed to the function.

    function populateBox(DataInput:XML)

    {

    linkAmount = DataInput.country [boxPartNum - 1].link.length (); sets the amount of deployed links

    for (k = 0; k

    {

    myLink = new LinkClass();

    box.boxMC.linksMC.addChild (myLink);

    define functions for links.

    myLink.addEventListener (MouseEvent.CLICK, linkFunction);

    myLink.kValue = k;

    }

    }

    now the function when the button is pressed.

    function linkFunction(event:MouseEvent)

    {

    trace (Event.currentTarget.kValue);

    }

    Note: I'm not surewhen, as it is needed, but it is possible that you will have to climb the event.currentTarget as a MovieClip, so the line service may need to be...

    trace (MovieClip (Event.currentTarget) .kValue);

  • How to call a method of one class from another class?

    I have two classes, Class1 and Class2 are saying. They are both public. They are located in the same package, and both are important to each other.

    I am trying to call a 2 function in Class1, but I do not know the syntax.

    I tried:

    Class2.godoThisThingNow ();

    But it gave me an error 1061, call to a method not defined.

    What is the correct syntax for this, and it is even possible in AS3?

    Thank you!

    You can call a public in Class1 2 method IF Class2 has access to an instance/member of Class1.

    for example, in Class2:

    var c1:Class1;

    .

    .

    C1 = new Class1();

    .

    .

    .

    C1.somepublicMethod ();

  • South America spam calls

    I received many telephone calls from South America. I know that the calls are from the South because I did a reverse phone number search.  Whenever they call, they have accents Indians, so I guess they're from the India.  When I tell them that I'm not interested because I know that everything is okay with my computer... they tend to argue & get cocky with me. It is noon & they called 3 times already. Should I report these calls & phone numbers in my local law enforcement? It happened for about a month now.  Thank you!

    Hello

    Yes, it's a SCAM!

    Avoid scams to phone for tech support
    http://www.Microsoft.com/security/online-privacy/avoid-phone-scams.aspx

    Scams by e-mail or web: how to protect yourself - understands what to do if you
    think you've been scammed.
    http://www.Microsoft.com/security/online-privacy/phishing-scams.aspx

    How to recognize phishing e-mails, phone calls or links
    http://www.Microsoft.com/security/online-privacy/phishing-symptoms.aspx

    In the United States, you can contact the local police to the FBI, Attorney general, and
    consumer watch groups. Arm yourself with knowledge.

    The Internet Crime Complaint Center (IC3) is a partnership between the
    Federal Bureau of Investigation (FBI) and the National White Collar Crime Center
    (NW3C), funded in part by the Bureau of Justice Assistance (BJA).
    http://www.ic3.gov/complaint/default.aspx

    No, Microsoft wouldn't you not solicited. Nor would they know if any errors
    It exists on your computer. So those are the frauds or scams to get your money or
    worse to steal your identity.

    Avoid scams that use the Microsoft name fraudulently: Microsoft has no
    for you unsolicited telephone calls help fix your computer
    http://www.Microsoft.com/protect/fraud/phishing/msName.aspx

    Scams and hoaxes
    http://support.Microsoft.com/contactus/cu_sc_virsec_master?ws=support#tab3

    Microsoft Support Center consumer
    https://consumersecuritysupport.Microsoft.com/default.aspx?altbrand=true&SD=GN&ln=en-us&St=1&wfxredirect=1&gssnb=1

    Microsoft technical support
    http://support.Microsoft.com/contactus/?ws=support#TAB0

    Microsoft - contact technical support
    http://Windows.Microsoft.com/en-us/Windows/help/contact-support

    Phone scams
    http://www.consumer.ftc.gov/articles/0076-phone-scams

    Limit unwanted calls & Emails
    http://www.consumer.ftc.gov/topics/limiting-unwanted-calls-emails

    National do not call registry for
    https://www.DoNotCall.gov/

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • 201-888-9112 companies South end

    I received a call from South end businesses 201-888-9112 saying: they received a message from MS on malware on my computer.  This looks like a scam.  They are part of the SP as they say?

    Microsoft never cold call customers. If you had an appointment for the removal of the malware with Microsoft technology, that you have been informed at a meeting with the support of lower level and if they could not fix your problem that they would make an appointment for you, for the higher level of support by phone that the time-out period is 24 hours.

    Companies end Southern Company is not affiliated with Microsoft.
    Microsoft uses no 3rd parties for its technical support.
  • call the Hyundai + iphone

    I have a 2012 focus and an iPhone (with the last iOS) 5s that I connect via cable USB of Hyundai.

    I listen to music via the cable and make/receive phone calls via Bluetooth.

    I have a problem when I'm listening to music and you receive a call.

    When I answer a call, I can hear and speak to the caller, but the music continues to play at the same time. The phone call, making it almost impossible to understand.

    If I unplug the USB cable during the call, he MUST immediately stop the music, because that's the way he plays. But this does not happen. The music keeps on playing in the background of the call.

    Also, if I MAKE a call, instead of receiving one, it works as it should. The music stops until the call is completed.

    I paired/re-paired my phone several times, but the problem persists.

    Thanks for any help and suggestions

    Hi phidalgostar,

    Looks like you have a problem when receiving calls phone bluetooth while listening to your music through ties. This could happen because you use both types of connection, try to disconnect the USB cable and use bluetooth for phone calls and music playback. This should solve the problem you are experiencing.

    Please use the Apple Support communities to post your question. Good day.

  • I allow calls from verified contacts, but still receive unwanted calls

    in do not distrub, I allow calls from verified contacts, but always receive unwanted calls, I even got a call with my name in the caller ID!

    If you allow calls repeated under tension, then the telemarketers or who calls you are probably recall several times. As for the one with your name in the caller ID, I am one of those who earlier. Turns out be a telemarketing touting T-Mobile robot. I was incredibly ticked. So I got my carrier on the phone a few minutes asking them to open a trace. These calls are illegal.

    The foam of telemark will stop at nothing in their attempts to get through you.

  • Samsung note3 does not ring when you receive a call

    The new version of Skype is bad. My operating system is 4.4.2 kit kat almost 100% of the time Miss l name because it does not ring. When I make a call and do it on the loudspeaker, it just for no reason rebascule on the speaker internal and if I'm on the blue tooth, it stops working on the blue tooth and I have to switch between the external speaker and back to the tooth of blues to hear it again which is very dangerous for driving. It also only connects to the blue tooth after 2 or 3 trys, entering my prius that this only happens with Skype if I use the t-mobile application that it works every time perfectly with everything l am reports that I have a Skype number and a number of t-mobile

    I have 2 samsung note 3 with the same software 4.4.2 kit kat, I have the latest version of Skype on 1 of the 3 note, and the other has the older version of Skype when a call comes in only one with older version rings.

    every now and then a new will work perhaps less than 1% of the time.

    There are many other people who have this problem. I wish that they would at least recognize that they have a problem!

  • List of all the calls that I made

    Hello everyone.
    I have a request, I hope someone will replay and advice me...
    I need a list of Skype calls I have with one of my contacts...
    To whom should I address my request?

    Well, I hope it will be useful

    https://support.Skype.com/en/FAQ/FA3171/how-can-i-view-my-call-history

  • Logitech C920 crashing during video call Skype V7.1

    In Skype version 7.1 under Windows 7 64 - bit, when I'm in a Skype call with more than one other person that my webcam freezes and Skype will stop using it for video. I see a single frozen image of the webcam on my dissertation, but others in the call only see my avatar and aren't able to hear my voice.

    I tried an earlier version of Skype (6.44 I think), and I wasn't able to get a test of this question will because of skypes-differences between versions turning off features and making the way quite too inconvenient to continue to use the old version.

    I reinstalled both Skype and my webcam software. Any ideas?

    Uninstall your software Xsplit, restart, and then see if the problem persists.

Maybe you are looking for