4 changed files with 13 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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…
Reference in new issue