LabVIEW HTML interface

Hello

I created a page of HTML form. I want to export all of the fields that are stored as HTML in Labview, doing work of all processing back-end on the fields and return of return to HTML values. Does anyone know if this is possible in LabVIEW? If not, can anyone please suggest what is the best way to make this work.

Thanking you,

KARMELE SHAH

Hi Joanne,

I think that in this case your LabVIEW program must operate as a Web server.

This link may be useful:

http://forums.NI.com/NI/board/message?board.ID=170&view=by_date_ascending&message.ID=361394#M361394

Mike

Tags: NI Software

Similar Questions

  • NEITHER 9512 with Labview FPGA Interface

    Is it possible to use the NI 9512 stepper with Labview FPGA interface drive unit or is it only possible to use it with the interface of scanning? When I try to add the module to a FPGA target, I get an error telling me that Labview FPGA does not support this module with the latest version of NOR-RIO, but I have the latest version of OR-installed RIO.

    Hi Checkit,

    You're right - the 9512 cannot currently be used in FPGA. There is an error in the documentation. The 9514 and 9516 can, however.

  • The Web of LabVIEW user interface directly to the sensor with Ethernet connection

    Hello

    Is it possible to connect to the interface user Web of LabVIEW directly to a sensor with Ethernet connection?

    By directly, I mean without using any Web Service LabVIEW VI.

    Thank you

    Marcelo

    Hello

    The only communication with other devices using the Web user interface designer is through web services, either motorized or not LabVIEW. To connect with a sensor with the generator of the user Web interface without using LabVIEW, the sensing device must be accessible via HTTP and give you a way to read its data using XML web services based on.

  • User Message message of Labview VI interface running on another thread

    I have a Labview GUI, which displays information on my oven.

    It's the thread that runs on the background it querys my oven, then I save variables stationglobals and then send a message to the user interface. It works very well.

    Now, I made an improved OVEN that not only monitor but also controls the oven. It is written in labview.

    on the above example, I use a statement for the user of Message interface:

    RunState.Thread.PostUIMessageEx (UIMsg_UserMessageBase + 1, 0, "",StationGlobals.ovenDatum, True)

    Where StationGolbals.ovenDatum is a container with the numbers and strings.

    Now on my Labview code

    I already have this wire in labview. So my question is... Can I just wire up my container in the ActiveXdataParameter ovenDatum or what I need to do some sort of conversion. ? I just do it?

    Problem solved after trying and you are looking for a solution...

  • Context of sequence of LabVIEW user interface access

    I'm trying to find a way convey the context of the sequence into LabVIEW Advanced User Interface. I need to check the values of some globals to the station before opening a movie file.

    I was looking for a way to send a UImessage to frontendcallbacks.seq that contains the context of the sequence, but I couldn't make it work. What is the best way to access the context of the sequence of the user interface?

    Hello

    In your user interface, use the Engine.Globals to get a reference to the StationGobals, then you can use the PropertyObject.GetVal and SetVal to read or write to the necessary StationGlobals.

    Concerning

    Ray Farmer

  • How can I join buttons visible teststand keyboard shortcuts in a labview user interface

    On a normal labview VI, it is possible to configure the desired for example key navigation options assign a keyboard shortcut to a control. Is it possible somehow to assign a keyboard shortcut to the visible controls ActiveX Teststand i.eg. a basic custom user interface labview Teststand button?

    Help, please

    You may be able to do by cloning of each button, assign a shortcut to the clone, and then firing an event and call the method "DoClick' of the TestStand button - I say maybe because I can't verify the DoClick method will do what you want.

    Obviously, you can hide the clones on the front panel if necessary.

  • Event generation of click for the Run button programmatically in LabVIEW User Interface

    Hello

    I use the user interface of LabVIEW Simple (Simple OI - VI.vi first level) for my application teststand with small changes. Here, I don't want to click the button run every time. Generate the click event of the Run button (which tringgers the TS gear) by programming the interfacr VI user or is there a method for tringger TS gear?

    More information:

    LabVIEW worm: LabVIEW 2010

    TestStand worm: TestStand 2010 SP1

    My sequence Run point enry's 'Test DUT'

    Thank you

    Alaka

    Hi Adarsh,

    There's a DoClick method for the TS user interface buttons! Just wire the ref button to invoke node and locate the DoClick method.

    Kind regards

  • LabVIEW control Interface 54645d, please help!

    Hi, I can't get the two signals of track or to at least get channel 2 on my labview interface signal, I get two signal on the physical oscilloscope traces and when I try and run the labview interface it only shows channel 1. I was able to save data in an excel to CSV file and get a signal (channel 1), but now I am trying to get a second signal or if not possible, to achieve at least a signal of channel 2 on another window, please help, spent time searching for solution, but came to no solution and don't know how I can get this signal displayed. If anyone knows how I can get this works or if they can test on a physical oscilloscope to meet, I would really appreciate it. Please I am again asking for help. Thank you.

    Working w / Hardware: HP/Agilent 54645D Mixed signal Oscilloscope, Interface module of 54657A module attached to the oscilloscope, connected to a PCI-GPIB, GPIB cable using the function/arbitrary function generator HP 33120 A signal generator.

    A screenshot of the material (oscilloscope/function generator and front panel Interface) and my current VI is attached. Please if you can help me get a second signal of channel 2, I'll APRECIATE it thanks.

    John

    Hi John,.

    Since you are using a scope and an IVI driver, you will not be able to use the reading VI waveform to acquire two signals. However, you can use the initiate and extract the screws to acquire the signals of the two channels. You will first use the VI launch referring to both channels, and then, you follow this command with the Fetch VI for each channel individually. This article in the knowledge base I linked below gives a more thorough description of the reason why you cannot use the VI of waveform of reading for both channels:

    Using a Driver of Instrument specific scope IVI to acquire multiple waveforms at the same time:http://digital.ni.com/public.nsf/allkb/9FC2291D4CF6851A862567B30050AB12

    I hope that this helps explain the behavior you're seeing.

    Best regards

    Anna

  • labVIEW Arduino interface

    Hey,.

    I've interfaced arduino and labVIEW 2012. I run the LIFA_Base file in the window of the arduino and then close it and run my program in labVIEW. whenever I have stop the labVIEW program and the next time I run the program in labVIEW, that it's not until I reupload the LIFA firmware. So, what is the solution such that I did not download the LIFA firmware every time.

    Good quick response.

    Rich.

    Rich,

    I think your code is good enough to read the data in series.

    Please check the attached sketch (which is the same as what you have downloaded to the arduino) also I join the LabVIEW VI to read data series.

    Please make sure that the COM port that you use for arduino should be the same for LabVIEW.

    Also close to the arduino.exe (the software through which you have downloaded the sketch.

    Then, run the supplied LabVIEW VI.

    Better use of the arduino with LabVIEW, you can find step by step here information

  • LabView HTML Help in Deutsch

    ICH use LabView 8.2.1 möchte aber one zu der HTML-Help die deutsche HTML-Help use English English.

    Die ich kann WO Downloaden und wie kann ich am Hoteleinrichtung both categories und use?

    JA, das ist eine gute idea. ICH habe in der Zwischenzeit die deutsche HTML-Help von einem LabView-Benutzer zugemailt bekommen.

    Danke fur your Hilfe.

  • How do I create a native object LabView to interface custom H/W?

    I created an API for some custom hardware.

    I created the C - dll and Assembly .NET, and I can create using screws.

    However, for simplicity programmer, I'd rather widely to provide support in the form of a native LabView LabView object.

    I thought to do this via a Subvi, but I really prefer a native object.

    Issues related to the:

    (1) what is the name of fix/clean for a such a LabView native object that wraps the API for my custom hardware device?

    (2) what language this thing is written in?

    (3) can I write this thing, or NEITHER can create such a thing?

    (4) if I can write it, where can I get the SDK to create?

    Thank you very much

    -Dave

    Password, you can protect the vi or even remove the block diagram. And Yes, NOT only can create primitives.

  • Simple TestStand in LabVIEW user interface

    Hello community,

    I design a user interface for Teststand using the simple example of vi. The name of the file is VI.vi of first level

    I am trying to understand works vi inorder to make changes and ran into a few questions that I was hoping someone could answer for me please.

    To begin, I add my file sequence and click on 'Test DUT'. Then a dialog box appears asking to enter the serial number of the UUT, where and what are the causes that to happen in the code? After I entered my serial number it turns my code sequence and at the end an another message specifying in a green or red if the UUT success or failure. Where and what are the causes of success/failure boxes happen in the code?

    Thank you

    Kevin

    If you had posted this on the forum of TestStand, you would be probably got some of the answers better.

    But in the meantime, you need to open the SequentialModel.seq (or what is process model you use) and navigate to the entry Point of execution sequence, you use.  In this case, click Test UUT, the icon in the list of sequence and track the flow of test.

    With respect to the banner that appears after execution of USE test.  The banner is implemented as a DLL in the PostUUT callback.  It is based on the status of the MainSequence callback result.  It is the result of the test that you started by test DUT.

    The best advice I can give you is to go through the sequence of process template file and learn that it is not an easy task, but worth the effort.

    Thank you

    PH

  • get the error of bb - hostsvc.sh through the html interface

    When I try to click on an alert in html pages (any condition, red, yellow, green, clear, purple), I get the following error;

    ERROR!
    BB - hostsvc.sh called with invalid arguments

    the link looks like in below (redacted identifying information)

    http://myBBserver.domain.NET/CGI-bin/BB-hostsvc.sh?HOSTSVC=myBBclient, domain, net .disk & DISP =

    Someone at - it get this before? If this can help, based on a previous post of discussion, I have re-directed the bbconfig to solve a problem where my BB server not detected as "redhatES", but rather just generic "linux". I think it's where things broken, but not sure yet how to diagnose it beyond.

    Under $BBVAR/logs, I see the data I expect to see (shown below), so I know that the monitors are send the data successfully.

    $ cat myBBclient, domain, net.disk

    Yellow kills Nov 22 13:45:46 THIS 2011 - drive on myBBclient.domain.net to the warning level

    & Yellow /apps (91%) has reached the level of WARNING defined space (90%)

    1024 - filesystem blocks used available capacity mounted on

    / dev/sda1 256666 17036 226378 7% / Boot

    / dev/map/vg_root-lv_tmp 516040 31448 458380 7% / tmp

    / dev/map/vg_root-lv_root 2539312 1515716 892532 63%.

    / dev/map/vg_root-lv_home 1032088 54064 925596 6% / Home

    / dev/map/vg_root-lv_var 2064208 179532 1779820 10% / var

    / dev/sdb1 20635700 17789940 1797524 91% /apps

    / dev/map/vg_root-lv_opt 6192704 1356652 4521480 24% / opt

    Status unchanged in minutes 15.02

    Status message received

    probably the umask on behalf of BB.

    should be 0022

    or

    change the group to bbvar/logs to web server group id (unless the files are create user read-only, then you certainly need to change the umask of the user of BB)

  • How to sit interface with matlab 2010A and labview 2010

    I use tools of simulation interface 5.0 with matlab 2010A and labview 2010, I want to take my cue from matlab, labview but signal transfer, I am facing a problem. I want to know is there any compatibility issue in sit 5.0 or I do something wrong?
    photos of errors are attached.

    natasftw wrote:

    http://digital.NI.com/public.nsf/allkb/02F5FA55FC28BDE1862578A30071F975
    While it is for 2011, I doubt that they decided to remove 64-bit compatibility as they went forward as 64-bit has become more rather than less demand.  In this document,notes LabVIEW Simulation Interface Toolkit does not support 64 bit versions of MATLAB application software."

    The extent of the compatiblitly for 32 - bit, I'd take a peek at: http://digital.ni.com/public.nsf/allkb/D174674A91E5536286257428005C2426

    The OP's question was SIT support 64 - bit version of LabVIEW and 64-bit version of the MATLAB/Simulink itself, not the operating system software.

    Document in your second link is on a completely different topic to have API for LabVIEW and MATLAB/Simulink/RTW (well, mostly Simulink & RTW). Here is the relevant link for the 32-bit compatibility: http://digital.ni.com/public.nsf/allkb/049295038FF0EE2A86257A06006B2DAD is no SIT 64-bit.

    Other underlying issues is that Pharlap does not have a 64-bit version. Finally, simulations are better performed on some RTOS (embedded PXI) for a deterministic execution rather than PC operating systems.

    -BTC

  • How to jump to an anchor html when you open a web browser in LabVIEW?

    I would like to have the possibility to access an HTML anchor in a page I open in a web browser using LabVIEW.  I found a hacky solution to the former position of following forums (http://forums.ni.com/t5/LabVIEW/HTML-VI-Help-and-Firefox-bug/td-p/242055), , but I thought I'd check and see if there were other, better solutions available.  I don't want to use an ActiveX control to accomplish this task.

    Thank you!

    You should be able to add #anchor - label at the end of the URL to access the anchor to the anchor label. Who does not work for you? What browser?

Maybe you are looking for