HELP!!! Does LabView support a thin client or dumb terminal (diskless workstation) type of deployment

Hello,
Does LabView support a thin client or dumb terminal (diskless workstation) type of deployment? I have a need to run LabView on some sort of dumb terminal / diskless workstation.  If someone has deployed LabView in this matter, please provide me all the details on how this was accomplished (software, hardware, etc.)
Thanks

Sorry, can't call you.
My first suggestion has nothing to do with LV. It is simply connecting as a remote client to the windows server and controlling the windows session on the server.
My second suggestion involved writing a program which will contact the PLCs directly using Modbus and get the data from them. As mentioned, you can find some Modbus client implementations for LV by searching the web (or, if you have LV 8 and the DSC module, I think it should come built in).
My third was writing 2 programs - one would run on the server and one on the client\s. The server program would be responsible for sending the data to the client and the client would be responsible for interacting with the user and sending the appropriate messages to the server. I already gave you pointers on what to search for (the example finder can be found by going to Help>>Find Examples and the site can be searched from the box at the top of the page, but make sure you don't search just the forums).
In both cases, you would need to design the program and the interface for the user.
Wi-Fi also has nothing to do with LV and is simply a way to form a wireless network. Any mobile device would almost definitely have support for it and buying an access point to form the wireless network is easy and cheap.
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
Try to take over the world!

Similar Messages

  • Does LabVIEW support the SNMP (Simple Network Management Protocol)?

    I looked at LabVIEW 2014 online help for some info on SNMP.
    A problem was posted in 1996 and updated in 2008.
    Does LabVIEW Support the SNMP (Simple Network Management Protocol)?
    http://digital.ni.com/public.nsf/allkb/4CD3625A939A77DE852564050047D3BD
    This was addressed to LabVIEW version 4.
    What version are we up to now?
    Version 14?
    One solution offered was to get the SNMP VI from Viodia.
    Why should I have to spend another $1,000 for a VI from Viodia after spending $5,000 for LabVIEW Professional?
    Come on National Instruments, offer up SNMP to go with your professional package.
    There seems to be a lot of chatter about SNMP on the forums.
    I’m sure a lot of customers would be happy to have an official LabVIEW VI for SNMP.

    I find it unreasonable to expect that LabVIEW supports out of the box every network protocol that has ever been invented under the sun. You may find SNMP to be the most important protocol on the world but for most programmers it is a niche protocol that they may have heard of but never will happen to come across in their applications. It's in fact pretty low level for a very specific purpose of managing network connected resources.
    On the other hand it is not rocket science either so can be implemented by someone with enough determination on top of the native network interface functions in LabVIEW. Is it a lot of work? Yes, you bet! Is it worth 1000 bucks! If you really need it and your own work hours cost anything more than a few cents per hour, most probably too! If you can live with an implementation that is supporting many but not all features of SNMP, the link on LAVAG is a very good and nice one.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Does LabVIEW support Mobile and Wireless Protocols?

    Does LabVIEW support these protocols;
    3G     GSM        PHS   
    4G     HCSD        TACS   
    CDMA     HSDPA        TDMA   
    CDMA2000     iDEN        TD-SCDMA   
    EV-DO     Mobitex        UMTS   
    FDMA     NMT        WCDMA   
    GAN     PCS        WiDEN   
    GPRS     PDC        WiMAX    
    If it does (some or all) of these protocols, what do I need to install to get VIs supporting these protocols (I mean which packag/ toolkit etc contians supporting VIs/ functions etc)?
    Thanks for your help!
    Have a very pleasant day!

    Most of these protocals are OS-supported. LabVIEW doesn't have lower level interface VIs.
    For instance LabVIEW doesn't build a TCP/IP stream with header and stuff, the OS TCP/IP stack deals with that stuff.
    For testing the quality of such network there are special hardware (most PXI) and software solutions.
    What is it that you want to achieve?
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Does Labview Support a Hierarchical VHDL Instantiation into Labview Clip Nodes?

    Hello,
    Does Labview Support a Hierarchical VHDL Instantiation into Labview Clip Nodes?
    I followed the available help, and called out the top-level VHDL in my XML file.  Unfortunately, my lower level VHDL components are being read as a Black Box and I am getting an error during compile.  So, what must I do to instantiate hierarchical VHDL code into a clip node?
    Solved!
    Go to Solution.

    Yes, but you need to include the paths to all of your VHDL files in your CLIP XML.  This tells LabVIEW which source files to copy into the compilation directory.  Here is an example (which assumes the source files are in the same directory as the XML):
    <CLIPDeclaration Name="NI Example CLIP">
      <FormatVersion>1.0</FormatVersion>
      <CLIPVersion>1.0.0</CLIPVersion>
      <HDLName>ExampleClip</HDLName>
      <ImplementationList>
        <Path>ExampleClip.vhd</Path>
        <Path>SubComponent.vhd</Path>
        <Path>Fifo32.ngc</Path>
        <Path>ExampleClip.ucf</Path>
      </ImplementationList>

  • How does Labview support redundancy?

    I have a control system and Labview will act as the means of control/monitoring. However, I want to have a primary and secondary computer with duplicate system setups. How does Labview support this type of redundancy such that if the primary goes down, the secondary will take control seamlessly.

    Hi,
    LabVIEW has many capabilities that can be combined to create a very robust redundant system. Some of these features include the following:
    Archiving databases periodically
    Monitoring a process on a remote machine
    Executing an application on the backup when the primary has failed
    The most straight forward method of implementing the monitoing is to use discrete memory tags to create a heartbeat. When the heartbeat on the Primary machine has stopped, the backup should take over and begin execution.
    If you have specific questions about how to implement this, feel free to call support by going to www.ni.com/ask.
    Regards,
    Mike

  • Does LabVIEW support USB 2 interface?

    I need to transfer data from the USB port 2 but I'm thinking of using LabVIEW for interfacing. Does LabVIEW support USB2?

    Yes, you can talk to USB devices using the LabVIEW 7e VISA VIs (see the attached image of the VISA USB Function Palette).
    Copyright © 2004-2015 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.
    Attachments:
    VISA_USB_Function_Palette.gif ‏38 KB

  • Metaprogramming - does LabVIEW support reflection?

    Does LabVIEW support reflectivity in metaprogramming?
    By this I mean, can LabVIEW programatically generate LabVIEW code? Can one write a VI whose output is other, new VIs?
    I think this amounts to a question of whether there is a way to create data having the same type as VIs do, for example by writing binary files. I've looked at .vi files in a text editor, and there is not much I can make sense of.

    tst wrote:
    Ben wrote:
    Of course you may be the FIRST person to harness that critter.
    Definitely not the first. NI created scripting so it could be used (for the vision builder, if memory serves) and use it they do. When you use LVOOP, for instance, you use scripting every time you create an accessor VI. I'm sure there are other places where it's used and it looks like NI is making it more organized. 8.6 has a folder of VIs which seem to translate XML into scripting commands. I haven't looked into this, but I assume this was done because it's used somewhere, not because NI felt like playing around.
    What can I say?
    Yep!
    Ton wrote "(I always had the impression that at least this code makes usefull use of scripting) "
    So NOW what can I say?
    So little apetite, and so much humble pie to eat.
    Ben
    Message Edited by Ben on 01-05-2009 01:59 PM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Does LabVIEW support Multi Document Format

    Hi
    I had a doubt that does LabVIEW support Multi Document Format like Microsoft Word, execel etc.
    please reply me with some solution if anyone has
    With Regards
    Avni

    Yes, I know very well what MDI is, I just don't know what Multi Document Format is
    Programs like word, excel, etc support reading/writing of files in multiple formats (e.g. *.doc, *.rtf, *.txt, etc. for word or *.xls, *.csv, etc. for excel), so the question could be along these lines. I guess we have to wait for the original poster to come back to clarify.
    LabVIEW Champion . Do more with less code and in less time .

  • Does LabView support RS232 Z-Modem Protocols?

    There is the possibility to send Files with z-modem transfer protocol via the hyper-terminal. Is it also possible to do the same thing with LabView?
    Thanks for answers.

    Hello Suttema
    I think Labview does not support zmodem directly. You will have to use a dll or an Antivex.
    The one from adontec (www.adontec.com) looks interesting. You can google for more.
    Hope it helps
    Alipio
    "Qod natura non dat, Salmantica non praestat"

  • Does labview support dll which has sub functions that are static functions?

    Dear all,
    I wrote and compiled a C function into dll to be called by labview. The function calls a sub function. It works fine if it is a normal sub function. However I see that if I declare the sub function to be static, labview will crash. So is it that labview does not support static function in dll?
    Best,
    Miao

    A static function simply means that it is local to the C module that defines it and can't be seen from other C modules in a library. It should not change anything else about how it works.
    So in conclusion it should not make a difference in if it crashes or not but only create possible problems in linking the library. It seems extremely likely that you have another problem in your library that gets somehow triggered more easily when you compile your code with the static functions, but it should not have to do anything directly with the fact that you have static functions in itself.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Lion Server does not support Windows 7 clients?

    I have several clients who have Windows 7 workstations and Mac OS Lion servers. They cannot connect to their shares using any of the server accounts. I just installed Lion clean, bought Lion server and cannot connect to the shares from Windows 7 (Pro 64bit). I can connect from Windows XP Pro workstation. This is a major problem. I have read of some ways of changing the security settings in the bowels of Windows 7 to allow it connect (it is noted that these also say it will not work on Windows Home) but so far none of these methods have for me or my fellow techs. Not to mention that if to connect a Windows 7 client to a Mac we have to get in a muck with the registry every time - even if this were successful - it is a terrible way to support Windows.

    This has been madness. So many alchemist fixes around Google for what seems to be a common problem: edit the registry, alter security settings, configure OpenDirectory, kiss a frog. What happened to the idea of sharing a folder on the LAN and getting back to work?
    How do I confirm the string that serves as my Lion Server's FQDN?
    On a (perhaps) related matter, I am confused because in my PC's "Network" list I see my Lion server as "MACMINI-0302EC" which seems like a generic machine name plus partial MAC address, but I've given the server a customized name in the server's System Preferences... 

  • Does LABVIEW support general xml structure file operations?

    Hi,
    I had gone through lots of posts regarding the xml with LABVIEW.But I'm still not convinced with whether LV can handle xml file read
    (the reason is ,I understand that u can generate an xml file with LV and read it back with minimal effort).
    In case if a xml file is created by a different application,can LV read it & display & How easy is that task?
    please let me know do i need any library files for it.I had downloaded MSXML 1.5 toolkit and gone thru the vi's,but still i didn't find a concrete program for doing a simple read/edit for any xml file already created.
    Thanks in advance,
    -Murali

    Hi,
    Thanks for the support.
    My xml was corrupted so it wasn't able to load it.Anyway i was able to load it & display the records(because of your support),I updated a record as you said and saved it.But when i reload it,modified record is once again included in last with modification(that means details of  lodder was present with phone number as last record once again).
    Anyway i would more interested to know if i can get details of any particular node from xml file.
    for example:If i provide input as HOME_ADDRESS(of personneldemo xml file),i need details like Street address, phone number etc of that node.
    Help on this will be greatly appreciated.
    Thanks in advance

  • Does LabView support the Named Pipe function for interprocess communications

    I have searched around ni.com enough to know that LabView for Unix supports this feature but don't know about for the PC running Win 2000 Pro.
    I am trying to have a LabView program that collects data and displays it using another program (non-LabView) running concurrently. The non-LabView program would display the data in a PPI window. We would like to use a Named Pipe method to transfer the data from the LabView program to the non-LabView program. Can that be done using LabView?
    Thanks.
    SonarRob

    There is a project on OpenG I have started which does implement pipes
    access under Windows in a similar way as has been available for Unix
    already in LabVIEW.
    The library is still to be considered Beta and there is no OpenG
    Commander package yet. I actually intend to also port it over to Linux
    but that could take a while. If you want to get the library for the
    time being, you will probably have to learn how to use CVS to access
    that library on the CVS servers on sourceforge. Alternatively you can
    access the repository over the web based CVS interface under
    http://cvs.sourceforge.net/viewcvs.py/opengtoolkit/pipe/. Here you will
    have to download everything in the "source" directory and if you want
    to see some examples for their use also the "test" directory.
    Rolf Kalbermatter
    Message Edited by rolfk on 07-07-2005 04:41 PM

  • Does LabVIEW support matlab's MWArray data type?

    I build a .net control using matlab R2006a for LabVIEW7.1 or 8.2 to call ,but I found that LabVIEW can not support MWArray datatype,but the  method of the .NET control  created by matlab R2006a just use MWArray datatype input and output,so how can I get out it?
    Thank you !
    E-mail: [email protected]

    Here the dll file is just the .NET control created by matlab R2006a and visual studio .NET 2005;we can use LabVIEW 7.0 or later to call it ,so let we try ,and may someone  know the answer.
    Attachments:
    dotnet test.zip ‏168 KB

  • Does Labview support comms with a q-series PLC

    Hi
    Does anybody know of a opc driver that allows comms to a Mitsubishi Q series PLC from Labview
    Thanks
    Paul

    Paul,
    There's nothing for the Mitsubishi Q series PLC's in the NI Lookout Protocol Drivers.
    There may be something from the manufacturer of the PLC, or a 3rd party, which can talk to the PLC and also communicate OPC, which LabVIEW could then read. That's a common solution.

Maybe you are looking for

  • How to do reversal of GI for production order in  MIGO transaction

    Hi, i want to do  reversal of Goods issue for a production order in MIGO transaction  only . is it possible and how to give the inputs to it. i am  selecting goods issue and giving  order number and giving movement type 262. then it is selecting only

  • Extractor issue

    Hi Gurus I am checking the values in the faglflext, when trading partner is posted with the journal entry, the posting period is 16 (where i am posting in this period , so i need the period to be 11 ). while i check the same entry in faglflexa the tr

  • Authorization flow Business Transactions

    Hello partners, I have a issue with the authorization flow concept. My need is : A.- the transaction type z01 is only for the user that belong to unit org A, object CRM_ORD_OE B.- the transaction type z02 is only for the for own transactions of the e

  • Active directory response: 00002098: SecErr: DSID-03150A48, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0

    Hi All, I have just added my first 2010 exchange server to our organisation. Upon trying to enter the product key, i get the following: Error: Active Directory operation failed on DC01.myorg.com. This error is not retriable. Additional information: I

  • Ibase  Component Valid to Date

    HI Experts, I am creating a Ibase in CRM 5.0 with Ibase Category 01. when i am adding Product as a component I am  not able to edit the Valid to date  31.12.9999. I would like to know from where the enddate is getting determined. Regards Pavan.A