Package tcg.scada.iec

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

Related Classes of tcg.scada.iec.EIecCauseOfTransmission

Copyright © 2018 www.massapicom. 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.