Trying to communicate with TCP/IP through DURATION VISA

Hello

I am creating a vi to connect with a laser via TCP/IP.  The laser has a fixed IP address and using my development computer with NIVISA 14.0.1 installed with Labview 2014, I can manually enter the IP address in MAX and the works of vi correctly.  However, the vi must be run as an executable file on the Production computers that will only run engines LabView and installed VISA.  The vi is set up with a drop-down list for resources VISA recognized and is usually filled with COM and LPT ports.  The fixed IP is visible in the drop-down list of the development computer, but I can't find any way to incorporate it into the only version of the runtime.  How can I do this?

Thank you!

You can freely install MAX. You should have added it when you generated the installation program for the exe. The installer must have the LabVIEW execution, the runtime VISA, MAX and the hardware configuration of MAX. If you have not created an installer, which would be a mistake.

Tags: NI Hardware

Similar Questions

  • Errors when trying to communicate with the server administrator

    I'm deploying fusion web app to the stand-alone weblogic server (Version is 10.3 and its hosting OBIEE), but JDeveloper (Studio Edition Version 12.2.1.0.0) reports the error below.

    [01: 27:03] - incomplete deployment.

    [01: 27:03] [SPI: 260111 deployment J2EE] errors were detected while trying to communicate with the management server.

    [01: 27:03] the requested attribute is not exposed via JMX: isDynamicallyCreated: com.bea:Name = AdminServer, Type = Server: DynamicallyCreated

    [01: 27:03] com.bea:Name = AdminServer, Type = Server: DynamicallyCreated

    However, the application server is successfully passed all the tests, the result below.

    JSR-160 LENGTH tests... success

    Tests of JSR-160 DomainRuntime... success

    JSR - 88 tests... success

    JSR-88-LOCAL tests... success

    Test server MBeans model... success

    ... Controller App tests success

    Tests of JSR-88-DEP-MGR... success

    JSR-88-DEP-MGR-LOCAL tests... success

    Tests of JNDI... success

    JSR-160 tests edit... success

    Tests of HTTP... success

    11 of 11 successful tests.

    I am able to successfully connect and deploy applications on the same JDeveloper weblogic - version 11.1.1.7, but I am facing issue with JDeveloper - version 12.2.1.0.0.

    Any help is very appreciated.


    Thank you

    Vishwa

    Hi Vishwa, there.

    using JDev 12.2.1 to create fusion web applications means that you use ADF

    12.2.1 and you try to deploy this app on WLS 10.3 which

    knows nothing about ADF 12.2.1. This means that you must

    install and configure the ADF 12.2.1 libraries running on your application

    Server prior to deployment.

    Before that review certification ADF matrix to determine the

    version minimum 10.3 where you can run ADF 12.2.1-

    http://www.Oracle.com/technetwork/developer-tools/jdev/documentation/122-CERT-2708091.html#ApplicationServers

    However, you should check if installation 12.2.1 ADF will not

    installation of OBIEE break.

    Before you dig in fact ADF 12.2.1 installation can you pack

    your application developed in JDev 12.2.1 and deploy from the admin

    Console?

    HTH,

    A.

  • trying to communicate with a computer via an RS232 interface.

    Hi, I would like to communicate with my computer via RS232 DB - 25 side of machine that is configured as a DCE and DB - 9 my side PC as DTE, the computer only uses pin 2 (serial data in), pin 3 (serial data out) and PIN 7 a pattern. I wired the pins straight through except the ground which is in the DB 9 pin 5, so I tried to connect pin 2 pin 2 and 3 pin to pin, pin 7 to pin 5, but I couldn't get through my machine, then I tried 3 machine spindle pin 2 of my pc , machine pin 2 pin 3 pin 5-7 pc, unfortunately cannot also. I set everything correctly, as I think, but somehow could not do.

    (in the if said manual pc a DB9 so connecting db-9 to db-25 cable modem) - what a sense.

    I'm asking for help on this issue. Thanks for any help.

    Yes, of course do you. Who is stated in the manual. In MAX, you would use \r\n.

  • Trying to communicate with WinAmp

    Hello

    I'm trying to connect with WinAmp (MP3 player) via the sendmessage function in User32.dll

    So far, I can send commands like play, stop, forward, play the next etc. but sends a file to play name does not work.

    It's the structure of the command:

    #define IPC_ENQUEUEFILE 100
    / * This is sent as a WM_COPYDATA with IPC_PLAYFILE as the dwData member and the chain
    * file / playlist to be queued in the lpData Member playlist editor.
    * This will enqueue just the files, because you can use this to put a playlist.
    * It not clears the current playlist or change the State of reading.
    **
    * COPYDATASTRUCT CD = {0};
    * cds.dwData = IPC_ENQUEUEFILE;
    * cds.lpData = (void*)"c:\\test\\folder\\test.mp3";
    * cds.cbData = cds.lpData ((char*) lstrlen) + 1;  include a space for null char
    * SendMessage (hwnd_winamp, WM_COPYDATA, 0, (LPARAM) &cds);)
    **

    0X4A = WM_COPYDATA

    In VI, you can see what I've done. Before you run WinAmp VI must be already started. The 'windowfound' led should be on.

    I have tried several things but no luck so far.

    Can someone help me with this problem?

    But you are clustering it! If do you a cluster and flatten out it, it would be
    similar appearance.

    COPYDATASTRUCT CD = {0};
    cds.dwData = IPC_ENQUEUEFILE;
    cds.lpData = (void*)"c:\\test\\folder\\test.mp3;
    cds.cbData = cds.lpData ((char*) lstrlen) + 1;  include a space for null
    char
    SendMessage (hwnd_winamp, WM_COPYDATA, 0, (LPARAM) & cds);

    The data member is a member of the lp, which indicates that it is a pointer to the
    string, not the string itself. In addition, if look you in the header files
    C, the exact definition is:

    struct COPYDATASTRUCT {}
    int dwData;
    int cbData;
    lpData, int;
    }

    Thus, the size of the string should precede the string, not after. Example c.
    code is always correct, because they indicate the values of the elements, the order is
    irrelevant.

    Use DSNewPtr (Size) to get a pointer to a block of memory. Use MoveBlock(*src,)
    * dest, size) to move your channel to this block (do * CBC an input string,)
    and * the new pointer dest)... Don't forget to call DSDisposePtr(*p) to
    free the memory when finished.

    The prototypes are in the labview under cintools\extcode.h directory. In
    the node libray call, you simply type "labview" as the name of the library.

    Your 'cluster' should have three values U32 (or I32), dwData, cbData.
    lpData. You can simply make a cluster with three parameters, and set
    the dll to adapt to the type.

    Kind regards

    Wiebe.

  • 2 application tries to communicate with BES

    Hello, I am trying to get the ECL 2 times courable Demo on my device. I copied the demo (time for the device and the server too) and only changed the port.

    There are now in ListenerThreads, which are both on the 8080 a server there is a second port at the server level and there is 1 data base with 915 and 1 with 911. And the device also 1 915 and 1 with 911 is.

    With 2 port, I mean.

    URL url = new URL ("http", "localhost",8080, "/ push?") ("DESTINATION = 2100000F &PORT = 915& REQUESTURI = / ');

    the destination is here as an example.

    and the listening thread has this code.

    (StreamConnectionNotifier) Connector.Open(http://:915);

    And that come the other code to extract the data.

    Now my problem if I have 1 single application on the program on the device can I get both drives to this program. And if I have two programs on the device, can I get both drives to only 1 program. It's as if the listener does not resemble the second track, which he is bound to hear.

    Can someone help me please?

    MfG Jagge

    I solved the problem!

    It was because I copied the project in the Notes. There were then 2 classes named DominoPusher. And I think that if the Notes uses a class he registers the class and if another program is using the same classname, it uses the same class and not the class of the project.

    But thx for the other tips

    MfG Jagge

  • WLC can communicate with light AP through Layer 3?

    We have totally autonomous access 20 points in several remote sites. Probably expand us the current wireless network in the future. Say 50 will be enough. We intend to change these autonomous AP to the lighter. Download the WLC to control. My question is: can WLC lwap through lwapp layer 3 to communicate? If so, we only need a WLC sitting at HQ data center.

    Thank you.

    Lou

    Yes, LWAPP (or CAPWAP if you use newer versions of the WLC code) can use Layer 3 for communication between the WLC and APs.

    http://www.Cisco.com/en/us/partner/docs/wireless/controller/6.0/Configuration/Guide/c60ovrv.html#wp1069102

  • Support the contact - person I'm trying to communicate with a person that I paid for my subscription to the CC and it is to show that I have not bought the product.  The page to contact technical support is a labyrinth and continues to loop back to the sa

    I am trying to contact a person that I paid for my subscription to the CC and it is to show that I have not bought the product.  The page contact technical support is a labyrinth and continues to loop back to the same place without giving me any contact information! Help, please!

    Move the debate towards Adobe Creative cloud

    We have checked your account details, we see active participation of Photography Photoshop program.  Please make sure that you are connected with correct Adobe Id to Adobe.com to get it. You can check:Adobe Store | Order FAQ and your online payment

    To install Creative Cloud app - https://helpx.adobe.com/creative-cloud/help/install-apps.html, you can also Learn how to enable or disable Adobe applications from here.

    Kindly let us know in case you have further questions on your membership.

    I hope this helps.

  • status/location indicator (says wait, communicate with, etc.) through the bottom went, how can I get it back?

    I can't find out where it made the line that indicates what Firefox is doing for. It is usually said things like, ' waiting for the response of ', 'load', 'done '. I rely on the status bar much and I don't know what it's called, or where he went. Can anyone help?

    See view > status bar [X]

  • Communicate with the symbols of the main timeline

    Hi, I created a movieclip and exported to Actionscript. I have a few cases of the new symbol (class) on the main time line and I have a few

    The timeline class code. Im trying to communicate with an instance of movieclip that is in the main timeline, but for some reason im getting

    a mistake. the name of the movieclip instance is mcGalleryWin. im sure that the keyword root has worked for me before in a similar situation

    but for some reason, this is not not workin now...

    I tried to trace (root) of the class and I don't get the main timeline.

    Code:

    imageLdr.load (imageReq);
    imageLdr.contentLoaderInfo.addEventListener (Event.COMPLETE, firstImageLoaded);
    function firstImageLoaded(event:Event) {}
    root.mcGalleryWin.addChild (imageLdr);
    }

    error:

    1119: access of property may be undefined mcGalleryWin through a reference with static type flash.display:DisplayObject.

    Try:

    MovieClip (root).mcGalleryWin.addChild (imageLdr);

  • Can I communicate with a Micrologix 1400?

    I'm trying to communicate with an Allen Bradley Micrologix 1400 by using the OPC Client object and the unique node RSLinx as my OPC server.  I have Lookout version 6.1.  So far, I was able to navigate the controller to Lookout, but diagnoses in RSLinx shows the connection switch between active and inactive.  Someone has he done it before or to know what is the problem?

    Ryan,

    The problem was with my server communication settings.  After changing values, I was able to communicate.

    Thank you

  • What is the best way to approach writing a server that communicates with a wireless xbee on TCP?

    Hello all-

    I need to write a Labview program that communicates over TCP with a xbee: http://www.atmel.com/Images/doc42006.pdf

    Program LabView are going to order one of these: http://www.atmel.com/Images/doc8120.pdf

    The xbee will send packages "update" while the LabView program sends packets 'setup' and 'control' to the xbee.

    The LabView program will basically serve to control a robot by sending TCP packets.  The robot simply sends the updates to the LabView program on its current position.

    I searched through the following examples:

    1. how to set up the TCP header

    http://forums.NI.com/T5/LabVIEW/how-do-I-send-data-in-this-format-over-the-network/m-p/830019/highli...

    2. the data Client.vi and data Server.vi

    https://decibel.NI.com/content/docs/doc-9133/diff?secondVersionNumber=5

    3. how to analyze packets

    http://forums.NI.com/T5/LabVIEW/how-to-extract-individual-TCP-packet-values/m-p/1795840#M620097

    Is there an example that combines all of the above for example?

    I would appreciate if someone can point me to a sample program that communicates with another program labview with at least 2 different types of packages.

    How the rzusbstick does not appear on your system?  It is a resource of COM?  If so, you probably want to use the API of our VISA to write commands in the port.  These commands will be similar to what you are doing, although you will probably want to use integers instead of doubles.

    There are several examples of series in the Finder of LabVIEW example available in the Help menu in LabVIEW.

    Hope this helps,

  • I'm trying to stop my subscription. I'm always redirected to this forum and I am not able to communicate with anyone

    I'm trying to stop my subscription. I'm always redirected to this forum and I am not able to communicate with anyone

    Hello

    Please contact support by calling/chat for cancellation requests and billing queries:

    Contact the customer service

    * Be sure to stay connected with your Adobe ID before accessing the link above *.

    You can also check the help below document:

    https://helpx.Adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

    Please go through the Adobe - General conditions of subscription as well.

    Kind regards

    Sheena

  • How can I change my payment method of debit or internet banking? in recent days I tried to contact customer service, but I'm not able to communicate with them

    How can I change my payment method of debit or internet banking? in recent days I tried to contact customer service, but I'm not able to communicate with them

    Hi Sudha,

    Please go through the link below and check.

    http://helpx.Adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting-creative-cloud.html

    Kind regards

    Anand

  • My HP Pavilion Entertainment PC will not communicate with my printer HP 309g. Suffice to say that they are connected to WIFI. I have tried wireless and connected.

    My HP Pavilion Entertainment PC will not communicate with my printer HP 309g.  Suffice to say that they are connected to WIFI.  I have tried wireless and connected.

    GR

    Since they are both HP products you the best solution is to talk to them...

    Most often when a device does not work, it is because the driver is damaged.  Re-install a new copy should help

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly? SignedIn = 1

  • Error "" unable to communicate with your printer - this may be due to a firewall - check port TCP/UDP 139 is unlocked - reconfigure the firewall.

    "Unable to communicate with your printer - this may be due to a firewall - check port TCP/UDP 139 is unlocked - reconfigure the firewall.

    Original title: how to install the printing software to solve the error message?

    Hello

    Follow the troubleshooting steps in the following article and make sure that port 139 is unlocked:

    Windows Firewall may block some programs to communicate on the Internet after you install Windows XP Service Pack 2

    See also:

    Troubleshooting settings of Windows Firewall in Windows XP Service Pack 2 for advanced users

    Note: Information provided in the article applies to Windows XP with Service Pack 3 (SP3) installed.

    If you use a third party firewall, I recommend you contact the software vendor for assistance.

Maybe you are looking for