Skip to content
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

Mark: 1.4.1 Guide. This issue will be closed when doc complete #21

Open
parallelbgls opened this issue Jun 7, 2023 · 1 comment
Open

Comments

@parallelbgls
Copy link
Owner

  1. Do not use any api except IMachineMethodDatas and IUtilityMethodDatas. Those apis are not tested. If you want to use, download source code and reference project.
  2. When using 1.4.1, you need to copy appsettings.default.json in Modbus.Net to your project and let it to copy content and update when new. Otherwise Modbus.Net will not work.
  3. You should first look MachineJob in samples before 1.4.1 doc complete.
@parallelbgls
Copy link
Owner Author

Your first Modbus.Net project should follow these steps in the newest version.

  1. Copy appsettings.default.json in root directory of your project.
  2. Create a file called appsettings.json in root directory of your project.
  3. Add
{
    "Modbus.Net": {
    }
}

in appsettings.json.
4. Write codes and test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant