|
@@ -28,12 +28,12 @@ import static com.ruoyi.hard.modbus.tcp.ChargingMachineClient.CHARGER_ADDRESS_ME
|
|
@Service
|
|
@Service
|
|
public class ChargingMachineClient {
|
|
public class ChargingMachineClient {
|
|
|
|
|
|
- /**
|
|
|
|
- * 充电机(三向车)
|
|
|
|
- */
|
|
|
|
- @Autowired(required = false)
|
|
|
|
- @Qualifier("modbusTcpMasterTemplateFourth")
|
|
|
|
- private ModbusTcpMasterTemplate modbusTcpMasterTemplateFourth;
|
|
|
|
|
|
+// /**
|
|
|
|
+// * 充电机(三向车)
|
|
|
|
+// */
|
|
|
|
+// @Autowired(required = false)
|
|
|
|
+// @Qualifier("modbusTcpMasterTemplateFourth")
|
|
|
|
+// private ModbusTcpMasterTemplate modbusTcpMasterTemplateFourth;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 充电机(迷你堆垛)
|
|
* 充电机(迷你堆垛)
|
|
@@ -47,8 +47,8 @@ public class ChargingMachineClient {
|
|
@PostConstruct
|
|
@PostConstruct
|
|
public void initMap() {
|
|
public void initMap() {
|
|
tcpMasterTemplateMap = new HashMap<>();
|
|
tcpMasterTemplateMap = new HashMap<>();
|
|
- tcpMasterTemplateMap.put(MACHINE_NO.A.name(), modbusTcpMasterTemplateFourth);
|
|
|
|
- tcpMasterTemplateMap.put(MACHINE_NO.B.name(), modbusTcpMasterTemplateFifth);
|
|
|
|
|
|
+// tcpMasterTemplateMap.put(MACHINE_NO.A.name(), modbusTcpMasterTemplateFourth);
|
|
|
|
+ tcpMasterTemplateMap.put(MACHINE_NO.A.name(), modbusTcpMasterTemplateFifth);
|
|
}
|
|
}
|
|
|
|
|
|
public ModbusMasterUtil getModbusMasterUtil(MACHINE_NO machineNo) {
|
|
public ModbusMasterUtil getModbusMasterUtil(MACHINE_NO machineNo) {
|
|
@@ -59,8 +59,7 @@ public class ChargingMachineClient {
|
|
* 机器编号
|
|
* 机器编号
|
|
*/
|
|
*/
|
|
public enum MACHINE_NO {
|
|
public enum MACHINE_NO {
|
|
- A("1",1),
|
|
|
|
- B("2",2);
|
|
|
|
|
|
+ A("147",1);
|
|
|
|
|
|
private String value;
|
|
private String value;
|
|
private int no;
|
|
private int no;
|