11-15-2017 10:13 AM
I was trying to make a bar graph out of a slide array. But when I tried to export the graph, it crashed LabView every single time.
I am not sure if it is a unique case in this PC, or is it a but to be fixed.
11-15-2017 10:37 AM
IIRC, the problem occurs when exporting an array of type defs.
Are those controls type defs? Try disconnecting them. Not ideal, but if it prevents crashing...
The other workaround that only works when running is to catch the menu selection event and do your own export.
11-15-2017 10:52 AM
No, they are not type def. I simply drag the slide control from the left into an array container.
I simply wanted to report a potential bug. I don't really have to use this slide array. You are right, there are many other workarounds.
11-15-2017 04:11 PM
CAR 631802 is filed for the behavior wiebe@CARYA described. I added some additional notes to the CAR documenting that a crash also occurs when exporting an array of progress bars, knobs, color box constants, etc. and that they do not need to be type defs in this case.
05-23-2018 01:03 PM
CAR 631802 is fixed in LabVIEW 2018
05-28-2018 03:54 AM