ni / niveristand-communications-bus-template

Template custom device for using communications buses in VeriStand
http://www.ni.com
MIT License
0 stars 3 forks source link

Scripting API should have Add/Remove/Find #105

Closed buckd closed 3 years ago

buckd commented 3 years ago

Is your feature request related to a problem? Please describe. The basic entry points for any custom device scripting API should have Add Custom Device and Remove Custom Device. Find Custom Device is also a very useful function. With the current template, these VIs need to be created manually for each new custom device.

Describe the solution you'd like The VIs mentioned above should be added to the template so they are always available when a new instance of the template is created.

Adding this feature also has implications for the cloning tool since Add and Find will need to know the GUID of the custom device. The cloning tool may also need to be updated to reference the new GUIDs.

Describe alternatives you've considered None.

Additional context N/A