02-22-2014 02:03 AM
Hi,
Some of my custom devices have a large number if I/Os. Because the FIFOs are arrays, my custom device RT driver VI has been referencing them by indexing the arrays. Is there a recommended method to reference FIFO I/Os by name, and preferably the same name as the channel names that are created by the initialization VI? Referencing array elements by index can get very confusing and not very flexible if I need to add or remove custom device I/Os. Thanks.
02-22-2014 03:26 AM
You could use an enum diagram constant to wire to the index terminal of index array. Make the item name correspond to the element name.
This site uses cookies to offer you a better browsing experience. Learn more about our privacy statement and cookie policy.