Examples of EIecCauseOfTransmission


Examples of tcg.scada.iec.EIecCauseOfTransmission

        DataPoint        dp = null;
        Collection<DataPoint>   dpList = null;
       
        //cause of transmission depend of the interrogation group
        //default: station -> all datapoints
        EIecCauseOfTransmission cot = EIecCauseOfTransmission.INTERROGATED_STATION;
        if (interroGroup == 1)
        {
          //DI
          cot = EIecCauseOfTransmission.INTERROGATED_GROUP1;
        }
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.