hasmetal.blogg.se

Robotstudio smart component tutorial
Robotstudio smart component tutorial










Key-value pairs that contain additional information about a dynamic property, for example value constraints, and hints for visualizing the property in the RobotStudio user interface. The Property Binding is represented by the class PropertyBinding. The Dynamic Property is represented by the class DynamicProperty.Ĭonnects the value of one property to the value of another property. The property value is used by code behind to control the behavior of the Smart Component. The class must inherit SmartComponentCodeBehind.Ī property object contained by the Smart Component, that has value, type and certain other characteristics. The class is typically located in an assembly that is embedded as an Asset. NET class associated with a Smart Component that can implement custom behavior by reacting to certain events for example, simulation time steps and changes in property values. By using the RobotStudio API to programmatically create the component in memory.By using the Library Compiler together with a Library XML file.By using the Smart Component Editor, available in RobotStudio.There are three different ways to create a Smart Component. A Smart Component is a RobotStudio object with behavior implemented by some custom code and/or by the aggregation of other components, that may or not be more Smart Components.Ī Smart Component is represented by the class SmartComponent.












Robotstudio smart component tutorial