Package promauto.jroboplc.roboplant

Examples of promauto.jroboplc.roboplant.MchbInit


    Tag out1 = m2.tagTable.createTag("Output01", 0);
    Tag out2 = m2.tagTable.createTag("Output02", 0);
   
   
    // initializers
    MchbInit _mchb = new MchbInit() {         // _mchb
      @Override
      public void init(Mchb mchb) {
        mchb.tagTimeStart.set( 3 );
        mchb.tagFlags.set( 0x81 );
      }
View Full Code Here

TOP

Related Classes of promauto.jroboplc.roboplant.MchbInit

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.