ControllerConfiguration Property |
Namespace: ABB.Robotics.Controllers
public ConfigurationDatabase Configuration { get; }
Exception | Condition |
---|---|
GeneralException | A General Exception has occurred. |
// Create a Controller instance Controller c = new Controller(); // Read data from the configuration database string data = c.Configuration.Read("MOC", "MOTOR_CALIB", "irb_1", "cal_offset");