Source Property

Specifies the source string for an animation. This field specifies where the data should be retrieved from to drive this animation, that is, the input data source. The syntax can be either a fully qualified string, or, when using intelligent defaults for the server, node, and field names, the valid syntax for the FIX data server could be as simple as “AI1”.

A fully qualified string is the server name and OPC string separated by a period. For example, FIX32.Scada1.AI1.F_CV.

Syntax

object.Source [= String]

Properties

The Source property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

String

A valid data source string.

Remarks

This property internally builds a connection (Connect) between the input value property of the animation and the data source specified by this property.

 

Applies To