Silent Mode Messages

Standard message and callback message polymorphic VIs have 'Silent' mode options.

Whenever a message is sent within the framework, a record of this message will appear in the Debug Server's Message Log. This is great for viewing the flow of messages that occurs throughout a Workers application. But in the situation where you are sending messages continuously at a high frequency, this can fill the Message Log with unnecessary messages. For this reason, the 'Silent' mode enqueue VIs exist.

When using a 'Silent' mode enqueue VI, you will not see a record of this message appear in the Message Log.

Last updated