11-21-2018 02:33 AM
Hi,
I have a subvi in my project that I use to rearrange a table and export the data into an Excel file, I wanted to add a Progress Bar in my main vi to understand if my subvi is actually working or not and to do this I'm sending as an input a reference to a Slide Control.
When I call the subvi and the table I want to export has like 20 or 30 rows it works just fine but if the table has something like 30 or more rows the reference to the Slide Control stop working and I get an Error Code 1055.
When I try to debug this I see from the probe that the main vi sends the right reference, inside the subvi the reference is null.
Why is this happening? What should I do?
Solved! Go to Solution.
11-21-2018 02:50 AM
11-21-2018 03:19 AM
Ok, I attach the vi that's not working, if the "DataExportMeasure" Matrix has like 40 or more rows the slide refnum "Slide Refnum" doesn't work and gives an error code 1055, if the "DataExportMeasure" has like 20-30 rows instead the whole subvi works...
11-21-2018 09:23 AM
Found the solution, the subvi I was using was called in another part of the main vi that I didn't know.