06-30-2021 10:36 AM
For an old version of a VI - which we want to reuse - a "Consumer Message.ctl" file is searched.
On our system we do not got anything like this.
Bot we found such a file in an old LabView course. But this seems to be an older version, because the usage of this file leads to several dimension errors in the VI. So we propose that there must be used a similar example, but in a newer version.
Does someone know about a "Consumer Message.ctl" file in an example of a LabView version. We search in versions of about LabView-2018 to LabView-2020.
Thanks in advance.
06-30-2021 01:52 PM
Hi jk,
try this:
(I use the word "control", but that might also be used for indicators and block diagram constants.)
06-30-2021 02:59 PM
Hi GerdW,
thank you for the quick response.
I have tried your hint, but with that I get some other errors because of dimension-problems. It seems that a cluster in the VI, from this typedefinition, has different elements than what is used in the program. In case of doubt I have to fix this specifically and create a fitting cluster. But I thought I could be more clean to get the suitable *.ctl file and this solves the problem internally...
Best regards