Browse Source

上传文件至 'plcpluginsrc'

master
HuangZhihan 3 weeks ago
parent
commit
3e298b6736
  1. BIN
      plcpluginsrc/gson-2.8.6.jar
  2. BIN
      plcpluginsrc/log4j-1.2.15.jar
  3. BIN
      plcpluginsrc/reflections-0.10.2.jar
  4. 13
      plcpluginsrc/testMain.java

BIN
plcpluginsrc/gson-2.8.6.jar

Binary file not shown.

BIN
plcpluginsrc/log4j-1.2.15.jar

Binary file not shown.

BIN
plcpluginsrc/reflections-0.10.2.jar

Binary file not shown.

13
plcpluginsrc/testMain.java

@ -0,0 +1,13 @@
import com.nlteck.plc.customer.handler.ATLCapacityMachinePlcHandlerImpl;
public class testMain {
public static void main(String[] args) {
try {
ATLCapacityMachinePlcHandlerImpl plcHandler = new ATLCapacityMachinePlcHandlerImpl();
plcHandler.startRun("127.0.0.1", "10.110.59.1");
} catch (Exception e) {
e.printStackTrace();
}
}
}
Loading…
Cancel
Save