-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configuration file issue #1
Comments
sounds like you are passing an invalid configuration file, could you paste the configuration here ? |
here is the configuration file : `# serial settings to be used for modbus rtu applicable to all simulated modbus rtu devicesserial_settings: tcp settings for modbus tcp simulated devicestandard modbus port 502 requires root permissiontcp_settings: generic modbus simulation settings for each slaveoverridden by individual device settings under 'modbus_devices' if presentmodbus_settings: to be simulated modbus devicesmodbus_devices:
block_start: 0 # Data block starting offsetblock_size: 200 # Data block size
-protocol: "tcp"slaves: 1logging: |
it works fine for me, what OS are you running this ? Just for your info, I have attached the config file you have pasted above here , just change the extension to .yml and use. |
After trying to execute run cmd: sudo modbus_simulator -c str
getting following error:
Invalid Monitor configuration file
The text was updated successfully, but these errors were encountered: