#
Junjie
2025-01-08 0bd50999a23853adefa7a8ad72a3f777ea189097
src/main/java/com/zy/core/thread/impl/ZyForkLiftThread.java
@@ -269,8 +269,12 @@
    }
    @Override
    public CommandResponse reset(ForkLiftCommand command) {
    public CommandResponse reset() {
        CommandResponse response = new CommandResponse(false);
        OperateResult result = siemensS7Net.Write("DB103.20", (short) 1);
        if (result.IsSuccess) {
            response.setResult(true);
        }
        return response;
    }