com.github.wshackle.fanuc.robotserver.FRERemoteMotionMasterConstants Maven / Gradle / Ivy
The newest version!
package com.github.wshackle.fanuc.robotserver ;
import com4j.*;
/**
*
* An enumeration of constants identifying the device currently in control of motion.
*
*/
public enum FRERemoteMotionMasterConstants {
/**
*
* The motion master code used to specify the User Operating Panel as device in control of motion.
*
*
* The value of this constant is 0
*
*/
frUOPMaster, // 0
/**
*
* The motion master code used to specify that KCL is in control of motion.
*
*
* The value of this constant is 1
*
*/
frKCLMaster, // 1
/**
*
* The motion master code used to specify that the Host device is in control of motion.
*
*
* The value of this constant is 2
*
*/
frHostMaster, // 2
/**
*
* The motion master code used to specify no device is in control of motion.
*
*
* The value of this constant is 3
*
*/
frNoMaster, // 3
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy