Before you can create a query, you must know the information you want to retrieve from the database. For example, you might want to display all the Analog Input blocks with a current value greater than 50. Alternatively, you might want to display every block in alarm area Line5 for a specific I/O driver. Once you know the information you want to display, you can construct the query using the following syntax: {column} operator "value" or "value" operator {column} where column is a column heading you want to display, enclosed in curved brackets, operator is one of the relational operators listed in the table Relational Operators, and value is a number or string enclosed with quotation marks (" ").
Case SensitivityStrings entered in a query are not case sensitive. For example, a query such as: {Tag Name} = "AI*" retrieves blocks with names that start with AI. It also retrieves blocks with names that start with:
When entering a number, the block's EGU range determines the maximum and minimum values you can enter. The following table lists these limits. To learn more about the EGU range, refer to the section Understanding EGU Limits. Each query you create is evaluated from left to right.
See Also |
Important Notice You do not have the latest version of iFIX! You are missing out on the newest capabilities and enhanced security. For information on all the latest features, see the iFIX product page. For more information on upgrades, contact your GE Digital sales agent or e-mail GEDClientServices@gevernova.com. For the most up-to-date documentation, go here. |
![]() |