Tag List and Tag Properties

The format of Source Address for the Server to Cloud Collector is typically of format: Result = CurrentValue("SJC1GEIP05.Simulation00002"). For other collectors the format of the source address should be the value expected by the source server, for example, OPC and PI Collector tags typically use the Tag source item id for the SourceAddress.

Server to Cloud Tag Example:

<Tag>
<Tagname>simCollector2</Tagname>
<SourceAddress>Result = CurrentValue("SJC1GEIP05.Simulation00002")</SourceAddress>
...
</Tag>

OPC Collector Tag Example:

<Tag>
        <Tagname>simCollector2</Tagname>
        <SourceAddress>Channel1.Device1.Tag1</SourceAddress>
        ...
    </Tag>
You can configure the following properties:
Property NamePossible ValuesExample
TagnameAny name<Tagname>simTag1</Tagname>
DescriptionDescription of tag<Description>simTag1</Description>
EngineeringUnitsUnit of value<EngineeringUnits>Centigrade</EngineeringUnits>
CommentComment of tag<Comment>simTag1</Comment>
DataTypeSingleFloat, SingleInteger, DoubleFloat, FixedString, VariableString, Scaled, Byte, Boolean, DoubleInteger, UnsignedSingleInteger, UnsignedDoubleInteger, QuadInteger, UnsignedQuadInteger, Blob, Time, Array, MultiField<DataType>SingleFloat</DataType>
FixedStringLength <FixedStringLength></FixedStringLength>
InterfaceName <InterfaceName></InterfaceName>
SourceAddressTag source address<SourceAddress>Result = CurrentValue("SJC1GEIP05.Simulation00002")</SourceAddress>
CollectionTypePolled, Unsolicited<CollectionType>Unsolicited</CollectionType>
CollectionIntervalInterval of collection. Unit depends on TimeResolution.<CollectionInterval>2</CollectionInterval>
CollectionOffsetTime in seconds<CollectionOffset>0</CollectionOffset>
LoadBalancingYes, No<LoadBalancing>No</LoadBalancing>
TimeStampTypeSource, Collector<TimeStampType>Source</TimeStampType>
HiEngineeringUnitsAny numeric value<HiEngineeringUnits>200000.00</HiEngineeringUnits>
LoEngineeringUnitsAny numeric value<LoEngineeringUnits>0</LoEngineeringUnits
InputScalingYes, No<InputScaling>Yes</InputScaling>
HiScaleAny numeric value<HiScale>32767.00</HiScale>
LoScaleAny numeric value<LoScale>0</LoScale>
SpikeLogicYes, No<SpikeLogic>Yes</SpikeLogic>
SpikeLogicOverrideYes, No<SpikeLogicOverride>Yes</SpikeLogicOverride>
InterfaceCompressionYes, No<InterfaceCompression>Yes</InterfaceCompression>
InterfaceDeadbandPercentRangeAny double type value<InterfaceDeadbandPercentRange>0</InterfaceDeadbandPercentRange>
InterfaceCompressionTimeoutTime in milliseconds<InterfaceCompressionTimeout>0</InterfaceCompressionTimeout>
InterfaceAbsoluteDeadbandAny double type value<InterfaceAbsoluteDeadband>0</InterfaceAbsoluteDeadband>
InterfaceAbsoluteDeadbandingYes, No<InterfaceAbsoluteDeadbanding>No</InterfaceAbsoluteDeadbanding>
ConditionCollectionEnabledYes, No<ConditionCollectionEnabled>No</ConditionCollectionEnabled>
ConditionCollectionTriggerTagName of tag<ConditionCollectionTriggerTag>simTag1</ConditionCollectionTriggerTag>
ConditionCollectionComparison= , EQ , < , LT , <= , LE , > , GT , >= , GE , != , NE <ConditionCollectionComparison>EQ</ConditionCollectionComparison>
ConditionCollectionCompareValueAny numeric value<ConditionCollectionCompareValue>0</ConditionCollectionCompareValue>
ConditionCollectionMarkersYes, No<ConditionCollectionMarkers>No</ConditionCollectionMarkers>
NumberOfElements <NumberOfElements></NumberOfElements>
UserDefinedTypeName <UserDefinedTypeName></UserDefinedTypeName>
CalcTypeRaw, Analytic, PythonExpr<CalcType>Raw</CalcType>
TimeResolutionSeconds, Milliseconds, Microseconds<TimeResolution>Seconds</TimeResolution>
InterfaceGeneral1Customized for each collector<InterfaceGeneral1>10</InterfaceGeneral1>
InterfaceGeneral2Customized for each collector<InterfaceGeneral2>4</InterfaceGeneral2>
InterfaceGeneral3Customized for each collector<InterfaceGeneral3>3.188.87.41</InterfaceGeneral3>
InterfaceGeneral4Customized for each collector<InterfaceGeneral4></InterfaceGeneral4>
InterfaceGeneral5Customized for each collector<InterfaceGeneral5></InterfaceGeneral5>