Filtering pigetmsg output
- Last UpdatedJan 13, 2023
- 1 minute read
- PI System
- PI Server
There are many ways you can filter pigetmsg output, such as to search for messages that contain a specific text string, for example a tag name. See pigetmsg command-line options for a complete list of options.
Some examples of filtering messages based on timing are as follows.
-
To review messages for a specific time span, enter starttime and endtime.
-
To review a specific number of messages that begin at a specific start time, enter maxcount and starttime.
-
To review a specific number of messages that end at a specific end time, enter endtime and maxcount.
-
To review messages that span from a specific start time through either a specific number of messages or a specific end time, starttime, endtime, and maxcount.