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. Hi everyone, so we have a device for measurement & signal generation and want to make it accessible through VISA say by Ethernet / USB / Serial. Other than the VISA driver template and the SCPI parser that must be implemented on the device, does anyone offer a good starting point on how to make a device talk VISA and maybe even get it certified by NI? Thanks in advance
  2. Hi Lava, I'm having an issue with a teststand deployment (Teststand 2013, LabVIEW 2013) I have a deployment which deploys my LabVIEW project containing all drivers (classes and lvlibs) for use in my sequences. In the deployment (LabVIEW options), I uncheck "exclude vi.lib", "exclude user.lib" and "exclude instr.lib" because the deployment should also work on an PC that only has runtimes and an operator interface. The build finishes without errors but I cannot open the deployed project... --> not on a development PC because it finds conflicts (XNodeSupport and some vi's in vi.lib picture.llb) --> not on a runtime PC (file not found) Did anyone else notice the same behaviour ? Thanks in advance for your help, tips and tricks :-) At first, i thought i had something to do with LabVIEW search paths (because I include vi.lib, it should not search for the vi's in the real vi.lib) but that didn't help... http://lavag.org/topic/18620-labview-search-paths/#entry111920
  3. Version 2.0

    173 downloads

    The Threshold Hysteresis VI allows an input (for example, a sensor) to drift out of an inner limit without generating an invalid flag, but if it drifts outside an outer limit it then becomes invalid. For the reverse, when the input crosses back into the outer limit it remains invalid until the value falls inside the inner limit. For simplicity, only one input parameter is provided for both the inner & outer limits, and is negated for the lower limit, as generally tolerance limits are equidistant from the nominal.
  4. View File Threshold Hysteresis v1.0 LV8.6.1 The Threshold Hysteresis VI allows an input (for example, a sensor) to drift out of an inner limit without generating an invalid flag, but if it drifts outside an outer limit it then becomes invalid. For the reverse, when the input crosses back into the outer limit it remains invalid until the value falls inside the inner limit. For simplicity, only one input parameter is provided for both the inner & outer limits, and is negated for the lower limit, as generally tolerance limits are equidistant from the nominal. Submitter Deon Submitted 11/10/2014 Category General LabVIEW Version License Type
  5. Hi, I want to adjust the search paths in LabVIEW and i was wondering if I can add an entry to search the 'current project path' including subdirs. (a bit like teststand, current sequence path and subdirs) Reason: I have a few testsystems which run a teststand operator interface and a source distribution of my drivers (vi.lib, instr.lib and user.lib included) However... we have one system with teststand and labview development, for debug and test. If I build a project (teststand deployment) of my drivers, I get them in 1 folder structure. A projectfile with ALL subvi's needed vi.lib, instr.lib and user.lib included.... works on the testsytems BUT when I open this project in the dev env... the project has conflicts on Xnode support, picture to pixmap, Imagedata.ctl, .... I think that adding a search path in LabVIEW to search 'Current ProjectDir' including subdirs will solve my problem but I don't know the syntax for 'current project dir' don't even know if this is possible. Thanks for your reply. Wim
  6. Hello, I need a little help. I want to send from LabVIEW to Arduino via serial port the string for example "ABC" and so on. The problem is that when I send the string from LabVIEW .......the Arduino do nothing. Sometimes shows some kind of sign. When I send the string via Visual Studio it works perfectly. Is there someone who can help me. I attached picture of vi and Arduino code Thank you very much. Arduino code.txt
  7. I'm trying to find a way to communicate between two executable LabView app, because of several reasons I chose (associated with my application) Network Streams. Everything works fine so long as they are the VIs. When I build exe files there is no communication between apps. The apps waits forever for connection (because there is no timeout). Did anybody meet the same problem? I will be very grateful for any advices and comments. TestStream.vi TestStream2.vi
  8. I need to protect an excel worksheet, and I use "USERINTERFACEONLY" As i also require some formatting such as merge cells and other option I use "ALLOWFORMATTINGCELLS" But I'm not able to run it... it say unlock and than run.... I do not want to unlock do modification and than lock method... Is there an alternative??? p.s. It works with kingsoft not with excel 2010...what?
  9. I am currently working on a NI 9626 sbRIO with other external hardware using LV 2013. My issue is that my webservices will not load when I deploy the project as a startup application. I am able to manually click and publish the webservices, as well as manually right click and deploy the build. The webservices then run fine, and are publishing data from the application that is running. But for some reason, the board cannot seem to do both at the same time and on deployment as a startup. There are no errors, it acts like it deploys fine but then webservices never load and neither does the startup vi. Is there something I am missing that’s required in the build process to make webservices publish correctly on deployment as a startup? Thanks Edit: I have also posted this here http://forums.ni.com/t5/LabVIEW/Webservice-publishing-with-a-RT-startup-application/m-p/3019461/highlight/false#M862896 One thing I do notice however when I do try to run as startup is that when I try to login to the NI webservices config page I get this error:
  10. I need to build a system where I have to control 4 or 5 small solenoid valves independent of each other using LabVIEW. I have two options: 12 V DC, 2W or 12/24 V DC, 6W. I am really new to LabView and interfacing. So this may sound dumb: 1.Do I need Arduino or some other kind of embedded system for controlling the valves? Or labview has some kind of module for that? 2.Will each of the valves need separate power source? Any suggestions are welcome. Thanks
  11. I want to load hex file into avr microcontroller using labview...How it is possible?? Details-----atmega64 controller based avr kit ..and it has USB interface for programming ....I load program using winAVR but now i want to load hex file using labview ..
  12. Hi Everyone, Erdos Miller is looking to expand our consulting and integration business based around NI products. We are a team of ~35 engineers headquarted in Houston with a few remote workers around the world. We provide contract engineering services, consulting, training, and we also develop our own products for the Oil and Gas industry. To expand our consulting and integration business we're looking for two types of people: 1) Technical People with an Entreprenurial Mindset - We're looking for someone technical, ideally with LabVIEW experience, who's looking to take on something new. Ideally you will go out into the world to find excellent projects to work on and clients to work with. We would see this position as a mixed technical and sales and marketing position. You would handle customer relations, conceptual designs, proposal and contract development and oversee, even sometimes aid the team in the development of projects. This position would be the perfect mix of systems engineer and sales, a sort of intraprenuership if you will. 2) LabVIEW Gurus - CLD/CLA Level - You're passionate about LabVIEW, have at-least 3-5 years of experience, and have some really cool automation experience you can show off. You'll join our team of LabVIEW developers headquarted in Houston and complete challenging, exciting consulting projects. Ideally you have a degree in some sort of engineering and have some technical proficiency outside of LabVIEW. Ideally you live in Houston, Austin, or Dallas and can work in the United States. We have excellent benefits, a start-up feel, a passionate team and a flexible work life. We're at NI week this week so if you can grab us while we're here, that would be great! If not here's how you can contact us: - A private message on this forum. - On Twitter: #erdosmiller - By phone: 713-562-4315 - By email: ken AT erdosmiller DOT com You can find us on the web at www.erdosmiller.com. Ken Miller Cofounder, CLD Erdos Miller
  13. Hi, I am new to this group, so if the post is not in some proper format, I apologize. I am trying to communicate Agilent 8563EC series Signal Measurement equipment. Using the example vi of controlling that instrument, I am trying to modify it to grab the center frequency from the instrument instead of popping the value from labview it self, i.e. I am trying to convert the center frequency from a control to a indicator. But, when I am trying to set the center frequency from the instrument, it is not showing up in labview programmed interface, instead it is changing the value in the instrument itself to 13 GHz, though I am giving it 55 MHz from the instrument. The value is showing properly when I am running the subvi of center frequency alone, but when I am trying to run the complete VI, it is inserting a garbage value in labview as well as changing my instrument parameter of center frequency. Please Help! Thanks.
  14. Hello, In matlab the plot data can be save as a *.png,*.jpeg, and so on and even a pretty good option *.fig. Later when the *.fig is opened you have the real plot as before and this can be edited like changing the legeng , x and y labels, color of the plot etc,. Is there any option like this in labVIEW. I have seen options like saving the data into excel and to different image formats. Is there any special tool kit or add in functions??
  15. 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
  16. I am working on an RT app and hardware that uses more than 50 USB devices connected via USB hubs to an NI rackmount computer. After a hard reboot of the rack mount computer, the USB devices and hubs take more than 5 minutes to enumerate. I am looking for a way to verify all the USB devices have enumerated. Polling VISA Find Resources appears to cause the entire system to lockup if we start it immediately in RT app. If we manually delay for 10 minutes or so in the application and then call VISA Find Resources, it appears to work OK as long as all of the devices have successfully enumerated. A hard-coded 10 minute delay is not optimal because on soft reboots, the delay is unnecessary. Are there any other ways to get the state of system USB enumeration other than VISA Find Resource? During reboots, the NI boot loader takes a minute or so to "Enumerate USB devices" but it appears it only enumerates each USB hub before it completes and moves on. PS. I know there are latency issues using USB on an RT system. We chose to use the RT platform for stability (no windows updates, etc) vs determinism. This may or may not be a good reason, but its what we have now.
  17. 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
  18. Hi, I have some applications (executables) made by several VIs and when they start, users see "loading in progress" window which displays VI's names. This is a typical behavior of LabVIEW, that other languages don't have. Is there a setting to hide/disable that window? Thanks, Claudio
  19. Attached is the browser program I am working on. I am trying to cycle through the database elements that are displayed in the cluster by means of a boolean button. Any help would be hugely appreciated Browser.vi
  20. Well.... here it goes. This is my first LAVA post and I'm pumped! Figured I'd start out by asking for ya'lls (yes I'm from Texas) opinion on a side project I've had in the works for a while. I've developed in LabVIEW for just about a decade, even before my career at NI, and I've run into cases where I wished the array shared some of the characteristics of the cluster and the cluster had some attributes of the array. For example, I wish I was able to name and index my array elements by name like you can with the cluster while also not having to hard code that name on the block diagram with something like an unbundle. Almost like a dynamic unbundle by name... or something like that. So I've put together something I call the LabVIEW container that has the "dynamic-ness" of an array and the hierarchy mixed type named data "feel" of the cluster. It also behaves like a tree because of the "One parent - Many child" model. Here's a super short 5 minute video describing the concept and demonstrating a functional prototype. I've also created a community document that goes into much more detail and from which you can, if you so desire ( ), download the Container and give it a spin. I'm still doing a TON of cleaning under the hood, and adding things like VI documentation at the moment, but I'd like to get ya'lls feedback on the usefulness of the idea and thoughts on the API. This is something I'm really excited about and I hope that it benefits the LabVIEW community. Thanks ya'll!!!! Chris
  21. Hi all, I am new to using LabVIEW and I was hoping to get some help with the issues I am having with my VI. I am working with a myDAQ that I have set to produce an analog output and also acquire data from a digital and analog input. I am then graphing that data on a mixed signals graph, which is working properly. However, the two waveforms on the graph are not synced. It seems that the digital input is off by approximately 0.05 seconds and I'm not quite sure how to fix this. I've tried using two separate DAQs but this didn't make a difference. I also thought that maybe I needed to use sample clocks for each of the inputs, however when I try using a sample clock with the digital input I get an error. Does anyone have any suggestions on how to approach this issue? I've attached a photo of my current VI. Anything would help, thanks!
  22. I am looking to display images from an image folder containing mostly jpg images. I want to be able to display the images on the front panel and cycle through them through a button. How would I do this? This is what I have so far I just want to be able to cycle through the images by means of a button. LabVIEW 2013
  23. Hi, I'm working on a build server to be launched from Jenkins and a plugin to smooth the use of Jenkins with LabVIEW. I hope to post some results soon! One problem I am having. I wanted to distribute the build server as source code as it will enable additional features in the development environment over a built EXE. To aid the process, rather than distributing multiple versions and have to create a new distribution for every version. The problem with this is that when it tries to exit, unless it is in the version it was created in (2011) it prompts for a save. I'm sure I saw some option somewhere to sliently close LabVIEW without a save dialog but cannot find it anywhere! Was I dreaming or is there something in Scripting/Super Secret Stuff which could do this? Cheers, Mac
  24. Revolutionary Engineering (Shanghai) Testing Technology Company is a dynamometer systems integrator and a provider of in-house dynamometer testing services located in Shanghai, China. 睿孚(上海)测试技术有限公司是一家专业测功机系统集成商和内部测功机测试系统提供商,位于中国上海 Revolutionary Engineering is an NI Alliance Partner. 睿孚是NI的联盟伙伴 Revolutionary Engineering currently has an opening for a LabVIEW Programmer / Controls Engineer. 睿孚目前正在招聘的职位:LabVIEW软件开发工程师/ 控制工程师 Location: Shanghai, China 地点:中国上海 Job Description: 职位描述 - Assist controls group with software development in a LabVIEW environment 协助控制团队进行LabVIEW环境下的软件开发 - Interface with customers to assist in troubleshooting hardware and software related issues 负责与客户接口,协助硬件和软件相关问题的故障排除 - Prepare software documentation 准备软件文档 - Work with NI and other hardware 熟悉NI及其他硬件 - Work with dynamometer systems for testing automotive powertrain components 熟悉运用测功机系统测试汽车动力总成零部件 Minimum Requirements: 基本要求 - Bachelor's Degree in Engineering (Electrical, Computer, Mechanical or other related discipline) 工程学学士学位(电气、计算机、机械或其他相关学科) - Good LabVIEW knowledge (A CLD certification would be plus!) 良好的LabVIEW知识技能(具有A CLD证书者优先考虑!) - Knowledge/experience with electrical hardware/wiring, data acquistion, control theory 具有相关的电气硬件/接线、数据采集、控制理论知识/经验 - Computer skills (computer hardware, Windows and MS Office applications, etc.) 计算机技能(计算机硬件、Windows和MS Office应用程序等) - Good written and verbal communication skills 良好的书面及口头沟通技巧 - Readiness to travel to customer locations 能接受客户现场出差 Please send your resumes to – 请将您的简历发送至: REChinaHR@revoleng.com Company website: 公司网址: www.revoleng.com
  25. I want to use the Python extension libs such as ROOT (http://root.cern.ch/drupal/content/how-use-use-python-pyroot-interpreter and http://root.cern.ch/drupal/content/production-version-528), but it is strange for me to use the labpython. I write a demo.py to import ROOT(just like this "from ROOT import gROOT, TCanvas, TF1") which is running in LabPython, but it seems to crash for LabVIEW, but it can be used outside of LabVIEW if python it in the command line. And If I run the python script without ROOT lib, it is normal in LabPython. How can I solve it? My python version is 2.6, the ROOT version 5.28, and LabVIEW version is 2011. LabPython version is 4.004. The Python file could not be uploaded, so I change the name from demo.py to demo_python.vi. Please change it after download. And LabVIEW file is also uploaded. My ROOT env config variables are set PATH=%ROOTSYS%/bin;%PATH%set PYTHONPATH=%ROOTSYS%/bin;%PYTHONPATH% So after setting config variables, you can type the command "python -i demo.py" in the python installation directory in the command line. It is normal running, but you could not do it in LabPython using the same code. And My LabVIEW.ini is setting like this: PythonServer=C:WINDOWSsystem32python26.dll Thanks! demo.vi demo_python.vi
×
×
  • Create New...

Important Information

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