When converting a VXIpnp driver fp for use in LabVIEW, some of the ring parameters get combined into a single value.
For example, on the fp, there's a parameter called measMethod that has two values, Integration and Resolution, with the values of 0 and 1 respectively (actually use enums). After converting the driver in LabVIEW, the ring lists the first ring item as "Integration, Resolution" with a value of 0. No other items are listed.
This does not happen for all rings, only a portion of them. What causing this and is there a way to fix/work around it?
I'm using LabVIEW 6.0. The values are appropriate in the driver's .h file and are listed correctly in the fp's label/pair section.
Thanks,
Scott