Welcome to our Support Center

Open Log Folder

Description

When an error occurs during the execution of the model it is recorded in a temporary file. The “Open Log Folder” function allows you to open the folder that contains these temporary files.

Input parameters

 

Model in : model architecture.

Output parameters

 

Model out : model architecture.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install HAIBAL library to run it).

Opens the folder that contains the errors related to the model

1 – Define Graph

We define the graph with one input, one dense layer and one convolution layer.

2 – Clear Errors

We cause a dimensional error between the dense and convolution layer. The output of the dense layer is incompatible with the input of the convolution layer. Indeed, in output of the dense layer we have data in 2D and in input of the convolution data in 3D.
This error is temporarily recorded in a log file.
We use the “Clear Errors” function of LabVIEW to execute our “Open Log Folder.

3 – Log Folder

We use the “Open Log Folder” function to open the folder that contains the error files related to the execution of the model.

Table of Contents