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

Similar Messages

  • Free Lance Labview Developer Required Urgently!!!!!!!!

    Hi there,
    We need a free lance Labview Developer from India for our upcoming project. Our company is bahrain. Applicant must have 5+ years experience.

    Hi XFACTOR,
    This is not the right place to post about job requirement. Please post here.And also provide more information like where the resume to be sent?

  • I recieve the following error when running an executable ("This VI is not Executable. The full development version of Labview is required to fix the errors"

    I recieve the following error when trying to build and run a labview executable. I am able to build the executable but when trying to run the executable, a pop up window comes up asking the user to select a dll. (please see screen shot attached). Once the DLL is selected, I get the error that This VI is not Executable. The full development version of Labview is required to fix the errors. (please see screen shot attached). I have also attached a snapshot of the project window.
    I have the professional development system
    I can run the main VI
    all the required DLL's are in the dependencies section of the project window.
    I am trying to find the root cause of this error but to no avail. can anyone give me a clue to what i am missing here. Any suggestions on where i should look to find the problem ?
    Thanks in advance to all labview users for your help
    Attachments:
    project window.PNG ‏36 KB

    other PNG
    Attachments:
    Broken Arrow on EXE.PNG ‏179 KB

  • "VI has error of type 1002288.The full development version of LabVIEW is required to fix the errors"

    Hi,
    I had created an executable in LabVIEW 8.6 on a windows XP 32 bit PC. The application uses some Vision VIs. The executable runs in most of the PCs except one. the PC is a windows 7 64bit. Initially i got the error "Labview Load error code 3: could not load front panel". I fixed this by changing the source file settings in the application builder. Now i am getting the error "VI has error of type 1002288.The full development version of LabVIEW is required to fix the errors" and the exe shows a broken run button.
    But if i build the exe in the same PC i get no errors and it works fine. Moreover i have tested this exe in a different PC with the same configuration, it works there. I have tried reinstalling labview in the PC the problem still persists.
    Solved!
    Go to Solution.

    Hi Rajshekar.
    > Which version of LabVIEW are you using on PC with Win7 64bit? would like to check if there are any issues with LV2009 32bit on 64bit OS..
          - The version of Labview on the win7 64bit PC is also lv8.6 full development system.
    > Do you get the same error on the other PC with same config(Win7) when running the .exe generated using LV 8.6 on WinXP 32bit? just to make sure the problem is with OS or LV..
          - the same problem occured at one more PC with the same configuration. but when i tested in an another PC of the same config it worked i am not able to isolate and decide that the error is based on one particular PC config.
    I have listed the environments in which application ran and how the application was put in to the PC.
    I would also like you to know that i have created an installer for the exe. I am also using NI vision in my application and this is the error "An error occured loading VI 'IMAQ GetImagePixelPtr'. LabVIEW load error code 3: could not load front panel"....and rest is what i said in my previous post
    1. Use the installer to install the application.
    2. just copy the exe created in LV 8.6 into a PC that already has LV development system installed in it
    3. The PCs might either be a blank one with no history of LV installed in them
    4. The PCs might have diffrent versions of LV development systems installed in them (8.2,8.5,8.6,2009)
    All PCs that have LV development system(s) installed in them, was able to run the application except the one with win7 64, where i have tried uninstalling all NI software and use only the installer to install, install LV 8.6 full development system and try runnning the exe, nothing works.
    Thanks

  • Please help suggestions for solving built-only compiler error: 'The VI is not executable. The full development version of LabView is required tofix this error.'

    We have develoepd a software tool and build it on regular basis. It currently runs error free when compiled in the editor, but when we built it and run the executable stand alone we get the error.
    'The VI is not executable. The full development version of LabView is required tofix this error.' plus a broeken error.
    This menas an compiler error that is not present in the editor but in the stand alone version. We tried to identify errors as suggested in several posts in this forum, but so far unsuccesfull.
    As the editor and its compiler do not see the error  and are running fine and the stand alone version just syas 'find the error in the editor' in this case LabView is of no help.
    Can anyone suggest a sensible or 'good practice ' way of searching for the source of this error?
    Our project  comprises hundreds of Vis over several libraries.
    Thanks,
    Chris

    Thanks Craig for all your suggestions.
    We seem to have located the problem in a new vi just added to the package causing conflicts by using the same vi names as other vis already present in the package. Excluding this vi removed the error.
    It seems related to a conflict by having two vis with the same name, which was mentioned by LabView and interactively resolved when running the main vi from the editor. When successfully building the main vi the builder did not mention this conflict and reported a successful build, but when trying to run the executable it gave the cryptic error. The error caused us problems because there was no hint for the cause, just the suggestion to solve this in the editor, while at the same time in the editor the VI was running fine.
    We will post about this in detail after we have positively proven that this actually was the case.
    The .net version issue was already checked.
    Performance was the same on all machines we tested on including the dev machine.
    Debugging was tried nut did not help as the vi could not run (broken arrow). We assumed that debugging only helps in running faulty functioning vi''s. We did not check for broken arrows in sub-vis (after connecting), that could have helped, although our application has hundreds of our own vis.
    In relation to your remark: 
    'Are you using many classes? Have you verified that the proper access scopes are set for functions calling those vis?'
    Could you elaborate on setting access scopes. We were not aware of this option in LabView, although we realize this is a basic element of the underlying c code.
    Ragrds,
    Chris

  • Required LabVIEW Developer for Gurgaon, Haryana, India

    We are in urgent need of LabVIEW developer, who must have atleast 2 years of experience in below given areas:
    1- LabVIEW Programming
    2- Hands on various communication interfaces like GPIB, UART, I2C, SPI etc.
    3- Instrument controlling.
    4- Should able to do proper documentation.
    5- Able to understanding Hardware PCB boards schematics.
    Please reply on this post with updated resume.
    CLA 2014
    CCVID 2014

    Muks,
    Though it may not be relevant here,I was wondering how come you know his e-mail address ? 

  • Looking for a LabVIEW developer / Test Engineer in Atlanta

    Averna at a glance
    Averna delivers industry-leading test solutions and services for communications and electronics device makers worldwide, accelerating product development, quality and innovation:
    Dynamic: The Averna team thrives on challenges and change, consistently making the prestigious Deloitte Technology Fast 50 list and winning Best in Test and other awards.
    Young: The majority of our 300 employees are under 35 years old, and our high-achieving CEO was named to Canada’s Top 40 Under 40.
    International: We have offices in Canada, the United States, Mexico, Japan and Hungary, with headquarters in Montreal.
    Innovative: We were recently recognized as a Canadian Innovation Leader by the National Research Council Canada (NRC).
    Instrumental: Our technology, expertise and drive help our global customers produce market-leading high-tech products in the telecom, transportation, electronics and multimedia sectors.
    The challenge of the LabVIEW developer / Test Engineer
    As part of the Engineering team, you will be involved in the development and integration of various software programs for validation systems. These systems are renowned for providing fast data throughput and extreme data integrity, while accelerating design cycles and reducing prototyping costs. The Engineering team develops a range of custom data acquisition systems to help our customers obtain accurate measurements and results.
    Requirements:
    Bachelors degree or college diploma in electrical engineering, software engineering or physics, Masters degree (asset);
    3 to 5 years experience in software development with LabVIEW (preferably CLD);
    Knowledge of NI TestStand is an asset (Preferably CTD);
    Knowledge of video or RF test engineering
    Knowledge of FPGA design (either VHDL or LabVIEW FPGA)
    Available to travel regularly;
    Professionalism, strong communication skills and interpersonal skills;
    Team-player, autonomous, self-starter;
    Please send your resume to [email protected] and mention the title of the position. 

    Is this position still opened?

  • LabVIEW Developer - Eastern PA

    Coleman Technologies, Inc. (www.colemantech.com) is looking for an exceptional, highly motivated, individual to fill an immediate opening for either full time employment as a LabVIEW Software Developer or alternatively, work on a mid-term contract basis. Coleman Technologies is a certified National Instruments Alliance Partner and leading custom LabVIEW™ application/system developer in the mid-Atlantic USA (PA, NJ, DE, and MD).  The position requires the applicant to work at our Chadds Ford, PA offices.
    The duties include:
    Design, develop, and install custom applications & systems incorporating a wide variety of technologies (DAQ, machine vision, ATE, motion & real-time control, etc.) for a wide variety of industries.
    Maintain systems and applications already in the field including modifications to existing LabVIEW applications.
    The ideal candidate would possess the following skills & qualifications:
    Well developed analytical skills and the ability to quickly learn new technologies
    Intermediate-to-advanced knowledge of LabVIEW (a pre-employment test is required)
    Broad technical knowledge spanning a wide range of application areas
    Excellent writing, communication (English), management, and interpersonal skills.
    Ability to work both alone and with colleagues
    Discipline and organization with respect to software development and maintenance.
    BSEE, BSME or BS or an advanced degree in Physics, Chemistry, Engineering or another engineering/scientific field.  
    CLD certification is not required but would be beneficial
     Candidates must be either a U.S. citizen or already legally working in the U.S.  No visa sponsorship is available for this position. We are not accepting applications from offshore candidates.
    Pay is commensurate with skills and qualifications of the applicant.  Compensation will include a competitive salary and significant performance based compensation.  Benefits include generous health and retirement plans.   Email resume to [email protected].

    Coleman Technologies, Inc. is again seeking applicants for Junior and Senior level full-time Developers.  See our previous post from 2009 for details.
     ***Applicants must be US citizens or already working in the US with a valid visa.
    Please send resume to [email protected]

  • LabVIEW Developer + Software/M​echanical Engineer

    Hello,
    I am a LabVIEW developer with 3 plus years of experience in developing software applications for data acquisition, instrument control, motion control and image acquisition. I have a ME in Mechanical Engineering(control systems) from Texas A&M University. I am a Certified LabVIEW Associate Developer and currently working towards CLD status. I am located in TX and looking for fulltime opportunties as a Software Engineer/LV Engineer/Test Engiener. Willing to relocate, if the job is challenging and the offer is right.In addition to LV programming skills, I am experienced in J2EE,C++, object oriented methodology, UML and Visual Basic. If you are interested in my profile, send me an email and I will reply back with a full resume.Message Edited by marooner on 04-15-2005 01:30 PM

    Adecco Technical is the leading provider of contract personnel and related staffing services. As a division of Adecco, the world's largest staffing company, ($13 Billion in sales), Adecco Technical has more than 100 offices in the U.S. alone.
    Job Title: Labview Programmer
    Labview Programmer with experience in motion control and high speed data acquisition.
    RESPONSIBILITIES
    The work incorporates the design and programming of specialty software for the motion control of high speed linear motors for the positioning and scanning of inline production parts.
    Other projects include controls for process equipment.
    This position requires a person who is well organized and can self manage a project from start to completion.
    High degree of detail and the desire for perfection in the final product.
    Perseverance to complete, detail, document and deploy the software.
    REQUIREMENTS 
    A four year degree in Engineering is preferred.
    Five years experience in Labview with at least three years in associating Labview in manufacturing automation and control.
    The drive to accomplish projects and the need to get it right.
    Thanks!
    Elise Reisinger
    Sr. Technical Recruiter
    Adecco Technical
    6081 E 82nd St., Suite 403
    Indianapolis, IN 46250
    317-842-2870
    800-346-1203
    [email protected]

  • LabView Developer needed in Kyle (far South), Austin

    Xtreme Power Solutions www.xtremepowersolutions.com delivers
    integrated smart power management solutions from 500kW to 100MW.​
    Proprietary solid-state power management and integrated storage enables
    efficient and available power for an environmentally sound 21st century
    electricity industry.​
    We are looking for a talented,
    resourceful, and highly-motivated LabVIEW software developer.  He/she will
    be required to serve on a team of LabVIEW developers that is responsible for
    developing and maintaining the company's energy storage SCADA systems.  He/she
    will also be required to play a role in defining and realizing customer
    specific software requirements.
    Qualifications
    5+
    years of experience developing automated test, measurement, data acquisition,
    and control systems.
    5+ years of designing, developing,
    implementing, and debugging LabVIEW and LabVIEW RT software.
    Technical
    requirements - Hardware
    Broad knowledge of instrumentation and data
    acquisition technologies including PXI, NI Data Acquisition, LabVIEW Real Time,
    NI FPGA, and signal conditioning.
    Strong hands-on hardware troubleshooting and
    debugging skills.
    Technical
    requirements - Software
    Experience using Source Code Control Systems
    like Subversion (SVN) and TortoiseSVN.
    Familiar with software communication protocols
    such at TCP/IP, UDP, and modbus.
    Familiar
    with all current LabVIEW application architectures.
    Experience
    connecting LabVIEW to third-party database systems such as MySQL.
    Strong background in architecture design and
    development.
    Outgoing personality with good communication
    skills, both written and verbal.
    Experience creating documentation for large
    scale LabVIEW projects spanning VI descriptions to system diagrams.
    Experience writing software requirement
    specifications.
    Bachelor
    of Science (BS) in Mechanical or Electrical Engineering. Masters of
    Science (MS) a plus.
    National
    Instruments Certified LabVIEW Developer (CLD).
     Must be a US Citizen or Permanent Resident.
    Preference is
    given to local candidates.
    Email resumes
    to [email protected]

    Dear Sir,
    I would like to introduce myself over here. This is Vimal R. I had experience of 4 years in the instrumentation field .
    Now I am looking for a change from my current assignment in india as well as  foreign countries in the same field (instrumentation).Here with i have attached my CV. Please find it . I have enclosed my expectation and other details below in short.
    Expectation and details :
    Field: Instrumentation.
    Experience:  4 Years, in lab view development,  NI related hardware's, and other hardware.
    Skills: Labview 7 to 2009, DIAdem, Test Stand,Machine Vision, Embedded Labview, Embedded C,C.
    Certification: CLAD (Lab View Certification), CLD appeared.
    Award Won: Rajapuraskar award, Rastrapathi Award in scouts,and  Star fish Award @ 2008 and 2009 in apna technologies.
    Expected CTC: 6-7 Lakhs/ Annum (in india), Negotiatable for abroad.
    Current CTC: 4.2 Lakhs/ Annum,
    For more details please look at the resume, and do the needful.
    Contact me on: 09590580872
    Email ID: [email protected]
    Thanks and regards,
    Vimal.R.
    Attachments:
    4 year Experience CV_v02.doc ‏73 KB

  • M.Tech and Research scholar with 2.5 year LabVIEW experiance looking for profile as LabView Developer

    I am M.tech Biomedical enginer and working as research scholar with 1 year experiance and having 2.5  years experiance of labview,vision builder and vision assistant.
    Looking for the position of labview developer in good organization..
    Mail ID:[email protected]

    Hello I wanted to bump this thread up.
    I fell time has come time to once again embark on a job search quest for me.
    What has changed since the opening thread?:
    My CLD has expired, but I intend to recertify using the CLD-R and very quickly once again to CLA. ( plan is to do it in march ).
    During my last 2 years I've worked predominatnly in LabVIEW on very high speed DAQ with insane data-rates.
    Learned how to do proper multi threading in LabVIEW and work with ginormous data -sets in the hundreds od GB,
    Learned how to do proper 64-bit labview apps, and use memory efficiently.
    Got experience working on Oil and Gas stuff. Gained Team Lead Experience.
    What am I looking for:
    Software Architect, Team Lead or Software Manager positions.
    I'm also trying to get canadian residence, which should take me approx 10 moths to sort out, but if a job offer came sooner this could boost me.
    So Canadian offers are of my particuar interest.
    US jobs, unfortunately I do not have a work permint in US, which excludes me from 90% of the jobs on this forum, if any employer has the ability to sponsor please contact tme.
    I'm an EU citizen and I do browse the EU offers all the time, but if my profile is interesting to you please don't hesitate and contact me and I'll send you my resume.
    Regards,
    WibJ

  • Need Sr. LabVIEW Development/Controls Engineer in Kyle (Austin), Tx

    Xtreme Power Solutions is
    currently looking for Sr. LabVIEW Development/Controls Engineer to support the
    Battery Energy Storage System Division.  
    This position will be based in Kyle, TX.
    Xtreme Power Solutions delivers
    integrated smart power management solutions from 500kW to 100MW. Proprietary
    solid-state power management and integrated storage enables efficient and
    available power for an environmentally sound 21st century electricity industry.
    www.xtremepower.com
    Primary Function:
    The Sr. LabVIEW Development/Controls Engineer will lead a
    small team of LabVIEW developers that is responsible for developing and
    maintaining the company’s energy storage SCADA systems.   There is Core software that is common to all
    customers and customer specific software requirements as well.  He designs control systems for XP
    products.  The position is initially for
    a Team Lead, but may develop into a manager role.
    Primary Duties:
    Lead of
    team of four to six LabVIEW or software developers
    Work with software
    team and project engineers to establish standards and procedures
    Writes
    LabVIEW Code
    Unit Tests
    and debugs code
    Designs,
    validates and maintains control systems.
    Mentors
    others
    Ability to
    travel up to 20%  in support of
    remote sites and/or customer installations
    Qualifications
    Bachelor of Science in Electrical Engineering or
    Computer Science.  
    National Instruments Certified LabVIEW Architect
    (CLA) or equivalent experience
    10+ years of experience developing automated
    test, measurement, data acquisition, and control systems.
     5+ years
    of designing, developing, implementing, and debugging LabVIEW and LabVIEW RT
    software.
    Technical requirements - Hardware
     Broad knowledge of instrumentation and data
    acquisition technologies including PXI, NI Data Acquisition, LabVIEW Real Time,
    NI FPGA, and signal conditioning.
     Strong hands-on hardware troubleshooting and
    debugging skills.
    Technical requirements – Software
     Experience using Source Code Control Systems
    like Subversion (SVN) and TortoiseSVN.
     Familiar with software communication protocols
    such at TCP/IP, UDP, and modbus.
    Familiar
    with all current LabVIEW application architectures.
    Experience
    connecting LabVIEW to third-party database systems such as MySQL.
     Strong
    background in architecture design and development.
     Good communication
    skills, both written and verbal.
     Experience creating documentation for large
    scale LabVIEW projects spanning VI descriptions to system diagrams.
     Experience writing software requirement
    specifications.
    Excellent people skills, must be a leader. 
    Previous start-up experience is a plus
    Must be a
    U.S. Citizen or a Permanent resident.
    Please
    email resumes to [email protected].  Thank you for your continued interest in
    Xtreme Power Solutions, we look forward to being in touch with you.

    Sir,
    I am an instrumentation and control Engineer with  3+ years
    experience.I am worked area is Process and Plant Design,Automobile
    testing Machine and test rig Design,Special purpose machine Design.I
    have knowledge in program developer of  DCS,PLC,HMI,SCADA,LABVIEW  as well
    as trouble shoot.I am very interested in this job.
    Thank you,
    Shanmugam.J
    +91 984042082

  • Seeking Labview Developer in Nothern Illinois

    LabVIEW Developer
    Company: Tecnova
    Description
    Tecnova is a National Instruments Alliance Member with a growing LabVIEW Department.
    Come join our expert team!
    We are looking for a self motivated LabVIEW Developer who will own their projects, complete tasks on schedule and on budget while building a relationship with the customer.
    Must have broad experience in the following areas:
    * Program and document robust LabVIEW applications which include user Interface, database, test sequencing, instrument communication, data acquisition and PID control
    * Design and execute software test plans
    * Prepare end user documentation and help file content
    * Develop automated test, data acquisition, and control systems
    * Contribute to multiple projects, and help develop pushing-the-envelope technology
    * National Instruments hardware (PXI, cRIO, Field Point, etc.) experience desired
    * Contribute to system design and specifications
    * Involves extensive customer contact and moderate travel within Chicagoland area
    * Must be intelligent, creative, and self-motivated
    Requirements
    * BS in Computer Sciences, Physical Sciences or Engineering
    * 3 years of practical experience in LabVIEW programming
    * High comfort level with scientific and technical terminology and the willingness to learn
    * Test and measurement experience
    * Must be self directed and able to meet objectives as directed
    * The ability to effectively work independently in a fast paced environment, with experience adapting to changing requirements and to rapidly absorb new concepts and apply them effectively is essential.
    * You must also have good communications skills. Presentation and communication skills, as well as being able to work in a team, are crucial.
    Preference will be given to applicants with the following skills:
    * Certified LabVIEW Associate Developer (or better)
    * National Instruments hardware (PXI, cRIO, Field Point, etc.)
    * Communication protocol (RS-232, GPIB, TCP I/P, USB, Bluetooth, etc.)
    * Motion control
    * Vision control
    * PLC (Allen-Bradley, Honeywell, Modicon, Siemens, etc.)
    * Schematic capture (OrCAD, AutoCAD, etc.)
    * Database connectivity
    * Application and instrument driver layers
    * Experience with National Instruments PC based DAQ devices
    * Experience with various sensors and transducer signal conditioning (microphones, accelerometers, temperature sensors, etc.)
    * Actively involved in the LabVIEW community
    Additional Requirements:
    * Local Candidates Only
    * Location: Gurnee, Illinois (Northern Chicago Suburb)
    * No 3rd party resumes accepted. Principals only, no agencies or contractors
    * Must be a Citizen or Permanent US resident, authorized to work in this country for any employer
    * Because of the immediacy of this position, we are unable to sponsor people at this time.
    About Tecnova:
    Tecnova is a leading electronic product development and engineering firm that provides custom electronic hardware, mechanical, and software solutions. We offer exciting professional challenges, variety, and plenty of opportunity to roll up your sleeves and make a difference. Located far north of Chicago in Gurnee, Illinois, we offer excellent salary/benefit package with 401K. We are looking for innovative, creative, results-oriented people that desire a wide variety of projects in a challenging, fast-paced environment.
    For more information about Tecnova see our website at www.tecnova.com.
    Contacting Tecnova:
    For immediate consideration, please send resumes to [email protected]

    I am writing to put myself forward. As you can see from my CV, I have many skills pertinent to this role gained for less than 1 year as a successful Research Assistant. I am having very good knowledge in mathematics.I wish to move into this sector because it is a fast-moving environment and I am also interested in new technology.  The skills that I have and believe to be highly relevant to this job and your company which include: Analytical thinking, Self motivated, Fast learner and staying calm under pressure. Additionally, I have undertaken CLAD course and qualified with 80% and believe my unique blend of skills can offer a great deal.I am confident that I possess the attributes you’re looking for and that my experiences gained in Research Assistant would provide invaluable insight and capability to your organization. I would welcome the opportunity to discuss my application in person.
    Attachments:
    Resume.doc ‏44 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

  • 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

Maybe you are looking for

  • Navigating from Summary Report to Detail Report in OBIEE 11g

    Hi, I have creted two reports.One corresponds to Summary and the other Detail.By clicking on one of the fields in the Summary report the values are captured and then the detail report is displayed based on the values selected. Now,What I need to know

  • Seriously Dissapointed With Leopard

    Not sure if I'm the only one here but I have seriously lost patience with both leopard and Apple now, and find this a worse and more unstable operating system then Vista. I have have only had my machine for a few months after switching from Dell with

  • Can u help answer two questions I don't know?

    I'm trying to answer a guide for the Certification exam and I don't know the answer of this 2 questions can u help me? Which  steps should be carried out in a transaction that implements an updating technique? (True/False) Call the ABAP command COMMI

  • Moving, aligning, and distributing objects

    This question was posted in response to the following article: http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e07d0100196cbc5f-62f2a .html

  • Test IDOC to File scenario

    Hey guys i m doing a IDOC to File scenario and am stuck at testing it.i went in we19 but dont know how should i test my scenario there. any idea how should i test my scenario thanx ahmad