AdvancedHMI Software
General Category => Support Questions => Topic started by: g.mccormick on January 05, 2021, 08:08:22 PM
-
I am needing to read/write the CV high value for a PID loop in ML1400. I set the read address to PD10:1.CVH and get the error of invalid address. Is this something that can not be done?
-
CVH is not recognized as a sub-element by the driver. You can try to use a number in place of the CVH. You will either have to know the word number or figure it out by trial and error. I would guess it's element 9 which will be bad news because the driver only accepts up to 8
-
Ok I'm thinking it may be word 8. Would the syntax then be PD10:1.8?
-
Yes, that would be the correct syntax. I am looking at adding these sub elements to the next beta version which may be available by the end of this week.
-
Yes, that would be the correct syntax. I am looking at adding these sub elements to the next beta version which may be available by the end of this week.
Hmm. I am getting invalid address for PD10:1.8
PD10:1\8 gives me true so seems to be bit addressing..
-
The sub-element numbers don't work like I thought they would. Going to have to use a workaround until the next version is available. To workaround you will need to move that value into a register such as N7:0
-
Dang. Unfortunately I can't do that in this case. I'm trying to solve a problem where I need to change the CVH value but cannot connect to the PLC. I was hoping to through together a quick HMI to get around my issue.
-
Dang. Unfortunately I can't do that in this case. I'm trying to solve a problem where I need to change the CVH value but cannot connect to the PLC. I was hoping to through together a quick HMI to get around my issue.
Not trying to promote another project, just trying to offer a solution. You could check out pycomm or libplctag on github to see if it solves your problem before Archie gets to this.
-
Or just do a quick test with the app from reply #6 in this topic:
https://www.advancedhmi.com/forum/index.php?topic=2563.0
which is using the libplctag library but all that would matter is what kind of response you would get.
-
The app I mentioned, the way it currently is, can read some PID stuff (see the attached picture):
- address PDxx:x can be used to read any number of consecutive words up to 23
- address PDxx:x/x can read bits
As of 10-JAN-21, the app was updated for reading and writing MicroLogix PID bits/words!
-
V3.99y Beta 37 supports all the elements of the PD data type.
https://www.advancedhmi.com/forum/index.php?topic=2838.0
-
V3.99y Beta 37 supports all the elements of the PD data type.
https://www.advancedhmi.com/forum/index.php?topic=2838.0
Noice!
-
V3.99y Beta 37 supports all the elements of the PD data type.
https://www.advancedhmi.com/forum/index.php?topic=2838.0
Awesome!.
Just a few hours too late. I ended up installing rslogix500 for the 7day grace period over teamviewer to set the value. I have modified the program from home and now just waiting for a time to download (hope wihting the next 6days) I added some logic to mov N register values to the .CVL and .CVH.
Thank you to Archie for the fix though.
Side question, what is the easiest way to upgrade a previous project to the latest?
-
V3.99y Beta 37 supports all the elements of the PD data type.
https://www.advancedhmi.com/forum/index.php?topic=2838.0
Awesome!.
Just a few hours too late. I ended up installing rslogix500 for the 7day grace period over teamviewer to set the value. I have modified the program from home and now just waiting for a time to download (hope wihting the next 6days) I added some logic to mov N register values to the .CVL and .CVH.
Thank you to Archie for the fix though.
Side question, what is the easiest way to upgrade a previous project to the latest?
Microphone check this:
https://www.advancedhmi.com/forum/index.php?topic=218.msg16724#msg16724