Creating Website in LABVIEW

Hello,I want to learn creating websites in labview.I have no knowlege of creating website in html or php.So anyone can please help me with the same.
Thank You.

When you say create a web site, do you mean that you want to create a "standard" set of pages? Or post a VI on the web? Or have some sort of interactive control through a web interface. These are all different things and will have different answers.
If you are looking at creating "standard" set of pages, everyone else that posted is correct in saying that LabVIEW is not really a good fit and you will be better off using something else (even just notepad and a manual) to build your site.
If you are looking at posting a VI or creating an interactive VI for control, LabVIEW can do that and do it well.
So, could you please be more specific?
Thanks,
Bob Young - Test Engineer - Lapsed Certified LabVIEW Developer
DISTek Integration, Inc. - NI Alliance Member
mailto:[email protected]

Similar Messages

  • How to display a music album in a iWeb created website on MobileMe

    Hi There
    I have several songs and some Music videos that make up a Music Album (mine that I have made myself do I have the copyright to them) that I want to publish on my iWeb created website (hosted on MobileMe)
    How can I get the whole Album to import. I have try dragging the things from the media side bar, I have also just tried dragging the whole album direct from the iTune Library, but no matter what I try it displays all the songs and the video as separate files and wont import them as a whole album.
    Can someone tell me how to get them as a whole album
    Thanks
    Jason
    Message was edited by: Jason G Telford -- message was accidentally posted before it was completed

    Do you want to have the visitors play each of the songs and videos? You can use a flash based jukebox for the audio files and a video jukebox for the videos. You would only have to upload the files to your server once and then link to them there. With these methods the files don't load until you select the play button thus allowing the page to load much quicker.
    Roddy's iWeb for Musicians site has a number of such examples on these pages: Music Players and Video LightBox Audio Jukebox.
    Happy New Year

  • Create installer without labview

    Hi,
    Is it possible to create an installer without LabVIEW? I am supporting Windows 2000 through 7 and the versions of NI software varies with each OS, specifically when dealing with oscilloscopes running Windows due to VISA conflicts.
    The two main problems I have with creating installers with LabVIEW (Application Builder):
    1) Windows 2000 requires the Product Framework before 2.8.0. This makes it impossible for installers to run on Windows 2000 that require product installation newer than 2.8.0 which is basically every installation for Windows 7.
    2) As far as I am aware, the required software has to be installed on a local machine first before creating an installer. Then you navigate to the Additional Installers section when creating an installer to add to the installation. The location path will point to the orignal CD drive or location it was installed from on the local drive. I don't see why this required. Why can the installer be created directly from the extracted files without it being installed on machine?
    Thanks
    Solved!
    Go to Solution.

    Wow guys, thanks for two blatent insults. If you don't have anything nice to say don't say it at all.
    A little further explaination:
    Supporting and maintaining Windows 2000 in 2014, I agree, is cumbersome. However, you have to realize these oscilloscopes that run Windows 2000 in 2014 still cost upwards of $8,000 to replace and the operating system cannot be upgraded. Why do they still cost so much? Because they are very useful tools. And new ones cost $20,000 to $30,000. I don't think that this effort is "los[ing] [the company's] ability to make a profit".
    For those of you that are interested in the orignal question posted here is my solution.
    I used SFX Builder (http://sourceforge.net/projects/s-zipsfxbuilder/) to bundle NI's software into a single executeable file. Heres the steps:
    1) Download all necessary NI software
    2) Download SFX Builder
    3) Download 7-zip (http://www.7-zip.org/)
    1) Extract all NI software into a single folder and use 7-zip to compress into a .7z archive
    2) Open SFX Builder and add the .7z archive to the File tab
    3) You can easily set the path of extraction to anywhere on the computer, the temp (%temp%) is the most useful
    4) On the Tasks tab click the add/plus button and select Run Program, then enter the path where the extraction happened, here is an example
    5) Easy peasy!

  • Unable to Create Website using "Create Web Site" action component in Release Management

    Hi Team,
    I am trying to use Release Management to Deploy my Website along with DB in staging servers.
    I have set-up 2 Staging Servers SIT & UAT Both 2012 Servers with IIS 8.5 Configured.
    Defined Release Path and Release template.
    Deployment Sequence is something like this : 
    Deployment Sequence - Server Name - Create Folder - XCopy - Create Website - Configure Website
    Build is successful, drops the output to Output folder and RM gets initiated with it's work.
    It creates folders as mentioned in the "Create Folder" activity.
    It copies the whole content from _PublishedWebsites to the mentioned location.
    It gets stuck with the "Create Website" step.
    Initially I have provided details as follows : 
    AppPoolName
    IsPreloadEnabled
    IsAutoStart
    SiteName FabrikamSIT
    PortNumber 80
    PhysicalPath c:\FabrikamRM\WebSite\SIT 
    Later, I tried providing 
    AppPoolName DefaultAppPool
    IsPreloadEnabled 1
    IsAutoStart 1
    SiteName FabrikamSIT
    PortNumber 80
    PhysicalPath c:\FabrikamRM\WebSite\SIT 
    Then also no luck.
    Deployment gets rejected and the error that you can see when you hover the mouse is : 
    Task failed with the exit code -2146232576".
    No much info available with this eror code in net also.
    Any help in getting this simple site created is highly appreciated.
    Thanking you in advance,
    Regards,
    TFS Queries

    Hi,
    For the deployment sequence, you might need add the action of "create application pool" before creating a website.
    Another method is check whether the build output can be deployed manually. If yes, then you can trobleshoot the problem in your deployment sequence and parameters. You can create the website manually and deploy your build output to the website. If you have
    any other concerns about the deployment, you can also open a new thread in IIS forum for a better response.
    If the issue persists, please elaborate more details about your scenario with sceenshots.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to create website on iweb and make it public, and tell me how to put a password on it.

    Hi, can you tell me how to create website on iweb and make it public, and tell me how to put a password on it, thanks.

    Find a webhosting company :
    http://www.google.jo/search?q=webhosting+jordan
    They will provide the instructions how to password protect a directory (=folder)?
    Until you find one, you can practice on your own computer :
    http://www.wyodor.net/Tutorials/iWebDemo/sFTP.html
    Here's a some tutorials :
    http://www.apple.com/findouthow/web/

  • Create DLL from labview and calling it from other application

    I have an application built using Labview. I wanted to create DLL out of it. The application has
    two String inputs start and stop buttons and two status indicators.
    1. How to itegrate start and stop buttons from function prototype?
    2. Does Labview created DLLs requires labview runtime engine when it is to be called from other application?
    Can some one help on this.
    Solved!
    Go to Solution.

    Hi Yuvish,
    1) They should be boolean inputs to your VI. But does it makes sense to provide a stop button input at the start of your VI? (THINK DATAFLOW!)
    2) Yes, the LV-RTE is needed...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Create dll from labview

    Hi all:
    I am using labview 8.5 , i want to create dll for spacific vi , to use its output in another program like C++,
    can any one help me to learn the steps to create dll from labview
    thanks

    You need the application builder (which is part of the professional distro).
    In general you should every VI that you want as a function set to 'top-level'
    If you right click on the builds in your project you have an option to build a DLL (if you have the application builder), from there on the help is available.
    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!

  • Trying to create website in Dreamweaver on PC

    Hello everyone!
    I am really in need of help. After viewing several tutorials for creating websites in Dreamweaver and even registering for a paid subscription to lynda.com and viewing those tutorials, I am still unable to create a website using Dreamweaver. I think that it has something to do with my PC. When ever I try to create a new folder, my computer will not allow me to. I am frustrated about it and I dont know what to do. Someone please help. I am using Adobe Dreamweaver CS5.5 on a Gateway PC. Again please help!

    Please repost in the Dreamweaver forum.

  • Incompatible with PC Created Website

    I've been given admin privileges on a PC-created website. When I try to mod existing text, I get things like:
    "<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 10"><meta name="Originator" "
    Anybody got a clue how I can make this look like the english language?

    Perhaps things are getting confused over the differences in line end charaters
    supports three file formats: 
                unix (lines end with LF),
                  dos (lines end with CR LF), and 
                  mac (lines end with CR).
             http://vim.wikia.com/wiki/Change&#095;end&#045;of&#045;line&#095;format&#095;for &#095;dos&#045;mac&#045;unix
    Textwrangle lets you work with PC line end characters.
    "At its most basic, a text editor is a tool for simply editing text. You can use a text editor for a wide variety of tasks from cleaning up data, to editing configuration files on your Mac or server, to writing HTML or coding."
    http://www.barebones.com/products/TextWrangler/
    The word source should be around somewhere. Find it. & edit it.
    Word should be able to edit the html it creates. ( I think. ) Edit with word.
    Robert

  • Publishing IWeb Created Website in AOL Space

    Hi!
    I created a website using iWeb. It was very easy to do. However when I tried to publish it on my AOL webspace, it did not work. I uploaded the contents of the desktop folder to my AOL FTP space but when I went to the URL, neither the text not the jpgs displayed properly.
    Am I doing anything wrong? Has anyone successfully uploaded an iWeb created website to AOL space?
    Thanks in advance for your help and advice.
    Most cordially,
    Rudy
    ([email protected])
    iMacG5   Mac OS X (10.4.7)  

    I uploaded the contents of
    the desktop folder to my AOL FTP space
    How did you do this? I think you must use a real ftp
    program and not the AOL uploader, as the latter will
    not preserve the structure of your site, which is
    required for it to work right.
    Like others, I recommend you use another host. AOL
    is just a pain.
    Hi Tom!
    Thank you for your insights.
    What is a real FTP program and where does one find it? Also can a real FTP program be used with AOL? I uploaded to my AOL webspace usng the buttons and tools that AOL provides for doing this.Is there any other way?
    Thank you for your help.
    Most cordially,
    Rudy
    ([email protected])
    iMacG5 Mac OS X (10.4.7)

  • The password/user name function of my iWeb created website does not function...

    The password/user name function of my iWeb created website does not function now that I have moved it from MobileMe to another host.  I read that the password/user name feature works for MobileMe but not for a FTP host.  Now that MobileMe is not going to be available is there a solution?

    Yup,
    http://support.godaddy.com/help/4057
    How to Password Protect a Directory GoDaddy

  • Cannot Create Website

    Hi,
    I am having a trouble. I have created a website firstly and I deleted it successfully after creating. And then created again with same name. But Azure gives me a "Provisioning failed." error.
    Here the detail : "Please try again. If the problem persists, contact support."

    Hello hsynlms,
    1. Are you trying to create a database with the website or trying to connect to an existing database?
    2. Are you able to create websites with a different name on the Azure portal?
    If you have already deleted the website and would like to create the website using the same name you should be able to create it as long as it is not taken by some other users.
    If you are trying to connect to an existing database when creating the website, please make sure that you enter the correct credentials for the database.
    If this does not work, I suggest that you try to create the website from the New portal and check if you are able to create the website:
    You can still try this to fix the issue:
    1. Connect to the new portal https://portal.azure.com.
     2. Create a web site, This will connect a new website with the old portion left.
     3. Go to the old portal https://manage.windowsazure.com and delete the site. This will delete whatever was leftof the previous web site.
     4. In the old portal create the web site again.
    Thanks,
    Syed Irfan Hussain

  • How to create website

    Does it make sense to use iWeb to create a website?

    Not with iWeb 2 (08) as it's not compatible with Mt. Lion.  iWeb 3 (09)  works fine with Mt. Lion and can be used to create websites. It's a bit antiquated in its capabilites but still easy to use. A lot would depend on what type of website you intend to create and what features you require.
    If you're thinking of a different app to use that's been discussed many times here.  Just do a search in the iWeb forum for "alternative to iWeb" to get a list of topics discussing other apps.
    OT

  • Since (in CC) Adobe have killed our ability to create website portfolios...

    Since (in CC) Adobe have killed our ability to create website portfolios via the CS6 OUTPUT workspace, mightn't it be nice to have a Save for Behance script?

    Adobe *claim* to now allow one to install (manually, tediously) the Output Module for Bridge CC.
    However, it results in an I/O error when running.
    http://helpx.adobe.com/bridge/kb/install-output-module-bridge-cc.html

  • Cannot load iweb created website onto iphone.

    Cannot load iweb created website with iphone. I have tried with 2 iphones and they couldnt load the page. I also have tried with windows 7 internet explorer, safari and in Leopard also, they'dd all work.
    All I get from my iphone is : Safari could not open the page because the server has stopped responding.

    I think I found your problem Safari on the iPhone does not like "framesets"
    Safari on iPhone does not support:
    Events: mouseover and mouseout, including :hover styles and tool tips, (but it does support onclick and event listeners). Safari on the iPhone does not support the document events of onkeydown, onkeypress and onkeyup, the form-field events of ondblclick, onmouseenter, onmouseleave, onmousemove, and onSelect, and the window events of onresize and onScroll. This is not an exhaustive list, so test your event handlers before listening to me.
    window.showModalDialog()
    Plug-ins: Flash or Java, and plug-in installations. Do not ask users to download Flash.
    File-size: Non-streaming files of over 10MB. CSS, JavaScript and HTML files are limited to 10MB per file. JavaScript is limited to 5 seconds of execution time. Safari for the iPhone does support gzip compression, so compress!
    The iPhone does not support gifs, png or tiffs over 8 MB and jpgs over 128 MB (but does support larger streaming media files).
    You can use iFrames, but avoid framesets.

Maybe you are looking for