09-18-2019 08:14 PM
I have a gviweb in NXG. There's a while loop with an event structure in it that responds to a few button presses.
The gviweb won't compile because there's an error where the source is "Event Structure" and the message is "This terminal's type is unsupported on the current compilation target"
What does this error mean? Is there a problem with the event structure?
09-19-2019 04:30 PM
Difficult to say without seeing the code. I assume you might be using a GType, or something similar that is not supported in WebVIs.
I have used Event Structures in LabVIEW NXG 3.0's WebVIs, so I assume the structure itself if not the problem (unless you're in a lower version of the software).
All the best,
09-20-2019 08:37 AM
Thanks for responding. No, I'm not doing anything complicated. I have used Event structures in WebVIs before too without issue.
In this case, I deleted the event structure and redid the code and I didn't see the error this time. I know I didn't do anything different, but somehow the problem has gone away.
I am still hoping to learn what the error signified as I haven't seen any information on it.
09-23-2019 07:15 PM
Hi pulidotech,
Do you have a copy of the original project with error that you could share?
Thanks,
Frank
09-24-2019 05:25 AM
Sorry, I don't have a copy of the project that has the error.