
|
Tag Definition
|
Meaning
|
Example Value/Usage
|
|---|---|---|
|
TWX PackageVersion
|
Sets the “packageVersion” attribute in ThingWorx
Defaults to 0.0.0 when not set
|
1.5.2
|

|
Tag Definition
|
Meaning
|
Example Value/Usage
|
|---|---|---|
|
TWX BaseThingTemplateText
|
The base Thing Template of this Thing Template (when the Thing Template does not inherit from another modeled Template)
Defaults to GenericThing when there’s no inheritance and is left blank
|
“Wiki
“VirtualSwitch”
any other predefined ThingWorx Thing Template
|
|
Tag Definition
|
Meaning
|
Example Value/Usage
|
|---|---|---|
|
TWX Id
|
Optional ThingWorx ID
|
MyThing001
|
|
TWX Active
|
Specifies whether the Thing is Active in ThingWorx
{TRUE or FALSE}, defaults to FALSE
|
Set to TRUE to activate in ThingWorx
|
|
TWX BaseThingTemplateText
|
The base Thing Template of this Thing (when the Thing does not inherit from a modeled Template)
Defaults to GenericThing when there is no inheritance and is left blank
|
“Wiki
“VirtualSwitch”
any other predefined ThingWorx Thing Template
|


|
Tag Definition
|
Meaning
|
Example Value/Usage
|
|---|---|---|
|
TWX ReadOnly
|
Specifies if the Property is read only in ThingWorx
TRUE or FALSE, defaults to FALSE
|

|
Tag Definition
|
Meaning
|
Example Value/Usage
|
|---|---|---|
|
TWX RelatedDataShape
|
When the parameter type is set to INFOTABLE, use this tag to specify the associated DataShape Modeler object
|
A reference to MyDataShape object
|
|
TWX RelatedDataShapeText
|
When the parameter type is set to INFOTABLE, use this tag to specify the name of an associated DataShape object that is in ThingWorx but not in the model
|
The name of a predefined ThingWorx DataShape
|


|
Tag Definition
|
Meaning
|
Example Value/Usage
|
|---|---|---|
|
TWX PrimaryKey
|
Specifies if the Field is the DataShape primary key in ThingWorx
TRUE or FALSE, defaults to FALSE
|

|
Tag Definition
|
Meaning
|
Example Value/Usage
|
|---|---|---|
|
TWX Source
|
Specify the associated Thing, when it is a Modeler object.
Leave it blank to subscribe a self-event
|
Reference to MySender
|
|
TWX SourceText
|
Specify the name of associated Thing, when it is an object in ThingWorx but not a Modeler object.
Leave it blank to subscribe a self-event
|
Timer1s, a Thing name of a ThingWorx (not Modeler) object
|
|
TWX SubscribedEvent
|
Specify the Event the subscription receives when it is a Modeler object
|
Reference to MyEvent
|
|
TWX SubscribedEventText
|
Specify the name of the Event the subscription receives, when it is an object in ThingWorx, but not a Modeler object
|
Timer, an event of a ThingWorx (not Modeler) object
|
|
TWX SubscribedProperty
|
Specify the Property whose change triggers the ThingWorx predefined DataChange event, and such property is defined in the model.
Leave blank when any event other than DataChange is subscribed by this Subscription
|
Reference to a Property defined in Modeler
|
|
TWX SubscribedPropertyText
|
Specify the Property whose change triggers the ThingWorx predefined DataChange event, and such property is not defined in the model.
Leave blank when any event other than DataChange is subscribed by this Subscription.
|
Name of a Property defined in ThingWorx but not in Modeler
|
|
TWX Active
|
Specifies whether the Subscription is Enabled in ThingWorx
TRUE or FALSE, defaults to FALSE
|
Set to TRUE to enable in ThingWorx
|













