Examples of cosSetControlItem2()


Examples of tcg.scada.cos.ICosDataPointServer.cosSetControlItem2()

    logger.info("Sending control. Datapoint: " + items[0] + ". Value: " + datapointValue);

    //send the control
    try
    {
      dpServer.cosSetControlItem2(items, values, errors);
      //check the error code
      if (errors.value[0].value() != CosDpErrorEnum.ErrNoError.value())
      {
        logger.error("Fail to send control. Error: "
                + CorbaHelper.DpErrorCodeToString(errors.value[0]));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.