-
Notifications
You must be signed in to change notification settings - Fork 56
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
MicroLogix 1400 : plc_tag_create return PLCTAG_ERR_BAD_PARAM #416
Comments
Searching existing issues for "MicroLogix 1400" yields that someone has had some success already: https://github.com/search?q=repo%3Alibplctag%2Flibplctag.NET+micrologix+1400&type=issues Can you please turn on debugging to level 4, and provide other information such as a code snippet of what you have tried, and let us know if you have been able to get something working, even if it isn't the final result you're looking for. Unpacking what you are saying:
I note the attribute string doesn't specify the path, is that correct? |
I don't specify path because I see that it is not used for MicroLogix PLC. |
That said, the debug file will help a lot. |
The MicroLogix1400 on which I can make tests is no longer available. I have find another MicroLogix but I don't yet received it. |
Hello, I can't get libplctag to work with MicroLogix 1400.
I use libplctag 1.5.2 and libplctag.NativeImport in a VS2022 C# project.
I call plc_tag_create with following UniqueKey:
"protocol=ab_eip&gateway=192.168.0.98&cpu=MicroLogix&elem_size=1&elem_count=1&name=Bit_1"
but I get PLCTAG_ERR_BAD_PARAM error.
For cpu, I see that I can use MicroLogix because in get_plc_type, stricmp is used to compare cputypes...
Can anyone help me?
Has anyone tried libplctag with a MicroLogix 1400 ?
Thank you in advance.
The text was updated successfully, but these errors were encountered: