The structure ST_ConfigDataGeneric contains general parameters for the configuration of entities like, for example, robots or conveyors in EcoStruxure Machine Expert Twin.
Specific parameters, for example for individual robot types, are provided in separate ST_ConfigDataRobot<type> structures.
Name |
Data type |
Description |
---|---|---|
sCategory |
STRING[80] |
The type of entity, for example, a robot or conveyor. As a prerequisite, the corresponding assembly must be available in the EcoStruxure Machine Expert Twin catalog. It is displayed in EcoStruxure Machine Expert Twin under . Example:
In communications between the controller and EcoStruxure Machine Expert Twin, the string
Two options are available for setting the value in the structure:
|
sName |
STRING[80] |
A string which uniquely identifies the entity by name. It is displayed in EcoStruxure Machine Expert Twin in the scene and in the Solution Explorer. In the , it is available as . Example:
|
udiColor |
UDINT |
The enumeration ET_EmulationColors provides the colors supported by EcoStruxure Machine Expert Twin. |
stPosition |
SE_MATH.ST_Vector3D |
The 3-D vector that provides the position of the assembly in space (in a cartesian coordinate system).
NOTE: In EcoStruxure Machine Expert, the position values are based on a right-hand coordinate system. EcoStruxure Machine Expert Twin internally converts the data to a left-hand coordinate system.
In the EcoStruxure Machine Expert Twin view, the values are available in the area. |
stOrientation |
SE_MATH.ST_Vector3D |
The 3-D vector that provides the rotation of each axis of the assembly in space (in a cartesian coordinate system).
NOTE: In EcoStruxure Machine Expert, the orientation values use the orientation convention ZYX, based on a right-hand coordinate system. EcoStruxure Machine Expert Twin internally converts the data to a left-hand coordinate system.
In the EcoStruxure Machine Expert Twin view, the values are available in the area. |
udiUnivocalId |
UDINT |
The concept of a univocal identification number (ID) assigns a unique identifier to each relevant entity and target. It is used for the interaction between entities and targets. |