Jump to content

Search the Community

Showing results for tags 'labview'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Software & Hardware Discussions
    • LabVIEW Community Edition
    • LabVIEW General
    • LabVIEW (By Category)
    • Hardware
  • Resources
    • LabVIEW Getting Started
    • GCentral
    • Code Repository (Certified)
    • LAVA Code on LabVIEW Tools Network
    • Code In-Development
    • OpenG
  • Community
    • LAVA Lounge
    • LabVIEW Feedback for NI
    • LabVIEW Ecosystem
  • LAVA Site Related
    • Site Feedback & Support
    • Wiki Help

Categories

  • *Uncertified*
  • LabVIEW Tools Network Certified
  • LabVIEW API
    • VI Scripting
    • JKI Right-Click Framework Plugins
    • Quick Drop Plugins
    • XNodes
  • General
  • User Interface
    • X-Controls
  • LabVIEW IDE
    • Custom Probes
  • LabVIEW OOP
  • Database & File IO
  • Machine Vision & Imaging
  • Remote Control, Monitoring and the Internet
  • Hardware

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Company Website


Twitter Name


LinkedIn Profile


Facebook Page


Location


Interests

  1. Hello I am looking for a functional MQTT server client implementation for Labview. I have been doing some search, and found something, but they all seem to be unsupported. Does anyone have any pointers to a fully functional one? Is NI developing any stuff on this? Thanks Edited for correct content
  2. Started some work on a simple C code generator for LabVIEW. https://github.com/taylorh140/LabVIEWCGen I was working on some ideas to handle some more complex Items. Had some thought about using https://github.com/rxi/vec To handle strings and other arrays/vectors, I would like to pass these more complex data types by pointer. However I am looking for some ideas as to when to make a copy. I know LabVIEW has some internal item that manages this but I haven't found a way of accessing it quite yet. Let me know if you think this is worth some effort. Or if you have any ideas about the architecture that you think would be helpful. Also i imagine that this will still only ever support a small subset of LabVIEW, the languages are quite a bit different, and i prefer that the code be as clean as possible.
  3. Hi, I'm new in Labview. I work as an intern. I have a formula for fitting a spectrum. The left side of the spectrum is higher than the right side. There's a background on the left side.I need to lower the level of the left side to the right by applying this formula. It should be a Gaussian curve. I need help. Who can help me?
  4. Hi, When I try to install LabVIEW 8.5.1 runtime or visa 4.1 on an Intel NUC with CPU i5 7260U I get: Microsoft Visual C++ Runtime Library Runtime Error! Program ........\LV RunTime 8.5.1\setup.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. Just in case I installed Visual C++ 2005 redistribution and checked under add remove programs that the Windows feature of allowing version under .net 3.5 to run was enabled. This is not an ARM based processor so why does LabVIEW has a problem installing on the NUC?
  5. Benoit

    GRBL 1.1

    Version 1.0.0

    1,017 downloads

    Hi everyone, Since GRBL standard is open source, I decided to post my Library that I used in LabVIEW to interface a standard GRBL version 1.1 controller. Not all GRBL function has been integrated, but this is a very good start. Enjoy and let me know your comments. Benoit
  6. View File GRBL 1.1 Hi everyone, Since GRBL standard is open source, I decided to post my Library that I used in LabVIEW to interface a standard GRBL version 1.1 controller. Not all GRBL function has been integrated, but this is a very good start. Enjoy and let me know your comments. Benoit Submitter Benoit Submitted 07/26/2018 Category Hardware LabVIEW Version
  7. Hello, I'm currently looking for a job Change. Myself Shiva recently qualified the CLD and working on LabVIEW since more than 3 Years as well as on LabWindows/CVI Since last 1.5 years. I have experience on all Kind of RF instruments with different communication Protocols and all other details are listed below in my Resume. If you have any opening that suits me please contact me to my mail ID : sunnyshiva55@gmail.com Thanks Shiva Resume_Shiva.pdf
  8. Benoit

    1-Wire.zip

    Version 1.0.0

    513 downloads

    This tool-set gives access to all the 1-wire TMEX functionality. I was able to access 1-wire memory with this library. It has all the basic VI to allow communication with any 1-wire device on the market. It needs to be used in a project so the selection of the .dll 64 bit or 32 bit is done automatically. It works with the usb and the serial 1-wire adapter.
  9. View File 1-Wire.zip This tool-set gives access to all the 1-wire TMEX functionality. I was able to access 1-wire memory with this library. It has all the basic VI to allow communication with any 1-wire device on the market. It needs to be used in a project so the selection of the .dll 64 bit or 32 bit is done automatically. It works with the usb and the serial 1-wire adapter. Submitter Benoit Submitted 06/01/2018 Category Hardware LabVIEW Version
  10. View File 55 easily distinguishable color.vi This is the only way I found how to have a bunch of color that are unique and easily distinguishable. The maximum I saw in the web was about 26. This one offer 55 of them without gray tone. You can modify this VI to support gray tone as well and goes up to 60 colors. Submitter Benoit Submitted 05/30/2018 Category User Interface LabVIEW Version
  11. Version 1.1.0

    318 downloads

    This is the only way I found how to have a bunch of color that are unique and easily distinguishable. The maximum I saw in the web was about 26. This one offer 55 of them without gray tone. You can modify this VI to support gray tone as well and goes up to 60 colors.
  12. View File MCP2221A library There it is. The complete library for the MCP2221A. I2c adapter, I/O in a single IC. I love that one. Let me know if any bug is found. I try to make that library as much convenient as possible to use. Two version available 32 bit and 64 bit. little note: to open by serial number, the enumeration need to be activated on the device first. (open by index, enable the enumeration) It needs to be done only once in the life time of the device. PLEASE do not take ownership of this work since it is not yours. You have it for free, but the credit is still mine... I spent many hours of my life to make it works. Submitter Benoit Submitted 05/29/2018 Category *Uncertified* LabVIEW Version 2017 License Type BSD (Most common)
  13. Version 1.0.0

    411 downloads

    There it is. The complete library for the MCP2221A. I2c adapter, I/O in a single IC. I love that one. Let me know if any bug is found. I try to make that library as much convenient as possible to use. Two version available 32 bit and 64 bit. little note: to open by serial number, the enumeration need to be activated on the device first. (open by index, enable the enumeration) It needs to be done only once in the life time of the device. PLEASE do not take ownership of this work since it is not yours. You have it for free, but the credit is still mine... I spent many hours of my life to make it works.
  14. My team is looking to take on a CLD level LabVIEW developer to help build and maintain a distributed control application. This application is ultimately the Go For Launch button on our newest Air Launch platform. In this role, you'd primarily be responsible for development, test, and support of the Launch Operations Software during all phases including subsystems checkouts all the way through Terminal Count and beyond. The scope of this position is highly fluid; like most roles here at VO, you'll have an opportunity to become involved in projects all around the company.There is some travel expectation for this position. Approximately 10% of your time will be spent at our test site and launch sites--some of which are not continental US territories.All Virgin Orbit employees must meet ITAR requirements; specifically, you need to be a US citizen, a lawful permanent resident of the U.S., a protected individual as defined by ITAR (22 CFR §120.15) or be eligible to obtain the required authorizations from the U.S. Department of State. You can apply through the portal exposed in the requisition found here: https://careers-virginorbit.icims.com/jobs/4059/launch-engineer%2c-control-systems/job
  15. Senior Engineer Cupertino, CA 95014 1 year and extendable Domain: Consumer Electronics Must have : Python, C/C++ (preferably Python), LabView • Work closely with the design team to analyze the requirements and help with defining the test criteria • Work with the team to develop the automated functional and regression tests using apple’s testing framework. • Actively participate in code reviews conducted by the developers • Evaluate existing testing methodologies and suggest new techniques that will help us deliver high-quality features faster. • Improve, maintain, and execute automated functional, regression, testing codebase • Maintain a solid understanding of Test workflows, automation best practices, and agile methodologies • Maintain proficiency in application and use of systems, tools, and processes within the Technology department. • Take a lead role in QA Roadmap initiatives Basic Qualifications: • BS/MS in Computer Science, Computer Engineering, electrical engineering or similar technical field • 3+ years of experience as a Software Development, Test Automation. • Experience in embedded hardware, software test automation. • Demonstrated experience in test framework design and development • Excellent communication, collaboration, reporting, analytical and problem-solving skills • Proficient with Agile testing methodologies and best practices Mandatory Skills: • Strong programming skills with Python, C/C++ (preferably Python), LabView Expert • Excellent fundamental knowledge of data structures, algorithms, and object-oriented design • Experience with embedded system hardware/software test automation. • Experience with Functional, factory line, diagnostic, reliability testing • Experience defining test plans and designing/developing the automation. • Experience with Linux, real time operating systems (bonus) • Passion for testing and quality engineering • Experience with bash scripting Reach me at chaitu@fraank.com for more information
  16. Hi! Silixa is looking for a LabVIEW Software Developer - SURF (London, UK). https://silixa.com/about-us/careers/ If you are looking for variety and using LabVIEW for something other than equipment control/test. Contact details are provided on the web site.
  17. https://www.winemantech.com/blog/testscript-python-labview-connector From release blog... Summary: Test engineers typically add manual-control screens to LabVIEW applications. While it would be helpful to repetitively execute varying parts of those manual-control screens, LabVIEW is not optimal for dynamic scripting, or on-the-fly sequencing with flow control. (Imagine editing the source code of Excel each time you wanted to create a macro.) And while Python is built for scripting, it requires advanced custom coding to interface with LabVIEW. Announcing TestScript: a free Python/LabVIEW connector from Wineman Technology that is simple to add to your existing LabVIEW application and abstracts complex Python coding, allowing you to easily use Python to control LabVIEW or vice versa.
  18. Hi, Do you have an exemple of Enable Alarm & Event Notifications ( without use DCS MODULE) in labview?!! example: https://docs.inductiveautomation.com/download/attachments/6046164/Client Acknowledged 2 Alarms.png?version=1&modificationDate=1475030469000&api=v2 Thank you.
  19. Hi to all, First to all thanks for being able to help and reading this post. I would like to ask two question: 1- I have RUN TIME asigned to a PC, but know I would like to change this PC and install the same application to another PC (of course, keeping the same Run Time) Is it possible and how can I do that? because when I put a run time in a PC it is associated with that pc. 2- I would like to associate the application to a PC, so if the application run to another PC it can not. I see some post that associate the application with serial number of PC and serial number of hard disk, is this the best way? Thanks a lot.
  20. I am trying to use a mixed signal graph to plot a set of digital data (12 lines) and 4 arrays of analog data in XY format. For the analog data I want each array to be assigned to a different group in the graph, but at runtime they seem to all default to Group 1 (the Pressure graph shown below). I have been able to change them using the legend or the graph properties for each plot, but cannot find a way to do it programmatically. Is there a property node that can be used to set this?
  21. Hello All, I am new to the camera labview programming. For my research work, I am using camera to grab the live image. I am stuck with one problem. how to treat the background? I tried to subtract the constant value from the entire image, but with that i am loosing few of my data. I know one solution, but I don't know how to implement this solution. Problem: how to take the values from the 4 corner of the image and subtract those value from entire image? If anybody previously develop similar stuff then please help me out for this. Any help would be appreciate. Thanks, Shaun removebackground.vi
  22. Company National Energetics is an industry leader in ultra-intense short pulse lasers. The company designs and builds lasers for a myriad of customers, including academia, governmental research centers, and industry partners. We are currently in the process of building the highest power laser in the world. Opportunity : The Software Engineer will use various LabVIEW tools to write software needed for the integrated control and performance-monitoring of the laser. The tools developed will be applicable to one or more of the systems in development or production. Duties : Build LabVIEW libraries to perform image processing, control motors, and interact with various sensors and actuators. Collaborate with mechanical engineers and laser scientists to make sure control software meets system requirements. Design, assemble, and test wiring routing systems for safety controllers. Oversee assembly of control cabinets, including wiring and testing. Design and develop high quality user interfaces to be used in control room for 10 petawatt laser. Required Qualifications: Bachelor’s degree in Electrical Engineering, Computer Science, or equivalent 2+ years professional experience as a Certified LabVIEW Architect Experience with LabVIEW Real-Time and FPGA modules Strong oral and written communication skills Preferred Qualifications: 5+ years professional experience as a Certified LabVIEW Architect Experience with National Instruments SoftMotion and Vision Development modules Experience with PCB design and fabrication Experience working with stepper motors Experience using object-oriented programming techniques in software development Familiarity with source code control programs (Perforce preferred) Familiarity with Linux operating system Proficient in troubleshooting and debugging Benefits : Medical, Dental, and Vision Insurance 401k with employer match 4 weeks paid vacation 10 paid holidays Location: North Austin, TX
  23. LabVIEW 2016 Modbus Communication with a PLC Siemens SIMATIC ET 200SP Windows 7 Ultimate Hi, When I run my code it return error 66 at Read Holding Registers function. I ran this code as a VI on the development virtual machine and as a *.exe on real machine, but received the same error. Try in another computer and receive the same error. As PLC code was developer by other programmer I ask him if this communication was working on his machine, he showed me a LAbVIEW code running with Modbus communication with the same PLC. He was using a LabVIEW 2013 with old Modbus Library, but I had taken his code and ran on my PC with LV 2016 and receive the same error on MB Ethernet MAster Query Read Holding Registers(Poly).vi. Also generate an exe file and run on my real machine and still receiving error 66. In all scenarios I can ping PLC and receive answers, but cannot read or write any data with LabVIEW. First picture is my code with LV 2016 VIs. Second picture is error message. Third one is the other programmer code with old Modbus Library. On the first code, if I remove Read Holding Registers VI and connct wires directly or put a property node to set any property it runs without errors. If change this function for any other modbus function return error 66. Any idea what I am doing wrong? Thanks in advance! ni_support.zip Comunicação CLP.vi Main_MB_2.vi
  24. I have never gotten the performance that I desire out of the 2D picture control. I always think that it should be cheaper than using controls since they don't have to handle user inputs and click events etc. But they always seem to be slower. I was wondering if any of the wizards out there had any 2d picture control performance tips that could help me out? Some things that come to mind as far as questions go: Is the conversion to from pixmap to/from picture costly? Why does the picture control behave poorly when in a Shift register? What do the Erase first settings cost performance wise? Anything you can think of that are bad ideas with picture controls? Anything you can think of that is generally a good idea with picture controls?
  25. Looking for a LabVIEW consultant in the SF Bay Area (Martinez, CA). Please email jobs@euvtech.com LabVIEW Consultant SUMMARY EUV Tech is looking for a LabVIEW consultant to work with a small team of engineers and scientists to develop the next generation of semiconductor metrology tools. He/she will support the design, documentation, assembly, and test phases of each project focusing on software design and control system architecture. Initially the term will be for 6 months with the possibility of extensions. RESPONSIBILITIES Ability to design and code complex software systems using Labview · Ability to architect control systems and integrate them with system software · Facilitate electrical design and component selection · Complete software, electrical, and user documentation · Assist with test development and system validation. QUALIFICATIONS · Minimum 3-4 years of experience with LabVIEW application development and management · LabVIEW, LabVIEW RT, LabVIEW FPGA experience · Strong ATE background · Experience with revision control software (e.g., CVS/GIT) · Extensive knowledge of Motion Control, Instrumentation Control, Data Acquisition, and Instrument Driver development · MS or BS in Engineering or equivalent work experience · Must be able to interact effectively with customers, including some from different cultures · Excellent verbal and written communication skills · Excellent technical, conceptual, problem solving, and analytical skills · Some travel may be required About EUV Tech (www.euvtech.com) EUV Tech is located in Martinez CA making state-of-the-art equipment for the semiconductor industry. Our company has been in business for over 20 years and has customers in the USA, Europe, and Asia. Please send your cover letter, resume, and references to jobs@euvtech.com
×
×
  • Create New...

Important Information

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