Issue Details
I am developing a plug-in for FlexLogger using the FlexLogger Plug-In Development Kit in LabVIEW. I would like the plug-in to expose multiple channels with different data types, including strings, doubles, and Booleans.
To write data to the plug-in channels, I am using the Write Data.vi included in the development kit. However, I noticed that this VI does not provide a channel name or unique identifier input to specify which channel should receive the data.
Is it possible for a FlexLogger plug-in to contain channels with mixed data types? If so, how can I ensure that data is written to the correct channel?