Jump to content

Corks

Members
  • Posts

    4
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2012
  • Since
    2007

Corks's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hello All, My current company is in the process of expanding, and we are seeking experienced LabVIEW developers for our Boston office location. Please see below for position details: Automation Engineer – LabVIEW Control Systems DMC has openings in several automation engineering positions, based on experience level. Location Boston, MA Job Summary With a broad understanding of engineering fundamentals, DMC Automation Engineers provide programming, troubleshooting, testing & measurement, and technical support & solutions to a wide range of clients. Automation Engineers quickly learn new technologies and absorb specific industry knowledge to provide custom software engineering, problem solving, and helpful assistance during each phase of a project. Working both independently and within teams, Automation Engineers assist with project management, meeting deadlines and keeping excellent communications and feedback channels with team members and clients. Minimum Qualifications Engineer Level I (1-3 years relevant experience):Bachelor of Science in Mechanical, Electrical, or Computer Engineering, Computer Science or related field Background in LabVIEW Programming Engineer Level II (2-5+ years relevant experience): In addition to the above requirements, several years of experience with design and implementation of LabVIEW projects Certified LabVIEW Developer or Certified LabVIEW Architect Project-based development experience Desired ExperienceReal-Time FPGA cRIO PXI RF Vision CAN Modbus Required Skills Engineer Level I Programming Quickly Learn New Technologies Complete grasp of scientific method of problem solving Ability to follow patterns & build upon established models Understanding complex system designs Estimation of time to complete familiar tasks. Identify & communicate through proper channels new opportunities for DMC Engineer Level II (In addition to above skills)Experience with current test and measurement as well as data acquisition hardware and devices. Ability to specify correct hardware based on system requirement. Project Planning/System Architecture Design Program Implementation Debug System Testing Communication with team members and clients Documentation Ability to create methodology to solve novel problems Ability to design systems based upon previously used system Convey knowledge in presentations, SOPs, Knowledgebase articles, client case studies, and white papers Estimation of own and others' time for completion of familiar tasks Project proposal writing Other Skills/Abilities Customer Service Communications Technical Writing General Admin Responsibilities Engineer Level IProgram applications to meet & exceed customer requirements Develop robust applications in accordance with DMC programming standards & best practices Project Planning/System Architecture Design Assistance Program Implementation Debug System Testing Communication with team members and clients Documentation Respond to customer needs Engineer Level II (In addition to above responsibilities) Perform programming and engineering tasks in supportive and leading roles at all stages of projects. System design and design assistance. Help Train/Orient/Bring Up to Speed new employees. Convey knowledge in presentations, SOPs, Knowledgebase articles, client case studies, and white papers. Develop & maintain relationships with key contacts with vendors. Develop & maintain relationships with clients, keeping feedback channels open and healthy. Assist in writing project proposals. Seek, identify, and discuss new opportunities with new & existing clients, through proper DMC channels. Interested? Email your resume and cover letter to: jobs@dmcinfo.com Full Listing: http://www.dmcinfo.c...control-systems General Information: http://www.dmcinfo.com
  2. Hello All, My current company is in the process of expanding, and we are seeking experienced LabVIEW developers for our Denver office location. Please see below for position details: Automation Engineer – LabVIEW Control Systems DMC has openings in several automation engineering positions, based on experience level. Location Denver Job Summary With a broad understanding of engineering fundamentals, DMC Automation Engineers provide programming, troubleshooting, testing & measurement, and technical support & solutions to a wide range of clients. Automation Engineers quickly learn new technologies and absorb specific industry knowledge to provide custom software engineering, problem solving, and helpful assistance during each phase of a project. Working both independently and within teams, Automation Engineers assist with project management, meeting deadlines and keeping excellent communications and feedback channels with team members and clients. Minimum Qualifications Engineer Level I (1-3 years relevant experience):Bachelor of Science in Mechanical, Electrical, or Computer Engineering, Computer Science or related field Background in LabVIEW Programming Engineer Level II (2-5+ years relevant experience): In addition to the above requirements, several years of experience with design and implementation of LabVIEW projects Certified LabVIEW Developer or Certified LabVIEW Architect Project-based development experience Desired ExperienceReal-Time FPGA cRIO PXI RF Vision CAN Modbus Required Skills Engineer Level I Programming Quickly Learn New Technologies Complete grasp of scientific method of problem solving Ability to follow patterns & build upon established models Understanding complex system designs Estimation of time to complete familiar tasks. Identify & communicate through proper channels new opportunities for DMC Engineer Level II (In addition to above skills)Experience with current test and measurement as well as data acquisition hardware and devices. Ability to specify correct hardware based on system requirement. Project Planning/System Architecture Design Program Implementation Debug System Testing Communication with team members and clients Documentation Ability to create methodology to solve novel problems Ability to design systems based upon previously used system Convey knowledge in presentations, SOPs, Knowledgebase articles, client case studies, and white papers Estimation of own and others' time for completion of familiar tasks Project proposal writing Other Skills/Abilities Customer Service Communications Technical Writing General Admin Responsibilities Engineer Level IProgram applications to meet & exceed customer requirements Develop robust applications in accordance with DMC programming standards & best practices Project Planning/System Architecture Design Assistance Program Implementation Debug System Testing Communication with team members and clients Documentation Respond to customer needs Engineer Level II (In addition to above responsibilities) Perform programming and engineering tasks in supportive and leading roles at all stages of projects. System design and design assistance. Help Train/Orient/Bring Up to Speed new employees. Convey knowledge in presentations, SOPs, Knowledgebase articles, client case studies, and white papers. Develop & maintain relationships with key contacts with vendors. Develop & maintain relationships with clients, keeping feedback channels open and healthy. Assist in writing project proposals. Seek, identify, and discuss new opportunities with new & existing clients, through proper DMC channels. Interested? Email your resume and cover letter to: jobs@dmcinfo.com Full Listing: http://www.dmcinfo.com/employment/automation-engineer-labview-control-systems General Information: http://www.dmcinfo.com
  3. Thank you all for the replies. Ensuring the VI get saved corrected the issue. Using the LVClass API, I simply grab the reference to all files added to the newly created class, and save them before the script completes. Much appreciated!
  4. Hello LAVA, First time poster here, so I'll do my best with background. This situation also happens to be my first exploration of scripting LabVIEW Classes. I am starting with my simplest use case, and scaling as I see some success. I am simply trying to add an existing VI to a newly created class, and facing a strange message when opening the class that I have created. I have attached a snapshot of my code, BD.png The code runs without error, and creates a class in the specified directory with the correct name. What's strange is that when I open the newly created class to view its contents I see the following message: I have tried this same set of events using the LAVA host LVClass API, and face the same error message when opening the class. When I use property nodes to investigate the class members, the VI I have added is listed as a member. I went so far as compare the raw "XML" of a LabVIEW class I created manually in the project explorer to my scripted class, and the property configuration for the class appears identical. For this initial test, I am ensuring that the file I am adding is in the same directory as the class I am creating. The error dialog above occurs after a file search window appears, or I elect to ignore 'missing' items. I am posting here to see if anyone has experienced this behavior, or perhaps my inexperience in this area has lead me to overlook a fundamental part of adding items to a class. I appreciate your time, am happy to provide any additional information, and look forward to your responses. System Specs: LabVIEW 2012 32-bit, Windows 7 64-bit
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.