Show / Hide Table of Contents

Class UpdateResult

Inheritance
object
UpdateResult
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace:RoboDk.API.Model
Assembly: RoboDkApi.dll
Syntax
public class UpdateResult

Constructors

|Improve this Doc View Source

UpdateResult(double, double, double, double, string)

Declaration
public UpdateResult(double instructions, double time, double distance, double ratio, string message = "")
Parameters
Type Name Description
double instructions
double time
double distance
double ratio
string message

Properties

|Improve this Doc View Source

Message

A readable message as a string

Declaration
public string Message { get; }
Property Value
Type Description
string
|Improve this Doc View Source

ProgramDistance

距离估计机器人TCP will travel (in mm)

Declaration
public double ProgramDistance { get; }
Property Value
Type Description
double
|Improve this Doc View Source

ProgramTime

Estimated cycle time (in seconds)

Declaration
public double ProgramTime { get; }
Property Value
Type Description
double
|Improve this Doc View Source

ValidInstructions

The number of valid instructions

Declaration
public double ValidInstructions { get; }
Property Value
Type Description
double
|Improve this Doc View Source

ValidRatio

This is a ratio from [0.00 to 1.00] showing if the path can be fully completed without any problems (1.0 means the path 100% feasible). ValidRatio is less then 1.0 if there were problems along the path.

Declaration
public double ValidRatio { get; }
Property Value
Type Description
double
  • Improve this Doc
  • View Source
In This Article
Back to topCopyright © 2015-RoboDK Inc.