我想问一下如何使用JAMOD库查询每一秒Modbus。 决定与Modbus进行初步连接,然后在循环内(true)查询Modbus。询问设备后,使用Thread.sleep(1000);是正确的方法吗? 谢谢。
答案 0 :(得分:1)
您应该创建一个<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context.xsd">
</beans>
(Thread
)。