LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Toolbox: Unknown 'Assert' error!

Trayicon

using CVi 2019

 

toolbox.c error Assert!

Please see attached image of error box

 

Also is it possible to hide the Panel so nothing is visible, Currently hide panel still shows a cvi object

0 Kudos
Message 1 of 2
(1,122 Views)

The Programmer's Toolbox code is public and installed into you CVI folder, you can find it in <CVI folder>\toolslib\toolbox. By looking at the code you can easily understand the reason of the error message (e.g. an incorrect parameter value or other reasons).

 

You can even run the Toolbox in the IDE to debug this condition: load the instrument in Instrument menu, next run Instrument >> Edit... menu function, select the PT in the list of instruments included in the project and press Attach and Edit Source button: the code will be loaded into an editor window and you will be able to run your project adding breakpoints into the instrument code and examine variable values and/or run step-by-step to investigate.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(1,107 Views)