01-13-2020 02:10 PM
We just upgraded our systems to Windows 10 last week and we are seeing major issue with using filtered topics. We are using LabVIEW 2018 32-bit. Every time I try to run multiple reader examples generated by the RTI DDS ComplexType Generator which include a filter in Content Filter Expression, LabVIEW completely crashes. This worked fine on Windows 7.
Our topic is non-keyed, and we are filtering on a single field (enum). The Filter names are unique, and the filters are correct (or at least exactly how they were on Windows 7 when it worked).
01-14-2020 06:13 AM
How do you filter the enum? Using the values string or the numeric value? i.e:
enum = 'value_name' or enum = 32
Do you have that problem only with a specific data type or it happens with different ones? Can you attach one that reproduces it?
01-14-2020 07:44 AM
Value string.
I’m going to do some more testing on this today and see if I can get some code or at least a typedef that reproduces it. I want to check it on a few different computers.