1 / 5

Case Study: Launching Development Apps with Auto Backup in LabVIEW

This case study by Jim Kring, presented on March 4, 2003, explores the use of the Auto Backup package in conjunction with LabVIEW's lv_init.vi for launching development apps at startup. It explains how LabVIEW automatically launches lv_init.vi during startup, referencing lv_init.rc for registered apps. Users can register their applications to run at launch and benefit from automated code snapshots while working. The Auto Backup feature also detects crashes, allowing for file restoration. For more details, visit OpenG.org.

crevan
Télécharger la présentation

Case Study: Launching Development Apps with Auto Backup in LabVIEW

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Launching Development Env App’s at Startup using vi.lib/lv_init.viAuto Backup pkg - a case study As Presented by Jim Kring March 4, 2003

  2. lv_init.vi • LabVIEW will launch vi.lib/lv_init.vi at start-up • The OpenG lv_init.vi looks at lv_init.rc for files to launch • Dev Env Apps can register for launch by placing themselves in lv_init.rc OpenG User Group Meeting

  3. Auto Backup • Registers with lv_init when installed • Saves snapshots of your code, while you work • Detects a LabVIEW crash (post mortem) and allows you to restore files OpenG User Group Meeting

  4. Auto Backup • Registers with lv_init when installed • Saves snapshots of your code, while you work • Detects a LabVIEW crash (post mortem) and allows you to restore files OpenG User Group Meeting

  5. Recap • Visit OpenG.org to find Auto Backup and lv_init (coming soon) OpenG User Group Meeting

More Related