예제 #1
0
 public void NeedleCheckLight(IOSTA val)
 {
     movedriverZm.WriteRegister(new BaseData(1700, new int[] { 1, 24, (int)val }));
 }
예제 #2
0
 public void FrameLocateLight(IOSTA val)
 {
     movedriverZm.WriteRegister(new BaseData(1700, new int[] { 1, 25, (int)val }));
 }
예제 #3
0
 //输出口Set
 public void OutputSet(int idx, IOSTA val)
 {
     movedriverZm.WriteRegister(new BaseData(1700, new int[] { 1, idx, (int)val }));
 }