ni / niveristand-custom-device-development-tools

LabVIEW VIs providing common functionality used by multiple VeriStand custom devices.
MIT License
18 stars 9 forks source link

Add common VI for copying scripting APIs to the development tools #37

Open buckd opened 3 years ago

buckd commented 3 years ago

Is your feature request related to a problem? Please describe. All our new custom devices should have scripting APIs, and, ideally, examples of using those APIs. We currently have separate copies of the VI that copies the API to vi.lib for each scripting API.

Describe the solution you'd like The VI that is used for copying the scripting APIs to vi.lib should exist in this centralized location so it doesn't need to be updated for each API.

Describe alternatives you've considered None

Additional context To make one change to this VI, three separate copies had to be modified. See Routing and Faulting PR 261.