0

在我们真正连接到物理控制器之前进行 Matlab 集成。我想开始使用假的 Modbus 设备。

在激活 volttron 后,在我用来启动假 Modbus 设备的脚本下方:

python scripts/scalability-testing/virtual-drivers/modbus.py ~/git/volttron/examples/configurations/drivers/catalyst371.csv 127.0.0.2 --no-daemon --port 5020 --debug-output

请,如何成功地与假设备集成。

谢谢,

错误信息 图片说明

4

1 回答 1

1

The message you are seeing is normal output for the fake modbus device. It's successfully setup all of the registers in the csv file as registers on the device.

The next step is to setup a modbus device driver in VOLTTRON and point it at the local host port 5020.

You can find the documentation for the Master Driver Agent (the platform interface Agent for devices) here: http://volttron.readthedocs.io/en/master/core_services/drivers/Driver-Configuration.html

Installing Agents is done with the script scripts/install-agent.py (see the help message for instructions).

于 2018-02-02T01:01:01.957 回答