Tutorial to build CGI applicatio​n

I have to put in place a distance learning remote laboratory at
university. At the moment we are using Labview 6.1 with th internet
toolkit.
I understand the standard examples provided with the add-on.
I would like to find a step by step tutorial to build a sample CGI
application with or without paramters pass through the URL.
Thanks for your help,
Regards,
Philippe

Hello Philippe,
Here is a link to the CGI tutorial we currently have on our website: http://zone.ni.com/devzone/conceptd.nsf/webmain/E8​A8D4B9497A1E1E86256802007B8E06?opendocument. It is not step by step, but I think it will help you.
Also, if you need help with building your application into an executable, please look at the following knowledge base: http://digital.ni.com/public.nsf/websearch/17427B6​23FE6083F86256D1300705CFE?OpenDocument
I hope this helps.
Regards,
Jyoti F.
National Instruments
Also, if you need help with

Similar Messages

  • Looking for a simple tutorial to building my first responsive web site in Dreamweaver CC.

    I am looking for a simple tutorial to building my first responsive web site in Dreamweaver CC.
    I have watched the tv.adobe video 3 times and I cam not able to do the actions the author shows.
    help.
    Ken Edwards

    Responsive and simple don't go hand-in-hand.  First do some prep-work to understand the concepts.
    Responsive Web Design
    http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/
    Introduction to CSS Media Queries
    http://www.adobe.com/devnet/dreamweaver/articles/introducing-media-queries.html
    Jump start your RWD projects with any of the Responsive Frameworks below:
    Foundation Zurb
    http://foundation.zurb.com/templates.php
    Skeleton Boilerplate
    http://www.getskeleton.com/
    Initializr (HTML5 Boilerplate, Responsive or Bootstrap)
    http://www.initializr.com/
    DMX Zone's Bootstrap FREE extension for DW
    http://www.dmxzone.com/go/21759/dmxzone-bootstrap/
    Project Seven's Page Packs (Commercial CSS Templates)
    http://www.projectseven.com/products/templates/index.htm
    Have fun!!
    Nancy O.

  • Where can I get the best guide(tutorial) on building a montage

    where can I get the best guide (tutorial)
    on building a montage in elements 10.
    I do not seem to explain myself correctly - sorry.
    My idea of a montage is to overlay one picture (or more) on top of another (background)
    Thanks

    See these Adobe video tutorials:
    http://tv.adobe.com/watch/learn-photoshop-elements-10/easily-create-a-photo-collage-effect /
    http://tv.adobe.com/watch/learn-photoshop-elements-9/creating-a-photo-collage/
    Ken

  • Where can I find a tutorial to build a 3D carousel in AS 3.0?

    Anyone know where I can find good a tutorial to help me build
    a 3d flash carousel in AS 3.0?
    Or anywhere I can download a flash file or anything I can
    play around with to figure it out?
    I would prefer it to be XML driven.
    I would like to build a carousel like this:
    Carousel in 2.0
    Only I would like to learn to build it in action script 3.0.
    I appreciate it.

    A little Googling is all you need... I can't speak of it in
    terms of decency though... I never tried the tutorial myself. It
    appears to be more of a here is the code approach.
    http://flash.lillegutt.com/?p=46#comment-35

  • Tutorial to build a comments page

    I am looking for a comments tutorial that I can put on my
    webpage for a particular subject. Such as people wanting to make a
    comment on a movie and the ability to quote other people. I would
    like not to require people to login to leave a comment.
    Thanks, Don

    Lauren,
    I've been doing Web Development for about one and a half years now. I now have knowledge of HTML, CSS, and Javascript based applets. However in the beginning I didn't know where to start. I actually started off with Geocities Web-hosting from Yahoo. They had many templates and things and pretty much took care of all the coding for you. .Mac has some really nice templates in it and many features. I would also recommend iWeb as part of iLife 06 for anyone that wants to get started with a personal Blog or Picture album or even a Group. Now that I have a more extensive knowledge of HTML and CSS I use Dreamweaver to make websites from scratch however you will need to be able to use HTML pretty well before going into this App.
    The three things you need to consider for your website are:
    1. What will it be for? (how much traffic Bandwidth usage and server OS)
    2. What type of website will it be?
    3. Hosting of your website and domain name (if needed)
    It's even possible to host a website off your Mac. Starters for Web site starters can be, .Mac, Xanga, Yahoo Geocities, Blogger, and Many more. Will this website be for personal use or one of a organizations or Clubs?
    I will be more than happy to help you in your website building! Web Sites are as easy to make as you want them to be.
    Sincerely, Internet Wiz™

  • Tutorial: Flash Builder 4 beta 2 and PHP Data/Services for beginners

    Hi fellas,
    I've written this tutorial for total beginners to get quickly to FB4 and PHP. Comments welcome
    Flash Builder 4 and PHP Data/Services for beginners
    http://www.flashrealtime.com/flash-builder-4-and-php-data-services/

    Hi,
    The first issue will be the pathing differences between wamp/mamp/xampp, some use www as root others htdoc you need to setup the php services on your local machine rather than importing a project.
    The created services will have a connection array declared at the top of the code that points to the mysql server, in the project default debug folder you will have the config file that has the zend and webserver path
    top of service file
    ============
    var $username = "root";
    var $password = "";
    var $server = "localhost";
    var $port = "3306";
    var $databasename = "zend";
    var $tablename = "clients";
    var $connection;
    amfconfig.ini
    =========
    [zend]
    ;set the absolute location path of webroot directory, example:
    ;Windows: C:\apache\www
    ;MAC/UNIX: /user/apache/www
    webroot =C:/wamp/www
    ;set the absolute location path of zend installation directory, example:
    ;Windows: C:\apache\PHPFrameworks\ZendFramework\library
    ;MAC/UNIX: /user/apache/PHPFrameworks/ZendFramework/library
    ;zend_path =
    [zendamf]
    amf.production = false
    amf.directories[]=Zender-debug/services
    In your main project folder you have a .model folder the file there is an *.fml file that contains your channel endpoints etc.
    David.

  • Any tutorial for building adapters and routing services for JBI container ?

    Hi
    Thank you for reading my post
    is there any tutorial for Sun JBI container ?
    I want to know how i can build/deploy JBI components like adapters and routing service for Sun JBI container .
    another question is that , is it based on OpenESB ?
    thanks

    You can find a white paper on writing a JBI service engine here:
    http://java.sun.com/integration/reference/techart/DevelopingAServiceEngineComponent-1-2.pdf
    Also, there is a lot of information on JBI and Open ESB here:
    http://java.sun.com/integration/
    You ask if the Sun JBI container is based on Open ESB - it's actually the other way around: Open ESB is based on the Sun JBI container. The JBI container is a JSR208-compliant implementation, and Open ESB builds upon that implementation to add full ESB capabilities.
    hope this helps -
    mark

  • J2EE tutorial   clientsessionmdb build???

    "The J2EETrademarked 1.4 Tutorial
    A J2EE Application That Uses the JMS API with an Entity Bean
    In the directory <INSTALL>/j2eetutorial14/examples/jms/clientsessionmdb, use the build target to compile the source files:"
    the build fails:
    asant buildBuildfile: build.xml
    init:
    prepare:
    [mkdir] Created dir: D:\down\Sun\j2eetutorial14\examples\jms\clientsessionmdb\build
    build:
    [javac] Compiling 5 source files to D:\down\Sun\j2eetutorial14\examples\jms\clientsessionmdb\build
    BUILD FAILED
    file:D:/down/Sun/j2eetutorial14/examples/jms/common/targets.xml:8: D:\lib not found.
    Is some Environment variable like JAVA_HOME or somesuch required
    to locatte "lib" ????

    Did you set the j2ee.home property in the appropriate properties file? Did you search this forum? This is a common error that has been asked many times in the past.

  • Step-by-step tutorial for building data model

    Hello,
    I'm looking for a step-by-step tutorial, which will build data model in BW (data sources, transformations, cubes). So far I found only one: http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4096b8fc-6be7-2a10-618e-b02a5e5e798f
    May someone knows other tutorials?

    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/4096b8fc-6be7-2a10-618e-b02a5e5e798f
    Regards,
    Sushant

  • B1if - Looking for step by step tutorial to build first / sample integratio

    I have used std Bizpackages on the B1iSN side. B1if is totally different. I learn by example, and was hoping someone could point me to a document that would walk me through building a sample scenario importing data into SAP Business One.
    I have looked at the guides available in the Integration Framework, but could not find a step by step tutorial. The training / documentation for a B1if newbe seems to be pretty light.
    Thank you.
    Mike W

    Hi Mike,
    We have conducted several webinars around the world and all the recorded sessions are available in the PSD calendar (https://psd.sap-ag.de/PEC/calendar/). Just search for B1 sessions archived in May/June this year 2011.
    You will need an SAP user in order to be able to see them.
    There are also some theoric sessions on the SMP at http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000741411&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E& .
    All the exercises should be also published in that page soon (middle/end of October aproximately)
    Hope it helps
    Trinidad.

  • :: Tutorial Announcement :: Building :: Advanced Search :: Application.

    Hello everyone.
    In this tutorial i will show you how to create an easy and powerfull :: Advanced Search :: that allow Visitors of your site to search through records and other members in your site.
    This :: Advanced Search :: is give the visitor to search for members registered in your site, it`s very useful if you have dating site, because it provide the searcher the chance to search between number of records are matching same age, say we need to search about:
    - Man looking for Women age between 18 to 30.
    * the results will give us how many member are matching this search criteria
    The estimated completion time for this section is about 15 minutes. It depends on your authoring knowledge with Adobe Dreamweaver and Developer Toolbox.
    :: Go To Tutorials ::
    :: Go To Online Demo ::

    Hi there Waleed (or anybody who can help
    My name is Charis
    If you have time I would like a little help....
    I have been following your tutorial "Building Advanced Search" Tutorial
    It is great, Just what I am looking for ........ but I can't get it to work properly (work at all)
    I am pretty good at Dreamweaver I can setup the rest of my site ok I can create databases insert and display data no problem
    I can follow your tutorial steps 1,2 and 3 ok but I get lost in part 4 "building results page" It is all a bit over my head but I have been trying
    I am having trouble creating the recordset, I can create simple recordsets no problem but I have never had to cut and paste anything so......
    In yoututorial "step2 Copy and past into SQL Query"
    I am assuming you mean paste into the 3rd text field on the recordset dialoge box, below the "name' and 'connection' fields
    I can copy and paste the code into that field no problem
    I am guessing that I have to test it and then the variable fields would be automatically populated.... but no....
    I follow your diagrams and create the variables 'KTColParam1' and 'KTColParam2' and configure as shown in your diagrams (screenshots)
    But in you next diagram there are KTCColParam1,2,3,4,5 and six and I not sure how to configure them?
    And that is as far as I can get
    Am I missing somthing? AM I doing somthing wrong?
    Could you please give me a little help to sort this out? or update the tutorial with a little more detalail would be great
    My email is [email protected]
    This is the exact thing I need to get my site up and running so any help would be great

  • Opening panel to build an applicatio​n causes error 7

    As soon as I open the panel to "Build Application or Shared Library (DLL)" I get an error:
    "Error 7 occurred at Open VI Reference in Dist Call Set Busy.vi->Dist Cmp Setting to Disk Heir.vi->Build Application.vi"
    I can appear to setup the build, but when I "Build" the application I get the identical error and nothing is created.

    Error 7 means "file not found". From the source of the error, it looks like there something wrong with your LV installation.
    Try dropping Set Busy.vi in a diagram. It should be in the Application Control>>Cursor palette.
    If you can't drop or use it, then you need to find it and reinstall it. You can probably find it in your LabVIEW CD, but I would suggest simply trying a repair from the installation program.
    Try to take over the world!

  • Installer Builder - Install applicatio​n installer error, NI Variable Engine 2.6.0

    Dear All,
    Good Day!
    Im Shahril.
    My PC have 2 version of LV, 2012 and 2013.
    The application required NI Variable Engine to be installed.
    When i build the installer, nothing got wrong. AKA completed.
    But when tested it by install the application installer, the error occurred as attached.
    I do many times reinstalling the labview 2013. Still got the same problem.
    And i did run the NI Update Service. Update everthing in urgent needs to update.
    Please help me.
    TQ.
    Attachments:
    Error NI Variable.png ‏36 KB

    David,
    I can’t say for certain what’s going on here but I do have a few suggestions before you “recreate the installer for legacy code reasons.” First, I would delete everything from the Build Directory. This may be where the recursive issues are coming from. Lastly, in the My Installer Properties window, I would look at the Source Files and make sure everything is there and check for any broke links.
    Charlie M. CLD

  • Failure to build LabVIEW applicatio​n on Linux using "Shared library"

    In order to create a LabVIEW application on linux without an X display, I complied the LabVIEW VI using the Linux Shared Library. I did this by right clicking on Build Specification and selecting New >> Shared Library, and in the Advanced section, checking the box labeled Use embedded version of run-time engine. At the end of the build process, a message came up informing that the build was unsuccessful, with the following message:
        "Error 127 occurred at System Exec: sh: gcc: command not found 
        The error code is undefined. No one has provided a description for this code, or you might have wired a number that is not an error code to the error code input."
    I had no compling the LabVIEW VI in the normal fashion, so am confused about what the problem is.
    Solved!
    Go to Solution.

    Hi Julian,
    gcc is a C and C++ compiler on Linux.  An easy way to check if it is installed is to open a terminal and type "gcc", if the command is recognized then the package is already installed and the problem must lie elsewhere.  If this distrobution of Linux has a package manager included then it should be displayed in there as well.  If not then it could point to it being not installed or some dependency is missing making it not accessible from the command line.  Here is a link that should hopefully step you through installing gcc with Redhat: http://www.cyberciti.biz/faq/centos-linux-install-​gcc-c-c-compiler/ .
    Justin D
    Applications Engineer
    National Instruments
    http://www.ni.com/support/

  • Is there a good book or tutorial about building a website in AS3?

    I haven't seen any.

    There's one book Flash Professional 8 Beyond the Basics that walks the reader through a step by step process of building a website using AS2.  I was just hoping someone had done the same thing for AS3.  It's not such a big deal really I have a couple of good AS3 books and I've seen some great tutorials at Lynda.com and other places.  I'm able to piece together simple sites as it is.  I wonder if someone has something like this in the works to come out soon, It seems like it's a niche waiting to be filled by a good writer.

Maybe you are looking for

  • Windows 7 + 10.6.3.25 = No Home Sharing

    Hello, I have a problem at version of iTunes 10.6.3.25 after setting up Home Sharing with my Apple ID, it takes you to a screen stating that the family is sharing for personal use, etc.. On this same screen, when I click finished, menu "Shared"> Home

  • Ksh in solaris 10 behave strange

    when use ksh from ksh the soft link (directory) will return physical path instead of symbolic link path. on solaris 10 $ ksh $ ln -s /var/tmp testlink $ ls -l lrwxrwxrwx 1 user1 group1 8 Nov 30 15:05 testlink -> /var/tmp $ cd testlink $ pwd /tmp/test

  • Find my friends temporary sharing issue?

    Hi All, I am having trouble with temporary sharing in the Find My Friends app.  I can no longer create an event for longer than 24 hours.  Is this something new?

  • Two seperate class files can not resolve (pls help me) THANKS!

    When i compile UseMusic.java i get the following: i can't figure it out.. Thank You for Time! D:\java\cENG310\Ass2>javac UseMusic.java UseMusic.java:29: cannot resolve symbol symbol  : variable middlec location: class UseMusic                    mm.c

  • Email Issues for the Experts

    1) Why, when I have previously viewed items in my Inbox, leave the Email app, and return, do those inbox items simply VANISH before my eyes? This started happening on the iPhone 4 and never happened on any previous version. 2) Why is there a "Sent" a