. |
Beginning and Setting Configurations MPX Software Topics > Other Topics ConfigurationBegin, ConfigurationEnd, and ConfigurationResetSome MPX objects have properties which are used together when configuring the object. In general, it is not possible to change a single property and leave the object in a valid configuration. The only way to change the configuration of the object from one valid state to another is to simultaneously change multiple properties. This is done by notifying the object when the application starts to create a new configuration and when the new configuration is copied onto the controller. ConfigurationBegin begins the configuration of the object and allows the application to change configuration related properties. ConfigurationEnd sends all changes to the controller made to the object’s configuration since the last call to ConfigurationBegin. ConfigurationReset, if available, sets the configuration of the object to the default configuration. ConfigurationReset internally calls ConfigurationBegin and ConfigurationEnd. ConfigurationReset is commonly used to reset all properties to their default value before creating a new configuration.
See Also Recorder UserLimit |
| | Copyright © 2001-2021 Motion Engineering |