RTI DDS Toolkit for LabVIEW Support

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Crashing on Windows 10 using Content Filters

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).

0 Kudos
Message 1 of 3
(2,779 Views)

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?

0 Kudos
Message 2 of 3
(2,749 Views)

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.

0 Kudos
Message 3 of 3
(2,741 Views)