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

Examples Documentation #25

Open
abmelese opened this issue Mar 2, 2021 · 2 comments
Open

Examples Documentation #25

abmelese opened this issue Mar 2, 2021 · 2 comments

Comments

@abmelese
Copy link

abmelese commented Mar 2, 2021

I'm trying to use the examples but I'm having difficulty. Is there any documentation other than comments? I'm having some issues to see if there is anything that can help me figure out my issues. For instance, I was able to connect two devices using the example outstation and master scripts. However, trying it again, it doesn't work. I'm not sure why. I was trying to see if I had an issue with IP addresses but wasn't able to find anything on what they need to be. I also don't know if I can connect two outstations to the master.

@roguh
Copy link

roguh commented Sep 13, 2021

You can check the docstrings with help. Just open a Python REPL and type help on the modules, methods, and functions. For example:

pip install pydn3
python
>>> import pydnp3
>>> help(pydnp3)
>>> help(pydnp3.asiodnp3.DNP3Manager)

@mariobastien
Copy link

Hi
So far so good, but having trouble to get command_callback or collection_callback, in examples.
Official documentation was on Automak website, but seemed that there went offline.
Any other documentation about using the examples, or about command_callback error messages?
I only get error codes, but not able to have a readable description.
Thanks.

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

3 participants