Advanced LabVIEW: Customizing Dashboard, Debugging Tools, Functional Global Variables, and More

advanced labview n.w
1 / 34
Embed
Share

Discover a comprehensive guide to Advanced LabVIEW features including customizing dashboards, debugging tools, working with functional global variables, and implementing specific VI properties. Explore step-by-step tutorials and demos for effective programming in LabVIEW.

  • LabVIEW
  • Customizing
  • Debugging
  • Variables
  • Programming

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. Advanced LabViEW http://goo.gl/YdQ5mm

  2. Customizing the Dashboard

  3. Customizing the Dashboard Open Project

  4. Customizing the Dashboard Open Project Sending data from robot

  5. Customizing the Dashboard Open Project Sending data from robot Smart Dashboard VI s Named (case sensitive) values

  6. Advanced Debugging Tools VI Profiler Tools>>Profile>>Performance and Memory

  7. Advanced Debugging Tools VI Profiler Tools>>Profile>>Performance and Memory

  8. Functional Global Variable

  9. Functional Global Variable Quick Intro https://frclabviewtutorials.com/fgv/

  10. FGV Functional Global Variable Code

  11. Implementing An FGV

  12. VI Properties Quick Intro https://frclabviewtutorials.com/fgv/ SR Flip Flop Demo

  13. VI Properties Quick Intro https://frclabviewtutorials.com/fgv/ SR Flip Flop Demo Edge Detector https://frclabviewtutorials.com/memory-library/

  14. FRC Vision Programming Demo

  15. PID Proportional

  16. PID Proportional Constant multiplied by error (offset) The larger this is, the faster the robot approaches the setpoint (smaller rise time)

  17. PID Proportional Constant multiplied by error (offset) The larger this is, the faster the robot approaches the setpoint (smaller rise time) Integral Constant multiplied by integral of all previous error values The larger this is, the less overshoot and settling time (less bounce)

  18. PID Proportional Constant multiplied by error (offset) The larger this is, the faster the robot approaches the setpoint (smaller rise time) Integral Constant multiplied by integral of all previous error values The larger this is, the less overshoot and settling time (less bounce) Differential Used to eliminate steady state error (reducing offset after movement)

  19. PID Proportional Constant multiplied by error (offset) The larger this is, the faster the robot approaches the setpoint (smaller rise time) Integral Constant multiplied by integral of all previous error values The larger this is, the less overshoot and settling time (less bounce) Differential Used to eliminate steady state error (reducing offset after movement)

  20. PID Tuning

  21. PID Tuning Several methods available Ziegler Nichols* Tyreus Luyben Cohen Coon str m-H gglund Manual Tuning*

  22. PID Tuning Manuel Raise CP Until robot oscillates about setpoint Raise CD Until Robot stops bouncing Raise CI (and change the setpoint) until robot turns and hits the target point Ziegler-Nichols Raise CP Until robot oscillates (Value of CP becomes Ku) Measure the period of this oscillation (Time to complete 1 cycle becomes TU)

  23. PID Tuning Manuel Raise CP Until robot oscillates about setpoint Raise CD Until Robot stops bouncing Raise CI (and change the setpoint) until robot turns and hits the target point Ziegler-Nichols Raise CP Until robot oscillates (Value of CP becomes Ku) Measure the period of this oscillation (Time to complete 1 cycle becomes TU)

  24. PID Tuning Manuel Raise CP Until robot oscillates about setpoint Raise CD Until Robot stops bouncing Raise CI (and change the setpoint) until robot turns and hits the target point Ziegler-Nichols Raise CP Until robot oscillates (Value of CP becomes Ku) Measure the period of this oscillation (Time to complete 1 cycle becomes TU)

  25. PID Demo

  26. Architectures State Machine

  27. Architectures State Machine

  28. Architectures State Machine

  29. Architectures State Machine Producer-Consumer Parallel loops First creating data or instructions Other handling

  30. Architectures State Machine Producer-Consumer Parallel loops Use either queue or fgv

  31. Producer Consumer Demo

  32. Type Def. Useful for passing data both controls and indicators Demo

  33. Type Def. Useful for passing data both controls and indicators Demo

  34. Questions

Related


More Related Content