Hi timreyes, thank you for your reply. I already have an analyzer that works well with the 1.x software. It also works for the 2.x software, bubble text is visible and the data table is populated. The data table content is what I have an issue with. In the Logic 1.x software there is no true table but just the results window pane where you add strings. In the Logic 2.x software, however, is a true table with multiple columns but my results are always shown as type “framev1” and the value column has the string that is generated in my analyzer for the logic 1.x results window output. See screenshot.
When you code an HLA every property of the data object you return as a result type gets turned into a column and the “Type” column is chosen from the result type name. See here:
What I would like to do is have this true results table data output in my “normal” analyzer, not in a high level analyzer. Is this possible?