To select a data source, enter its name in the Data Source field of the Animations dialog box, using the required syntax that tells iFIX what type of source contains the data. To assist you with the data source and its syntax, iFIX provides intelligent defaults, which allows the software to automatically fetch a data source based on an incomplete entry. For example, if your data source is an iFIX tag, and you enter AI1 in the Data Source field, iFIX connects to a .F_CV field in the FIX32 database on the local SCADA server. The following table lists the syntax for each data source type.
Some third-party OPC servers require characters in their syntax that are not parsable by the Expression Editor. If the OPC server syntax uses any characters that do not appear in the list of valid characters below, the server syntax must be enclosed within single quotes (`) as follows: ServerName.'Device:MyAddress' In this example, ServerName is the name used to identify the third-party OPC server, and single quotes surround Device:MyAddress, the part of the syntax that contains the unparsable character(s). If an unparsable character is not enclosed in single quotes, an error message displays. Valid Characters: all alphanumeric characters, hyphen (-), underscore (_), exclamation point (!), less than (<), greater than (>), pound (#), percent (%), dollar sign ($), ampersand (&), forward slash (/), backslash (\), pipe (|), opening bracket ([), closing bracket (]), and single quote (`). NOTE: You will have to remove the added single quotes from any VBA scripts for operation to succeed. If a single quote (`) is a literal part of the addressing string syntax, it must be preceded by a backslash (\) in order for the character to be passed to the server as part of the address. Refer to the documentation supplied with third-party OPC servers for information on server-specific syntax. 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. |
![]() |