Experienced LabVIEW developer and system integrator..

.. looking for a contract in north-eastern US or Canada.
If interested, would you please reply to my post.

Hi
I completed my M.S in electronics engineering and working with GE in INDIA since June 2005. I have total 2 years of experience with LabVIEW and have the follwoing skills.
Intermediate-to-advanced knowledge of LabVIEW.
Familiarity with data acquisition concepts and hardware.
Ability to troubleshoot electrical and electronic systems at the module and equipment level.
Discipline and organization with respect to software maintenance and version management.
Ability to work both alone and with colleagues to solve problems and to weigh the merits of differing approaches
you can reach me at [email protected]
Thanks & Regards
Anil Punnam
Message Edited by Laura F. on 03-16-2007 09:20 AM

Similar Messages

  • Unit testing and system integration testing for crystal report

    Hi gurus,
           I am creating crystal report by oracle procedure, will you please tell me how to do unit testing and system integration testing? appreciate very much.

    The focus of this forum is report design. The actual testing of reports would be subject to your own internal policies and procedures.
    Jason

  • UK Based company seeking experienced LabVIEW Developer for Full Time Position

    ·          High level of experience and competence with National Instruments Labview versions  7 & 8 and other National Instruments software and hardware products
    ·          Competence in Microsoft Visual C++, Visual Basic
    ·          A good working knowledge of a range of networking and communication systems and protocols including: Ethernet (all varieties), RS232, RS422, RS485, MODBUS, CAN
    ·          Experience with the design of control and monitoring systems for safety critical systems in offshore oil applications
    ·          Design, development, implementation and maintenance of software for both in house use and distribution·          Development and maintenance of software design and test specifications and associated documentation
    ·          Verification and validation of software and associated systems (hardware and software)
    ·          Management of software development process, applications tools and source code, thereby ensuring conformity with the company’s accredited ISO9001:2000 quality system
    ·          Management of software version control and releases
    ·          Customer support for products (principally for software related issues)
    ·          Design and development of Control System Graphical User Interfaces, and implementation of software aspects of system functional requirements through the use of standard software packages, and system configuration.
    Contact Tim or Caroline on 01751 433100 or email [email protected]

    Hi,
    I am from india.I can able to complete the projects through the internet itself.
    Please let me know if any demos required to show my expertation. 

  • AIR for TV OEM and system integration development

    My company is interested in using AIR for TV in our product line which implies that we need the IDK, DDK, and EDK with a binary distribution of AIR.  How do we get started?  Can someone please point me to a link or a contact?  Thanks!

    Does this link help?
    https://learn.adobe.com/wiki/display/airquestions/AIR+for+TV

  • Intensive slider control use may lead to LabVIEW hang and system instability when coupled to event loop "Value Change"

     Occasionally, over the past year or two, I have noticed on different machines and versions of LabVIEW (8.0 and 8.5) that intensive operation of the LabVIEW slider control (holding down the left mouse button and shaking the mouse quickly back and forth to move the slider for several seconds) may cause LabVIEW to hang with high CPU usage (50% on my current test machine, which has a Pentium IV "hyperthreaded" processor, so 50% is the max that a single thread can take up). In some instances, after the LabVIEW process is forced to quit, the system itself becomes unstable (more high CPU usage) or hangs, up to and including the need for a hard restart. I have seen this behavior both when handling slider change events the "old fashioned" way with a while loop and a case structure; and also when using a while loop with an event structure handling the "Value Change" event for the slider. 
    Attached is an .rtf file dump of the front panel and block diagram of a simple test VI that replicates this problem in my hands (using an event structure). The loop count runs to at least several hundred iterations before the crash occurs.
    At least for the "old fashioned" loop handling method, adding a forced wait of a few dozen msec per loop didn't seem to be a workaround. I haven't tried this idea with the event structure, but don't expect joy to follow. The possibility of a system hang discourages aggressive experimentation. 
    Is this a known issue? Can anyone else replicate it (carefully)? In any case, I'd welcome other suggestions for workarounds.
    Thanks,
    Darin Nelson
    Attachments:
    Hang Slider.rtf ‏683 KB

    Thanks for all your responses, and especially to those who are waggling their mice around trying to reproduce this. I'll respond to (most aspects of) the last several posts in one message.
    LabViewGuruWannabe:
      I'll see if I can get the original code to post in a separate message, I posted the .rtf originally because I thought there might be filtering on forum posts (I'm sort of new here). But I doubt you re-created it wrong.
      The "more modern" test hardware was an Intel Core2 , 2.4 GHz, 2Gb RAM, on an Intel 965 family motherboard. As I said, it took me two tries to trigger the error on this hardware; in the case where it triggered, I was at almost 12000 iterations before things went south. 10000 iterations, therefore, might not be enough--or you might never get it, for all I know. My Pentium 4 Hyperthreaded machine (3.2 GHz, 2 Gb RAM) triggers the hang much more easily (always within 2500 iterations, usually within 1000), so there seems to be some hardware dependence here. Maybe the workaround is just to use hardware recent enough that no one not under the influence of strange compulsions will accidentally trigger the hang.
    TonP:
      After reading your suggestion, I tried something even more radical  -- getting rid of the handling code altogether. I took the slider node out of the while loop, and removed all code inside the "Slide" case of the event structure.
     On my Pentium 4 machine, the hang triggered after 677 iterations.
    Brian Beal:
    <!--
    /* Style Definitions */
    p.MsoNormal, li.MsoNormal, div.MsoNormal
    {mso-style-parent:"";
    margin:0in;
    margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:12.0pt;
    font-family:"Times New Roman";
    mso-fareast-font-family:"Times New Roman";}
    span.EmailStyle15
    {mso-style-typeersonal;
    mso-style-noshow:yes;
    mso-ansi-font-size:10.0pt;
    mso-bidi-font-size:10.0pt;
    font-family:"Courier New";
    mso-ascii-font-family:"Courier New";
    mso-hansi-font-family:"Courier New";
    mso-bidi-font-family:"Courier New";
    color:windowtext;
    mso-text-animation:none;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    text-underline:none;
    text-decoration:none;
    text-line-through:none;}
    @page Section1
    {size:8.5in 11.0in;
    margin:1.0in 1.25in 1.0in 1.25in;
    mso-header-margin:.5in;
    mso-footer-margin:.5in;
    mso-paper-source:0;}
    div.Section1
    {pageection1;}
    -->
     Huh, I never even noticed that checkbox existed. Anyway, yes, I
    kept the default to lock out the front panel while the event process. If I
    disable it… I still get the hang.
    Message Edited by dman on 02-04-2008 06:36 AM

  • Looking for Experienced LabVIEW Programmer

    I am searching for an engineer with at least one year of LabVIEW programming
    and systems integration experience to join a fast growing National
    Instruments Alliance member. PLC programming experience would be a plus.

    hi Mr Bryan
    I am interested in your offer.
    However, would you reply to me to the following address:
    [email protected]
    with more information on the geagraphical location and more specific job-scope of the offered position.
    I'll forward any required documents upon hearing from you. Thank you.
    Regards
    ian
    BLK 546 BEDOK NORTH
    STREET 3 #12-1418
    SINGAPORE 460546
    MOBILE: +65-98200208
    EMAIL: [email protected]
    Ian F
    Since LabVIEW 5.1... 7.1.1... 2009, 2010
    依恩与LabVIEW
    LVVILIB.blogspot.com

  • Labview Developer Position in Northern New Jersey

     Aavalar Consulting has been engaged to provide a Labview Software Engineer.
    A job description follows:
    Title:   Labview Developer (Test Applications)
    Work Location:       Northern NJ Area
    Is Telecommuting possible?    No
    Work environment:   Cube in a suburban office building with a nice atmosphere and great parking. 
    Who does this position will report to?:   Vice President Software
    What is the start date of the contract?:   ASAP
    What is the size of department?:     <40
    What projects will the engineer be involved with?:
    Automated Instrument Control and Automated test of new hardware components
    Software development in Labview and Test Stand to automate a Burn-In station.
    Responsibilities:
    Responsible for the creation of software to enable test instrumentation to command and receive data from systems to be tested. Will assume overall responsibility for the software on assigned projects for various Optical, Telecom, Automotive, Wireless and Aerospace products. Individual will develop and present software presentations to customers.
    Role with the group: Developer - Individual Contributor - No management
    Required Skills:
    Bachelors degree in EE, CE, or CS or equivalent education with 2-5 years experience in related field.  Experience in development of test system software using Labview, Lab Windows/CVI or Visual Basic required.
    Desired Skills:
    Instrumentation automation
    System Integration
    Documentation
    >     Experience developing instrument control routines with Labview
    >     Experience with Test Stand
    >     Software Documentation experience
    Selling point of the job:
    State of the art technology and a good group of people.
    Work Hours and Schedule:
    Standard business hours with flexibility after a level of trust is established
    Is overtime paid, and is it at straight time?  Straight Time or Salary Position
    Dress Code:   Casual to Business Casual
    Who is involved in the interview process?     Vice President of Software, and the President
    Target Salary: Open
    Please submit a word version of your resume to [email protected]   Thank you.
    Sean Handforth
    Email: [email protected]
    Aavalar Consulting, Inc.
    Swedesford Corporate Center
    649 Swedesford Road
    Malvern, PA 19355
    www.aavalar.com
    Phone: 610.889.9990 x12
    Toll Free: 877-4-AAVALAR
    Fax: 610.889.9995
    Cell: 267.278.2698
    Aavalar provides contract software developers,
    hardware engineers, systems administrators,
    database administrators/architects, etc.
    for Engineering as well as IT environments.
    Retained and contingency search, as well
    as recruitment process consulting is
    also provided for clients who are building
    in-house technical staff.

    HI
    I was just wondering if the call for an experienced LabVIEW developer with a background in Scanning Probe Microscopy is still open.
    Best regards
    Dr. Zoran Ristic

  • Technical competition team needs Labview Developer

    The KC Space Pirates are a team in NASAs Beamed power competition.
    We are looking into using Labview to automate aiming a high power laser.
    I am looking for an experienced Labview developer to help with the project.
    There is no pay if we don't win. If we do win the pay will be generous.
    So if you are something of a gambler and want some aerospace experience we should talk.
    Brian

    Mr. Turner,
    You have my curiosity.  I used to work for United Space Alliance on KSC.  My wife and I still live near Cocoa, so I'm not far away.  She still works on Cape Canaveral.  I have had a good bit of experience with version 7.1 and I have the CLAD certification.  I was very close to being ready to test for the CLD certification, but unfortunately, I changed jobs to where I am now and I don't use LabVIEW at work any more.  I'm still going to study for and get the CLD since I really like LabVIEW and have a few ideas for a few of my own projects.  I have a couple NI PCI DAQ cards I can play around with at home.
    Anyway, I'm very curious about your project and am willing to consider joining you.
    Thanks,
    Brad

  • CLD or CLA LabVIEW developer required by UK based Select Alliance Partner

    Cal-Bay Systems in the UK are looking for talented LabVIEW developers to join our team. Must be qualified to at least CLD level with experience in test including a good understanding of sensors and signal conditioning techniques. SQL, .NET and sharepoint experience will also be advantageous. Contact [email protected]
    Office based in Swindon but working from home may be an option.

    Dear Sir/Madam,
    I would like to get an opportunity to participate in your upcoming or ongoing projects and work for you as a team member. I am a final year MSc Electrical and Communications Engineering student at University of Greenwich UK. Please give me some task to deliver as my MSc final year project or it could provide results for my project. From this experience I intend to move to enhanced certification level and have an experience of working with professionals in the industry.
    My experience of LabVIEW programming and hardware integration is two years plus and I have successfully done my CLAD LabVIEW certification at NI Week last year in London. On my job I was responsible to interact with clients, gather their requirements, suggest suitable hardware modules and then program and integrate to provide deliverable solution.
    Please find my C.V. attached and contact me at your most convenient.
    Best Regards,
    Harris Junaid
    Cell: 07813 764372
    email: [email protected]
    Attachments:
    Harris_Junaid(CV).docx ‏24 KB

  • LabVIEW Developer worked at Kista, Stockholm, Sweden

    Hello All,
    This is Puneet Kapoor, Indian citizen.
    I do have almost 2 yrs of experience in LabVIEW Development and Automated Test Systems for various hardware boards.
    I worked at Kista, Stockholm, Sweden for one of my LabVIEW project to develop Automated Test software for GSM Systems.
    As my current project is on edge of completion, i am searching for change.
    Please go through my resume attached herewith the mail.
    Best Regards
    Puneet Kapoor
    CLA 2014
    CCVID 2014
    Attachments:
    puneetkapoor.doc ‏56 KB

    Hello,
            I am Shubhlaxmi
    Chandrikapure working in CC Engineer Private Limited,Pune.I have total
    1 year and 7 months of experience in  Labview.Knowledge of PC based
    Data Aquisition,Rs232 Communication.I have done 3 projects.
    Currently working On "ABSOLUTE BLOCK SYSTEM" Project which is design
    for railway signals.Application describes how to change aspect of
    signals with the help of excel sheet through  Rs232 communication which
    has 104 inputs and 600 outputs.The whole track is of 40fit with 6
    stations.
    Attachments:
    Latest Resume1.doc ‏79 KB

  • Test System Engineer / LabVIEW Developer

    As a member of the Nexjen Systems team, the Test System Engineer / LabVIEW Developer performs engineering design, software development and hardware specification for custom test & measurement systems.
    Nexjen Systems offers a challenging environment where you can:
    Develop your Engineering, Design and Software Development skills.
    Refine your communication skills through direct client interaction.
    Take responsibility for highly technical projects, with mentoring from experienced engineers.
    Add significant value to clients’ product development and engineering efforts.
    Nexjen Systems is a premier integrator of LabVIEW-based, automated test & measurement systems. We pride ourselves on providing a very high level of technical value to our clients through a range of services focused on test system engineering, construction and deployment. Nexjen Systems is located in Charlotte, our clients are located around the world. Learn more at www.nexjen.com .
    Position Requirements
    Engineering Degree (Electrical, Computer or Mechanical preferably).
    3-5 Years LabVIEW and/or TestStand Development Experience.
    3-5 Years Automated Test Equipment Design or Test Engineering Experience.
    Desire to grow as an Engineer/Developer in a challenging technical environment.
    PLEASE EMAIL RESUME' TO [email protected]

    It would appear at their headquarters in Charlotte, North Carolina, USA
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Reg: vacancy for LabVIEW developer in Bangalore, Chennai and Delhi with (1-6) years experience

    Recruitment Process for LABVIEW: Tele Interview in case of outstation candidates. Bangalore candidates will have to first come for a Written Test (Technical + Analytical), 1-2 rounds of direct technical interview.
    Degree/Branches:  B.E / B.Tech in Electronics / EEE / E&C / E& Instrumentation .
    ROLES AND RESPONSIBILTIES OF ASSOCIATE ENGINEER-SEG:
    Development
    1. Responsible for developing software for the project/module allotted to you with smooth coordination and smooth handing over of the work executed by one to another member in case of change of projects.
    2. Expected to work on multiple projects, project dead line, adhere to coding guidelines and update your progress on the project on a weekly basis to your immediate supervisor.
    3. Developing the software strictly as per the requirement specification, design and Bug free.
    4. Responsible for building a trouble-free system to the satisfaction of the customer.
    Installation
    1. Responsible for installation of hardware and software at customer site for coordinating with the vendor and Manager – Sourcing to see that works done by the vendor is as per requirement specification
    Customer Support
    1. Responsible for providing support to the customer on the system supplied by the Captronic Systems in the past as well as present.
    2. Attends to the support case within 48hrs(local) / 96hrs(outstation ) / 96hrs(out of warranty) of reporting and collecting the Support Closure Report from the customer and submit it to the SBU-HEAD
    3. Informs Support executive with Support Status, Action Taken and Support Closed On
    Training
    1. Responsible for providing training to customer on the systems supplied by Captronic Systems.
    2. Responsible for in-house training to newly recruited engineers.
    Testing
    1. Responsible for testing code developed by you, by another developer and testing entire system at the customer site.  
    2. Responsible for testing hardware supplied by Captronic System and log the test report on the hardware test register.
    Sales Support
    1. Expected to travel with sales team to provide support to sales-team in proposal making at short notice and perform flawless pre-sales system and requirement study.
    General
    1. Expected to take part in technical sessions and keep yourself abreast with the recent product released and technical advancement made
    2. Expected to become domain expert is at least one field and to constantly improve coding style and knowledge.
    Quality
    Responsible for implementing the project methodology and quality policy of the company for all activities under your purview
     Interested candidates may forward your resumes witheir current CTC and notice period to [email protected] . Salary is never the Constraint.

    SANDU SUNITHA
    D/o.S. Venkateshwarlu,
    H.No:11/57, Kothapeta,
    Maruthi Nagar,Dhone,
    Kurnool (Dt.),
    Andhra Pradesh.
    E-Mail:[email protected]
    Mobile : 91-9963586292/08884822259
    Date: 09/ 05/ 2013
    Respected Sir/Madam,
    I have done my masters in  Control Systems Engineering in Electrical
    branch from Malla Reddy College of  Engineering. I am a well organized
    person, with good knowledge about the subject, able to do
    multitasking, able to work within a team and have excellent
    communication skills. As a good Engineer and excellent team player I
    can handle the responsibilities and challenges of the post of an good
    engineer to its fullest.
    I have worked for 6 Months as Project Trainee in CSR INDIA PVT LTD. My
    responsibilities in that institute include Testing, Reporting and
    Debugging, Updating the bugs as a trainee fresher. I was a part of the
    team that designed MERCURY TESTING TOOL, world's Best Automation tool
    today. I tested the model and executed the changes.And i had worked as
    Project Engineer in FUSION ELECTRONICS on Wonder ware SCADA. Presently
    working as Project Scientist in NAL (National Aerospace Laborateries)
    under Research and Development of IVHM(INTEGRATED VEHICLE HEALTH
    MANAGEMENT) Project on MATLAB/SIMULINK ,Labview ,Wireless Sensor
    Networks,WatchDog and Testing.
    Here is the list of the documents enclosed with this cover letter.
     1. Resume
    I hope that you find these of worth. I assure you that if selected; I
    will not let you down and would prove to be an asset for your reputed
    industry.
    Sincerely yours,
    SANDU SUNITHA
    Attachments:
    SANDU_SUNITHA(29_Apr_2013).doc ‏176 KB

  • BSCE w/ CLAD and 3+ years experience LabVIEW Development

    I have developed, installed and maintained LabVIEW applications in industrial applications for 3+ years and am a CLAD. I am seeing employment as a LabVIEW developer anywhere in the US, on a permanent or contract basis. I have experience with many different networking protocols and integrating upgrades with existing customer automation tools.
    Please see attached resume.
    Thank you,
    Michael Keefer
    Attachments:
    Michael E Keefer.doc ‏83 KB

    Hi,
    I am experienced in Labview Embeeded Software etc. I am a Post graduate in Electronics.
    I would like to submit my candidature for the position.
    Please find attached my resume for your perusal and feedback accordingly.
    With regards,
    Murugan
    Attachments:
    MuruganElectronicsAndSoftwareProfessional26Mar2015.pdf ‏77 KB

  • Error -17600 when switching from LabVIEW Development System to LabVIEW Run-Time Engine in Adapter Configuration

    I receive an error message (code -17600) while loading my test sequence after switching from LabVIEW Development System (2009 f3) to LabVIEW Run-TIme Engine using the Adapter Configuration.
    ErrorCode: -17600,
    Failed to load a required step's associated module.
    LabVIEW Run-Time Engine version 9.0.1f3.
    When I switch back to the LV development system, everything is OK, and the sequence loads and runs perfectly.
    My TestStand Engine Version is 2012 f1 (5.0.0.262).
    I'd appreciate any help on this issue.
    Roman

    Hi Roman,
    There are a couple of things you can try:
    1) Determine if the LabVIEW RunTime Engine is corrupted in some way. Create a new simple VI with no sub-VIs, using the same LabVIEW Development system you used for mass-compiling the VIs. Create a TestStand step that calls this VI and ensure it runs correctly. Now switch your LabVIEW adapter to use the RuntimeEngine and choose the "Auto detect using VI version" option.
    Check if the simple VI is loadable and runs without errors in TestStand.
    If the step generates the same error, you should try a re-install of the LabVIEW development system.
    If not, its most likely that there is some VI you are using that is not loadable in the LabVIEW Runtime Engine because:
    1) Some sub-VI is still not saved in the right version or bitness. Open the VI heirarchy of the top-level VI that you are calling from TestStand and examine the paths of all the sub-VIs to check if they were in the folder you masscompiled and re-save any that are outside this directory.
    Also, when you try to close the top level VI, do you get a prompt to save any unsaved files? If so, they could be the sub-VIs that are not saved in the right version. Save all of them.
    Check if you are loading any VIs programatically and if these are compiled and saved in the right version as well.
    2) There is some feature you are using in your LabVIEW code that is not supported in the LabVIEW RunTime Engine. To check this, add your top-level VI to a LabVIEW project and create a new build specification and create a new executable from this VI.
        Right-click "Build Specifications" and choose "New->Application(EXE)".
        In the Application Properties window, select Source Files and choose the top level VI as the start-up VI.
        Save the properties.
        Right-click on the newly created build specification and choose Build.
    Run this executable (it will be run using the LabVIEW RunTime) and check if the VI has a broken arrow indicating that it cannot be loaded and run in the LabVIEW Runtime Engine.
    You might need to examine your code and find the feature which is not supported in the LabVIEW RunTime and find an alternative.
    Another thing i forgot to mention the last time around is if you are using 64-bit LabVIEW with 32-bit TestStand, then executing code using LabVIEW RTE from TestStand will not work since the 64-bit LabVIEW RTE dll cannot be loaded by the 32-bit TestStand process.
    If none of the above steps resolve the issue, consider sharing your LabVIEW code so i can take a look.
    Regards,
    TRJ

  • WIDL and Web Integration Developer

    Hi,
    I have bunch of existing applications rendering pages in HTML format. I am looking for a way getting them integrated with wireless.
    It seems that the WIDL and Web Integration Developer is the solution.
    I am using iAS Release 2 (9.0.2), however, I cannot find the mentioned "Web Integration Developer" with my iAS installation. Where can I download it?
    Please help!!
    thanks
    --ian                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    Try to find the folder:
    C:\<ORACLE_home>\iSuites\panama\WebIntegration
    and look for the file "server.exe" in
    C:\ORACLE\iSuites\panama\WebIntegration\Server\bin
    You can start the server using a batch file (server.bat):
    @echo off
    rem
    rem Copyright (c) 1996-1998, webMethods Inc. All Rights Reserved.
    rem server.bat: Run the B2B Integration Server
    rem
    rem Change SERVDIR and JDKDIR to reflect their locations on your system
    rem CODEDIR should point to the location of the Java service classes
    rem
    rem --- SET THE FOLLOWING LINE TO "true" TO RUN ON Win95 ---
    SET IS95=false
    rem --- RESTRICT VAR CHANGES TO LOCAL BATCH FILE
    if %IS95%==false SETLOCAL
    SET SERVDIR=C:\ORACLE\iSuites\panama\WebIntegration\Server
    SET JDKDIR=C:\ORACLE\iSuites\panama\WebIntegration\Server\jvm
    rem --- MUST SET TO ALLOW MULTIPLE RUNS OF SCRIPT ---
    SET LOCAL=N
    rem --- SAVE COPY OF PATH BEFORE SERVER STARTS TO ALLOW LOOPING ---
    SET SLP=%PATH%;%SERVDIR%\lib
    SET SCP=%CLASSPATH%
    rem --- SET THE FOLLOWING LINE TO "true" USE JVIEW ---
    SET USEJVIEW=false
    rem --- SKIP STUFF 95 BARFS ON ---
    if %IS95%==true goto nolocal
    rem -- ALLOW "LOCAL" STARTS WHERE JVM AND BASE CLASSPATH ARE KNOWN
    SET one=%1
    if not defined one goto nolocal
    if not %one%==local goto nolocal
    SET LOCAL=Y
    rem SET SERVDIR=D:\devel\source\server
    SET SLP=%PATH%;%SERVDIR%\lib
    shift
    echo --- running in local mode ---
    :nolocal
    rem --- JUMP PAST "UTIL" FUNCTIONS ---
    goto start
    rem --- UTILITIES TO SET CLASSPATH AND PATH FROM PACKAGES ---
    :setpaths
    rem -- next line only required in 1.15 and earlier --
    if EXIST %1\code\libs CALL :setpaths2 %1
    goto :eof
    rem --- we need to set classpaths if native libs need will be loaded ---
    :setpaths2
    if EXIST %1\code\classes SET CLASSPATH=%CLASSPATH%;%1\code\classes
    if EXIST %1\code\classes.zip SET CLASSPATH=%CLASSPATH%;%1\code\classes.zip
    SET PATH=%1\code\libs;%PATH%
    goto :eof
    rem
    rem This loop allows the server to restart with a completely
    rem fresh process.
    rem
    :start
    SET PATH=%SLP%
    SET CLASSPATH="%SCP%;%SERVDIR%\lib\classes"
    if %LOCAL%==N goto setcp
    goto nosetcp
    :setcp
    if %USEJVIEW%==false SET CLASSPATH="%JDKDIR%\LIB\RT.JAR;%SERVDIR%\LIB\SERVER.ZIP;%SERVDIR%\lib\classes"
    if %USEJVIEW%==true SET CLASSPATH="%WINDIR%\JAVA\CLASSES\CLASSES.ZIP;%SERVDIR%\LIB\SERVER.ZIP;%SERVDIR%\lib\classes"
    :nosetcp
    rem
    rem The server must always start up in it's installation directory
    rem
    if %LOCAL%==N cd "%SERVDIR%"
    rem --- UPDATE PATH AND CLASSPATH FOR PACKAGES ---
    if %IS95%==true goto skippkg
    for /D %%D in (packages\*) do CALL :setpaths %%D
    rem --- Win95 IS MISSING NECESSARY "IF" COMMAND ---
    :skippkg
    if %USEJVIEW%==true goto jview
    if %LOCAL%==Y goto local
    SET SCMD="%JDKDIR%\bin\jre" -ms64M -mx64M -classpath %CLASSPATH%
    goto runserver
    :local
    SET SCMD=java -ms64M -mx64M -classpath %CLASSPATH%
    goto runserver
    :jview
    SET SCMD=jview
    :runserver
    %SCMD% watt.app.server.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
    goto done
    :done
    rem --- IF SERVER WANTS TO LOOP THEN START OVER ---
    if ERRORLEVEL 42 goto start
    rem --- END OF LOCAL VAR CHANGES ---
    if %IS95%==false ENDLOCAL
    Open your browser and enter the url:
    http://<hostname>:5555
    Logon with: Administrator/manage

Maybe you are looking for