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

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

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

import com4j.*;

/**
 * Enables you to access a group of independent variables and I/O signals with minimum network overhead.
 */
@IID("{6F33A4D2-91F3-11D3-877C-00C04F81118D}")
public interface IScatteredAccess extends com.github.wshackle.fanuc.robotserver.IRobotObject {
  // Methods:
  /**
   * 

* Reads the values of all items controlled by this object from the robot into local Robot Server memory on the PC. *

*/ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(8) void refresh(); /** *

* Writes the values of all items controlled by this object from local Robot Server memory on the PC to the robot. *

*/ @DISPID(102) //= 0x66. The runtime will prefer the VTID if present @VTID(9) void update(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy