How to embed a .vi as a web page on a remote server

I use a remote server running a Plone content management system application to allow remote users connect via the internet and store data files (delimited text files) for later analysis .
I am using Labview 7.0
I wish to change our current data analysis process:
the process now:
1) go to the web site via an internet connection (this is a site served by a remote 3rd party server running a Plone instance)
2) download the data to a local PC
3) run the data analysis .vi on the local PC (the .vi prompts the user for the location of the data file, the user browses to the location on the local hard drive and then the .vi graphs the data and generates the results)
the desired new process:
1) using a smartphone or similar web enabled PDA go to the web site where the user can remotely control an embedded data analysis .vi
2) the remotely served .vi prompts the user for the url location of the data file and then the .vi graphs the data and generates the results
My questions:
A) How do I get the data analysis .vi loaded onto the remote server?  (I just don't see how to do this with the web publishing tool, maybe it is not possible?)
B) Will the remote server require other software such as Labview RTE?
Thanks,
Bernie

Bernie,
I would install and configure an FTP-Server on the computer that runs your analysis.VI.
Users can upload data via FTP to that computer. (That way, they should know the absolute path to that file.)
Enable your analysis.VI to read data from the local disk.
Make your analysis.VI a remote panel and configure LabVIEW WebServer options accordingly.
Users now can connect to the remote panel and specify which data file the remote panel should read.
The remote panel then generates the results and displays them on the front panel.
Does it match your demands?
Guenter

Similar Messages

  • How to embed a report in a web page?

    Hello,
    I want to have my users just go to a web page and bring up their reports.  I don't want to spend $7,000.00 on Crystal Server when I only have 5 reports the users need.
    Is there a way to just embed a control or something into a web page?  Maybe even use an older version and the RDC component?
    Thanks.

    See my reply on the following thread;
    Do I need to buy an old version of Crystal Reports to put reports in browse
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • How to embed HTML5 video player in web page

    I have developed a video player using html, javascript and jquery. depending upon the browser type and mobile/non-mobile device, it creats the html5 video tags or redirect to a fall back flash player). I am using Adobe media server
    this player works well on all the browsers.
    videoplayer.html
    <!DOCTYPE html>
        <html>
           <head>
    </head>
    <body>
    <video controls="controls" poster="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360">
              <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" type="video/mp4" />
              <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm" type="video/webm" />
              <source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv" type="video/ogg" />
                        <object type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" width="640" height="360">
                        <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
                        <param name="allowFullScreen" value="true" />
                        <param name="wmode" value="transparent" />
                        <param name="flashVars" value="config={'playlist':['http%3A%2F%2Fsandbox.thewikies.com%2Fvfe-generator%2Fimages%2 Fbig-buck-bunny_poster.jpg',{'url':'http%3A%2F%2Fclips.vorwaerts-gmbh.de%2Fbig_buck_bunny. mp4','autoPlay':false}]}" />
                        <img alt="Big Buck Bunny" src="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360" title="No video playback capabilities, please download the video below" />
              </object>
                        </video>
    </body>
        </html>
    ============================================
    If I embed this video player in any of the aspx page using <EMBED></EMBED>, the redirection to flash player does not happen.(it works fine on chrome and safari but not on IE and firefox)
    <EMBED height=360 width=250 src="http://localhost/videoplayer.html"></Embed>

    I used <object> to make it work in IE and Firefox
    <object type="text/html" data="http://64.165.34.7:8134/videoplayer.html?size=1&playlist=2" style="width:460px; height:260px"></object>

  • Embed BI website into a web page using an IFRAME tag in HTML

    Hi
    I have got a requirement below.
    # Embed BI website into a web page using an IFRAME tag in HTML
    (Build a webpage and provide the links to BI Dash Board (10 reports))
    How to start and where to add the code and Is there any code available?
    Please help me out.

    Thank You for reply.
    I have created a website with dashboard links by using IFRAME tag .As of now there is no security restriction since it was POC for two reports.
    My question here how to Provide a link directly to BI public website from a web page on client site(Assume in gmail for example)

  • How do I enlarge the font on web pages

    how do I enlarge the font on web pages so that it stays that way all the time

    Funny thing today Thomas,
    Someone had a link to your site which you mentioned your first virus, the WDEF, and I chuckled as we both had the same experience all these years.
    Anyway Thomas, I call it as I see it and like any IT professional, use the best tool for the job.
    Did you know Steve Jobs used Linux on his renderfarm at Pixar?
    So really what the problem is people's sensibilities, which they shouldn't be worried about because like IE, because of Safari being included on hardware, automatically is the first browser of choice and in no danger of losing market share on Apple hardware.
    However if Safari isn't quite cutting the mustard for a particular person's needs, like this person's situation, they should be informed of a alternate solution.
    Safari doesn't have nearly the amount of customization as Firefox nor the zillions of add-ons to solve just about any issue.
    If people decide not to take my advice that's their choice, and they choose not too, but likely, just in this case, will come to realize the same problem I had with increasing Safari's text size and distortion of web pages.
    Soon as Apple starts paying attention to their needs of their hard of seeing customers better, like myself and others, then I will most certainly recommend Safari over Firefox. 

  • How can i see visitor statistics for web page hosted on osx lion server

    Hello
    how can i see visitor statistics for web page hosted on osx lion server
    Thanks
    Adrian

    Just click inside the url address bar. Full url address highlighted, will appear.
    Best.

  • HT4356 How can I airprint part of a web page?

    How can I airprint part of a web page using iPad and Safari?

    Copy (or cut) the area you want to print, and paste it in to a new document.
    Or take a screen shot (by simultaneously holding Shift + Command + 4 keys) of the area you want to print, then print the resulting screen shot file (which appears on your desktop).

  • Best Practices Question: How to send error message to SSHR web page.

    Best Practices Question: How to send error message to SSHR web page from custom PL\SQL procedure called by SSHR workflow.
    For the Manager Self-Service application we’ve copied various workflows which were modified to meet business needs. Part of this exercise was creating custom PL\SQL Package Procedures that would gather details on the WF using them on custom notification sent by the WF.
    What I’m looking for is if/when the PL\SQL procedure errors, how does one send an failure message back and display it on the SS Page?
    Writing information into a log or table at the database level works for trouble-shooting, but we’re looking for something that will provide the end-user with an intelligent message that the workflow has failed.
    Thanks ahead of time for your responses.
    Rich

    We have implemented the same kind of requirement long back.
    We have defined our PL/SQL procedures with two OUT parameters
    1) Result Type (S:Success, E:Error)
    2) Result Message
    In the PL/SQL procedure we always use below construct when we want to raise any message
    hr_utility.set_message(APPL_NO, 'FND_MESSAGE_NAME');
    hr_utility.raise_error;
    In Exception block we write below( in successful case we just set the p_result_flag := 'S';)
    EXCEPTION
    WHEN APP_EXCEPTION.APPLICATION_EXCEPTION THEN
    p_result_flag := 'E';
    p_result_message := hr_utility.get_message;
    WHEN OTHERS THEN
    p_result_flag := 'E';
    p_result_message := hr_utility.get_message;
    fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
    fnd_message.set_token('2',substr(sqlerrm,1,200));
    fnd_msg_pub.add;
    p_result_message := fnd_msg_pub.get_detail;
    After executing the PL/SQL in java
    We have written some thing similar to
    orclStmt.execute();
    OAExceptionUtils.checkErrors (txn);
    String resultFlag = orclStmt.getString(provide the resultflag bind no);
    if ("E".equalsIgnoreCase(resultFlag)){
    String resultMessage = orclStmt.getString(provide the resultMessage bind no);
    orclStmt.close();
    throw new OAException(resultMessage, OAException.ERROR);
    It safely shows the message to the user with all the data in the page.
    We have been using this construct for a long time for all our projects. They are all working as expected.
    Regards,
    Peddi.

  • Embed Input schedule in a web page in BPC NW 7.0 SP 04

    Hi All,
    Is it possible to embed an Input Schedule in Web Page?
    I've created a .htm file of the input schedule by saving it as 'web ready' file. However, when I preview the web page, html for the input schedule is displayed.
    If embedding is not supported, then is it possible to provide a 'link' for the input schedule in the web page. When the user clicks on the link, BPC for excel should be launched and selected schedule should open.
    Thanks in advance.
    Regards,
    Meera

    Thanks all for the response.
    We have lot of workbook logic and macros involved in our input schedule. My understanding is that we cannot replicate the same in Live Reports. Hence the thought to integrate the input schedules to a portal.
    Is this funtionality available in NW 7.5? or in any future release?
    Appreciate your inputs.
    Regards,
    Meera

  • How to resolve network issue or dns to access web page on snow leopard server?

    I have my network setup like as follows:
    internet > router 1 > ethernet ports > switch > router 2
    I have a mac osx snow leopard server connected to "router 1", but it is so slow when accessing a web page hosted on the server from a browser on a workstation connected to either router 1 or router 2?
    Is there a problem with my network setup or maybe because I changed the name to newservername.local?

    @Jeff and @Camelot,
    I think it is a DNS issue.  I completely reset the DNS settings on server and the local name with the steps below, but now cannot access the site hosted on the server at all
    I used a modified version of http://www.mkahn.com/2010/09/configuring-dns-on-mac-os-x-10-6-snow-leopard-serve r-for-hosting/ to reset the server set
    1.  Stop DNS Service in Server Admin
    2.  Close Server Admin
    3.  Obtain 10.6 DNS Default files (below)
    4.  Overwrite the DNS files with DNS Default files:
    /etc/dns/loggingOptions.conf.apple
    /etc/dns/options.conf.apple
    /etc/dns/publicView.conf.apple
    /var/named/named.ca/etc/named.conf
    /var/named/named.local
    /var/named/localhost.zone
    5. Restart your server
    All machines have 1ms ping responses within the network including this snow leopard server that I am trying to setup.  There is another test web server that return pages instantly within this network so I doubt it is a network issue, but a DNS issue.

  • I have a problem with two PDF's when trying to open them through a link on a web page. The two PDF's open fine with Adobe on my own PC and on the server I have copied it to but when they are opened through a link on a web page (pointing to the server wher

    I have a problem with two PDF's when trying to open them through a link on a web page. The two PDF's open fine with Adobe on my own PC and on the server I have copied it to but when they are opened through a link on a web page (pointing to the server where the PDFs open fine) I get an error 'There was an error processing a page. Invalid function resource' The other one just doesn't open at all. Can anyone help with this please?

    Hello,
    Are the pdf linked correctly in the website? Is this a public website? If yes, please post the link here.
    ~Deepak

  • How to embed multiple queries in one web template

    Hi,
    I've a requirement wherein I need to embed two queries in one web template. The first query displays order quantity from a particular customer and the second query displays other information for that customer. Most of my web templates i've contains only one query which i've created using 0ADHOC template saving this as diff template and modifying it. But this is the first time I have got this type of requirement wherein the user drills down on a particular customer for order quantity and then goes for other information from other query.
    Does anyone out there has any idea or suggestion as to how to do this ? One more thing I need to pass the values from one query to another which is akin to RRI concept while staying in the same web template.
    Your suggestions/advices are highly appreciated.
    Thanks in Advance,
    Rash.

    Hi Rash,
    You can do this by including 2 table web items in your template and assiging the 2 different queries as different dataproviders to each. You can try to create a drop down box to filter the customer and in its properties set DataProvider1 and DataProvider2 as the affected data targets.
    Hope this helps...

  • How to embed a Youtube channel onto a page or a player

    Hi,
    Is there a way to embed a Youtube channel onto SP page/ player? Or something that user can click through and the video will display accordingly? 
    Please advice and thanks in advance.

    Hi,
    Did you want to display all the videos inside a Youtube Channel and videos can be played in SharePoint page?
    If yes, I recommend to create a custom web part which will get and display the videos from Youtube in SharePoint page and then play the video after clicking it.
    For getting data from Youtube, you need to get the APIs which can be used to get resources in Youtube from Youtube side.
    For playing the videos in SharePoint page, you can refer to the links below:
    http://www.asp.net/web-pages/overview/ui,-layouts,-and-themes/10-working-with-video
    http://www.aspsnippets.com/Articles/How-to-play-YouTube-video-in-ASPNet-Application.aspx
    Thanks,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to send quiz results to a web page?

    Okay, this should have taken 2 minutes, not 2 hours. Very frustrating. Here is the situation:
    * Downloaded Captivate 5 Trial Version
    * Created based quiz (which took forever to figure out how to set the correct answers -- HORRIBLE user interface for setup, but that is another issue)
    * I want the results sent to a web page. I will code the web page & database calls, etc. to handle the information (I am a web developer). Just need the information sent somewhere!
    Several big issues here:
    1. When setting up a URL for the "Pass or Fail", nothing happens. User not taken anywhere. No "Post Results" button shown. The Captivate file just ends and that's it. ??
    2. Finally figured out that I needed the "Internal Server" option chosen to have a Post Results button shown. Okay.
    So when I click Post Results (after answering the 5 questions correctly), I am shown a login box. Why? What is this for? This is not needed. I am going to an INTERNAL SERVER. It is none of Adobe's business what this person's name/email is. What gives? Okay... anyways, I enter my own Adobe login information. It then says "Connecting..." then I get a Status Message that says "Unknown Error". Keep in mind this will be used by a general audience, of which approximately 99.9% will not have an Adobe ID, nor should they need one.
    How I can easily have the Captivate file redirect the user to pages like this: Confirm.aspx?pass=yes or Confirm.aspx?pass=no.
    I don't need anything fancy. But I do need something that works. This is terribly frustrating and I'm about to say it just doesn't work. Please tell me I am wrong.
    Thank for your time and for reading this.
    -Randy

    The Quiz Results slide's Continue button actions are set under Quiz Preferences > Pass or Fail > If Passing Grade etc. By default, the Continue button is set to just continue on to the next slide after the Quiz Results.
    After the user clicks the Continue button on the Quiz Results slide any Pass/Fail actions you've set up there will be evaluated and executed.
    So if the user achieved a passing score, and you set up an action such as Go to URL in Current Window for that case, then the user should find themselves redirected to that URL.  If there was a different action for Failure, and the user failed, then that should happen.  But either of these will only happen after the Continue button is clicked.
    I tested this by setting www.google.com as the go to URL and it worked.  To see if the URL is the issue, try using another URL that you know everyone can get to.  If that works, try to find out why the URL you want to use is not working.  If no URL works, something else is interfering with the action.

  • How can I get a Japanese flash web page to display 100% correctly?

    I've tried everything I can think of but I can't get some of this web site's font to display correctly. Some of the flash shows in the correct, Japanese, characters, but some of it shows as code. If I log in as a different user, and set that user's International Language preferences to Japanese, the web page displays correctly. But, when I change users, and go back to the English user, the page displays in a mix of Japanese and messed-up code.
    Here is the page: http://weathernews.jp/livecam/
    If I click onto a different page of that website, http://weathernews.jp/map/
    the writing appears as Japanese in the box, at the bottom of the map.
    But, if you click on that map, and zoom in 3-times, to the city level, the font in the box under the hourly weather and weekly weather appears as code, and not Japanese.
    I'm guessing that it is a problem with the computer booting-up as being English or Japanese, and the browser, then not being able to detect which version of flash to run, the Japanese or English version, cannot display the font correctly.
    Why does it happen only on some pages and not all of the pages on that site?
    Can it be fixed?
    If so, how?
    Thanks!

    Yeah, I tried Opera and Firefox, but I get the same garbled text. The only thing that makes that page open and display correctly is switching to a different user, and making that user's main language Japanese, in the international settings.
    Of course none of this is all that important, I mean, it's about viewing a weather page, but I am just curious why some of the Flash is read or written so that an English language set user can see some of it displayed correctly, but not all of it, where as a user set to Japanese language settings can get all pages correctly.
    I know it has to do with how the Flash Macromedia sees the main language setting for the computer, but what I don't get, is how come a user using Japanese as the main language can read English and Japanese Flash pages (pages with English commanded Java come up correctly), but using English as the main language only allows me to view Flash pages written using English commands. Can I change my Flash program to read Japanese pages, without changing my computers main language to Japanese? Or am I stuck with a Flash program that must match the main language the user is using?

Maybe you are looking for

  • Java mapping in ccBPM works in PI 7.0 but fails in PI 7.1

    Hi guys, at the moment we are upgrading form SAP PI 7.0 to SAP PI 7.11. In a scenario for processing of incoming orders we use an ccBPM. In this ccBPM there is an mapping where the original xml document of the order are combined with some additional

  • My ipod touch can't be found when I run a diagnostic test, on 3 different computers!

    I have a 64GB 4th generation iPod touch for about a year and half now, but suddenly when I plug it into my computer, it will begin charging but it won't show up in devices under itunes. When I ran a diagnostic test, it says my ipod can't be found. I

  • Transparentkey doesn't work in 64x windows

    i have an win form application and i want screen capture program can't capture my form. i set win form 'transparent key" property to "transparent" and it works in 32 bit windows and my win form disappear in screen capture but it doesn't disappear in

  • Error Message FZ003

    Hi All, In F110/FBZ0 , when i run edit proposal following error is coming. Company codes xxxxxxxx do not appear in proposal xx/xx/xx, xxxx; correct Message no. FZ003 Diagnosis No data exists for the specified paying company code xxxxxxxx and the spec

  • Abap objects standards

    Hi Folks, I'm in need of help. I have just come into a shop that has no SAP OO standards. There are many kingdoms that are not even using SE24 to build classes. Is there a SAP document or guide I can use to set standards. I am really fighting with  p