12-20-2016 08:03 AM
This may be more of a generic LabView question....but is there a way to programmatically define the IP addresses of each device during runtime rather than before the program starts?
In other words...I won't know which addresses/radios I want to configure until after the program has started...so I can't fill in the IVI control that goes to the niUSRP Configure vi ahead of time.
Is there a way to, say, convert a string (of IP addresses) to whatever the heck the IVI data type is?
12-20-2016 08:35 AM
Actually...it looks like you *can* wire a string into the Device Names port of the Configure vi's without any issue. LabView puts the little red dot on the input to let you know it's recasting the data type, but it doesn't seem to complain that it's not seeing something unexpected.
Good to know!