All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.wshackle.fanuc.robotserver.FREExecuteConstants Maven / Gradle / Ivy

The newest version!
package com.github.wshackle.fanuc.robotserver  ;

import com4j.*;

/**
 * 

* Enumerated constants used for task execution. *

*/ public enum FREExecuteConstants { /** *

* Forward execution *

*

* The value of this constant is 0 *

*/ frExecuteFwd, // 0 /** *

* Normal backward execution *

*

* The value of this constant is 1 *

*/ frExecuteNormBwd, // 1 /** *

* Extra backward execution *

*

* The value of this constant is 2 *

*/ frExecuteExtraBwd, // 2 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy