File Run VI

Owning Palette: Action-Status VIs

Requires: Logger

Continuously writes logging statements to the default log file. This VI is called by the File State VI in the background, but if background operation is disabled, then this VI needs to be explicitly placed in the block diagram of the top level application VI.

File Run VI

cerrcodeclstError In describes error conditions that occur before this node runs. This input provides standard error in functionality.
cu32Write Period determines how often a batch of logging statements are written to a file. The default is 3000 ms (three seconds). Increasing the write period will reduce the number of IO calls during execution, which may be important in deterministic or high performance applications, but each write will take longer. Decreasing the write period will increase the number of IO calls during execution, but each write will be shorter. This value should be optimized on a per application basis.
ierrcodeclstError Out contains error information. This output provides standard error out functionality.