1 changed files with 0 additions and 13 deletions
@ -1,13 +0,0 @@ |
|||
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