Labview dashboard with other web servers, like a PLC

Hi
Is it possible to use labview dashboard with other web servers, like a PLC?
Regards,
Vadie
Solved!
Go to Solution.

Vadie, 
To have Data Dashboard communicate with a PLC you will need to have a Windows PC or NI RT Target in between the two.  I hope this image helps to illustrate this.
Mark
LabVIEW R&D

Similar Messages

  • Java Card 3 : Exchange Data with Other Web Servers

    Hi everyone,
    I hope to be happy and healthy.
    I want to implement our internet voting protocol with jc3 connected edition. I mean by using NetBeans IDE (JC3 web project). what i need is that use jc3 as web service client but unfortunately jc3 does not support web service ( i test its APIs, but some people say it support restful web service, again i think it does not support restful APIs, too.
    I need to have send and receive data over http. for example i want jc3 send a string value to a definite web server( electoral web application) and get response, over http. I have implemented my protocol by socketconnection but i need, send and receive done over http protocol. I use httpconnection ( javax.microedition.io.httpconnection) but i can not do that. I will be grateful if anyone can help me.
    Thanks in advance for your help
    Edited by: 969084 on Nov 1, 2012 11:38 PM

    This may be difficult to do in the real world. I am not aware of any JC3 connected edition hardware commercially available.
    Is the intent that each voter will have a smart card that they can use to securely vote? It may be easier to have a host application on the voters computer that uses the smart card as a security token for signing and encrypting and then passing this encrypted data to the voting system with a HTTP connection.
    - Shane

  • Integrating ucm with other content servers.

    Hi,
    Can I integrate oracle ucm with other content servers like Alfresco,Documentum etc.If possible how can i do it?

    Hi
    Yes , can do it in certain cases like Share Point where UCM has adapter components which would connect to the 3rd party CMS and data transfers can be possible .With Documentum as well I believe that there is an adapter which when installed on UCM / URM one can access to the other CMS.
    Do not have any adapters apart from these 2 as far as I know.
    Thanks
    Srinath

  • How I would get rid of Firefox if I didn't like it AND just how would I take if off my system AND will it interfere with any other web browser like yahoo ? ALSO where so I go to find these answers ???

    If I download Firefox then decide to remove it - will it interfere with my other web browsers like Yahoo - where are these answers????

    Firefox is easy to remove see [[uninstalling firefox]]
    I imagine many people use multiple browsers, the usual interference is in deciding which one is to be the default browser. You may use firefox without setting it as the default browser.

  • Will iweb continue to work with other web host after june 2012

    will iweb continue to work with other web host after june 2012

    as long as osx supports it, iweb should work beyond june 2012 as an app by itself.
    however, the some of the currently published code will break when mme servers are to shut down; unless apple comes up with a patches by then.
    most of mme features can be replaced and fully implemented on other host servers.
    Password protection
    can be implemented with apache server.
    Blog and photo comments
    with Intense Debate commenting system, ex:
    http://home.cyclosaurus.com/CyclosaurusBlog/Entries/2011/2/12_Dynamically_Resize _iFrame.html
    no need for manually resizing iframe.
    if you have comments on mme servers and value them then you should find ways to archive them, because they'll be gone:
    https://discussions.apple.com/message/15528258#15528258
    Blog search
    with google search, as long as your site is indexed with google search engines.
    Hit counter
    with statcounter and can have the same look as mme hit counter:
    http://home.cyclosaurus.com/Cyclosaurus.html
    as for photos page's popup slideshows, everything can be packaged in an installer so there is no need for editing, find+replace of anything.
    if i feel good i just may release my installer for iweb slideshow patch.

  • When I navigate web with Firefox my Thinkpad trackpoint center button is not working. With other web browsers it works well. Where is the problem in firefox, how to enable TrackPoint center button?

    When I navigate web with Firefox my Thinkpad trackpoint center button is not working. With other web browsers it works well. Where is the problem in firefox, how to enable TrackPoint center button?

    I have exactly the same settings in Options (in both computers)
    for history, these 2 add-ons and all other stuff in Options. The only difference is that on 1 pc sessions can be saved and closed tabs can be reopened, on other main pc they stopped to work. + no any other add-on that does similar things works on this pc.
    It is also interesting that I can reopen closed visited sites from History Panel, but not by pressing the Button. For now I only manually bookmark links to a temporary folder.
    Recently (some 2 month ago) I pressed x and Firefox closed all tabs without saving them without displaying save & quit pop up.
    so I changed 4 settings in about.config
    browser.tabs.warn on close true
    browser.warn on quit true
    browser.warn on restart true
    browser.show.quit warning true
    but the problem with sessions appeared only 1 week ago.
    So I guess the problem is not with the History settings or other settings. Seems that something responsible for button or for storing info about tabs/sessions got corrupted. :(

  • Can BEA JMS C APIs be used to communicate with other JMS servers?

    Hello,
              Can BEA JMS C APIs be used to communicate with other JMS servers?
              If yes, is it enough to download, compile the JMS C APIs, and link the C applications to the libraries (shared or static) produced?
              If not, can you point me to an open source framework that can be used to enable C applications to communicate with JMS servers?
              I have HP-UX server that has both C and Java compilers (Java 1.5).

    The JMS C client is a pre-compiled library - we don't supply the source - so C applications link to it. If I recall correctly, there is an HP version. The C client library is actually thin layer that uses JNI to directly invoke a Java JMS client running in an embedded JVM.
              The library might work with other vendor's Java JMS clients, but BEA does not officially support this usage.
              Tom

  • How do I create an app to interact with my Web ? like skype or msn ?

    I need to create a downloadable interface like Skype or Msn which will interact with my website that is created on PHP and MySQL...
    What will be the best practices for this ? thanks in advance...

    You might take a look at Adobe's AIR platform which can use HTML, JavaScript, and Flash to develop applications that work on the desktop like a regular app but can also connect/interact with a web service. But that question is more in line with the Dreamweaver Application Development forum.

  • Session control with multiple web servers in IE

    to understand my problem do the following:
    make a page with this code:
    <%
    out.println("sessionID = "+session.getId());
    %>
    Run two (2) instance of web servers (can be a tomcat) in different ports...
    open IE and access the URL: http://localhost:8080/test/mytest.jsp
    see id number...
    access http://localhost:8081/test/mytest.jsp
    see id number...
    now access http://localhost:8080/test/mytest.jsp again
    and will see that IE lost the session and has a different session id.
    if you make this test in Nestcape it will keep the same session id when you access the 8080 server again, and is what i want :)
    anybody knows a solution to this?
    in the real world, my application has a frame with a menu that runs in 8080 server port and the application that are called by this menu will run in different ports in another frame. the problems is that when a call a application in another port, with IE i lost the session from the menu that runs on port 8080. With Netscape work perfect!
    somebody can help?

    this seems to have to do with the handling of sessoin cookies. IE creates one cookie for every browser instance whereas Netscape creates one session cookie for all browser instanced. Linke this Netscape shares a session cookie with the whole application wheres as IE does not.
    Just to make it clear: none of the both handling methodes are right or wrong. In my opinionen from the point of security, the IE solution is better.
    The only workaround i see is to implement a session id your own. Store it in the session object and the session object into a session manager that can be accessed from both application.

  • Email attachments keep trying to open with other program's like Dropbox or iCloud

    Hi guys
    Since downloading Dropbox and other program's like cloudon
    When someone sends me a word/excel doc via email attachment it try's to open with it. I want it to open how it used to but cant find a setting can anyone help please?
    Thanks

    See "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]

  • On bbc.co.uk website I am unable to set my local / postcode, although I used to be able to do this and can with other web browsers. Am unsure how to re set this so it works.

    I normally use Firefox as my preferred browser, and have bbc.co.uk as one of my home pages. I used to be able to set my location 'portsmouth' on that web page top receive local news. However, I can no longer do that (Ithink i cleared cache and browsing history recently) and since then it cannot set my location.
    Other web bro0wsers are working fine with this, but I wold rather use Firefox.
    What vsetting do I need to change?

    I am using MAC OSx 10.5.8 (9L31a) as my operation system.  The TV says "No signal.  Check connected device's power, cable connection and source selection."  Seems to me that that goes in hand with what the Samsung tech said about the Mac needing to be forces to use the external display.  But how do I do that?

  • Firefox started crashing a week ago and now I can't type in a foreign language (Korean) when I can on other web browsers like IE or chrome..help!

    The language bar is working just fine. And, I can see that the setting has changed to the other language but it just won't type in firefox. It keeps typing in English. It works in word or other web browsers, so I'm assuming this only happens in firefox. So, then, what is the issue?

    In Firefox 3.6 on Windows you can hide the menu bar via "View > Toolbars" or via the right click context menu on a toolbar.
    Press and hold the Alt key down to bring up the menu bar.
    Go to "View > Toolbars" or right-click the menu bar or press Alt+V T to select which toolbars to show or hide.
    See also [[Menu bar is missing]]

  • Cannot open any e-mails using Firefox. Has ATT service. No problems with other web sites.

    I have used internet explorer and had no problems opening my e-mails. When I access my e-mail which is provided by AT&T using firefox, my entire e-mail is frozen. I am using att.net mail beta or Yahoo mail beta. What can I do to resolve the problem, I do not like using internet explorer. It was working when I switched from basic att mail to the new bata for the last few weeks then all of a sudden it would freeze when I access my e-mail.

    Hi,
    Thank you for your post.
    I'm trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thanks & Regards,
    Emir
    Emir Liu
    TechNet Community Support

  • Does it work with other O.S. like linux and android? Thanks

    I want to know if the AirPort works with linux and android.
    Thanks

    Yes it's working. I'm using Time Capsule which is basically the same like AirPort extream from network point of view.
    Except of several apple devices I'm connecting to AirPort wifi with android phone (HTC Desire) and linux laptop. Both are working without any problem.
    AirPort is a good choice.

  • JDeveloper BPEL Designer with other BPEL Servers

    Can the BPEL XML emitted from JDeveloper designed be successfully executed by servers other than Oracle BPEL Process Manager?

    Yes and no. The BPEL process itself is based on the BPEL standard and can be used on any other server. But the BPEL process is packed into a SuiteCase, jar file. This file contains other files like bpel.xml, these is vendor specific. So you can not run a BPEL process designed in JDev into another non Oracle BPEL server, without any changes.

Maybe you are looking for