-
Notifications
You must be signed in to change notification settings - Fork 182
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
Reading Local Variable from Micro820 #48
Comments
Unfortunately, there is no way to read local variables, Rockwell doesn't provide a way. You can only read global variables. |
At least it is clear now. Thanks for reply. |
Is this issue specific to the Micro820? Because I can read program locals on an CompactLogix. |
This is specific to the Micro820 and 850. |
I can ask Rockwell Directly (i'm cooperating with them very often), if you tell me what to ask about. |
@mglowinski93 Did you find a way to read local variable? |
No, i didn't. |
Did you find any alternatives? So basically I want to be able to read counter data and also be able to reset the counter using this package. Do you think its possible? Note: Using Mirco820 PLC |
No, I did not. |
Any tips on how to achieve the mapping? |
I simply used the |
Hi,
i'm trying to read local variable from Micro 820, but i'm getting error:
Python code:
On Micro 820 i've created a Program MAIN and inside local variables "MyOutput".
I will be grateful for all tips related to this problem:)
btw. i've seen #8, but there is no clear answer
The text was updated successfully, but these errors were encountered: