List of Contributions

Andrew Roy

Contact Details

Andrew Roy


My Content

1 to 20 of 23 total
Posted By Andrew Roy Dec 13, 2023 01:40:48 PM
Found In Egroup: Automation Control
\ view thread
Thanks MicroLogix Guy, That setting is also in version 21. And that resolved the problem. ------------------------------ Andrew Roy ------------------------------
Posted By Andrew Roy Dec 12, 2023 07:39:58 PM
Found In Egroup: Automation Control
\ view thread
Hi @Scott Boughton , I know your post is a couple years old, but did this ever get resolved? I'm running into this same issue with version 20 and version 21, it doesn't work over the VPN. And it's not really feasible for me to go back to CCW version 12. Thanks in advance, Andy ------------------------------ ...
Posted By Andrew Roy May 01, 2023 04:47:00 PM
Found In Egroup: Automation Control
\ view thread
Update... I found a work-around of sorts. I defined Boolen tags for the alarm triggers in the HMI project, which reference the appropriate bit of the integer tag in the PLC. At least the SCADA system can still reference the entire integer tag as originally intended and I didn't have to change the PLC ...
Posted By Andrew Roy May 01, 2023 02:27:00 PM
Found In Egroup: Automation Control
\ view thread
Hello, I need to setup bitwise alarms in CCW for a PanelView 800, but I don't want to define a bunch of boolean tags. In FactoryTalk View, we could define alarms to trigger from a specified bit of an integer tag. But that column in CCW only allows values of 0 or 1 when the alarm is not numeric. So then ...
Posted By Andrew Roy Mar 07, 2023 10:34:00 AM
Found In Egroup: Automation Control
\ view thread
Well Shawn, You were right. The IP address does load from the SD Card for the 5370. I retested yesterday. This time I took into consideration that the IP address for the 5370 should load from the SD Card as well. So I was careful not to create a scenario where loading the SD Card on another machine ...
Posted By Andrew Roy Mar 06, 2023 10:58:00 AM
Found In Egroup: Automation Control
\ view thread
Philip, There was no entry in the XML file for LoadCommConfiguration. When I have time, I will add this entry to the XML file and try it again. NO Why would it behave one way with the original SD Card and another way after copying the files to a different SD Card? The SD card was empty ...
Posted By Andrew Roy Mar 03, 2023 03:46:00 PM
Found In Egroup: Automation Control
\ view thread
I did not expect the IP address in the 5370 to change at all. If you open the project in Logix Designer offline from the controller, the IP address is not shown. Which would indicate that the IP address is not part of the project, as we all know. I had asked tech support if I could send just the files ...
Posted By Andrew Roy Mar 01, 2023 12:07:00 PM
Found In Egroup: Automation Control
\ view thread
Hi Philip, I'm using the Compact GuardLogix 5370 Safety Controller (1769-L30ERMS Revision 33.012). The Ethernet port is integral to the controller, not a separate module. ------------------------------ Andrew Roy ------------------------------
Posted By Andrew Roy Mar 01, 2023 10:58:00 AM
Found In Egroup: Automation Control
\ view thread
Thank you Philip, I tested that scenario on a couple machines here. When I used the exact same SD card to load the project on another machine, everything worked perfectly. But when I copied the files from one SD card to the other, the process had a glitch. The project did load from the SD card and ...
Posted By Andrew Roy Feb 28, 2023 06:08:00 PM
Found In Egroup: Automation Control
\ view thread
Hi Shawn, Do I really need to send my one and only SD card? Or can I send the files from my SD card via email? Sending my SD card accross the ocean to another country would waste valuable time. And I may never get it back. Thanks, Andy ------------------------------ Andrew Roy ...
Posted By Andrew Roy Feb 28, 2023 02:31:00 PM
Found In Egroup: Automation Control
\ view thread
Hello, The CompactLogix PLC has a memory card slot. If it were a Siemens PLC, I could send a program update to be implemented via the memory card and nobody onsite with the machine would need to have the program source code or any specialized software. I'm not finding any way to do that with the ...
Posted By Andrew Roy Feb 23, 2023 06:22:00 PM
Found In Egroup: Automation Control
\ view thread
Thanks Jeremy :-) ------------------------------ Andrew Roy ------------------------------
Posted By Andrew Roy Feb 23, 2023 04:45:00 PM
Found In Egroup: Automation Control
\ view thread
Hello, Logix Designer does not show watch values for local tags in an AOI. So how can we troubleshoot the logic inside the AOI? Thanks in advance, Andy ------------------------------ Andrew Roy ------------------------------
Posted By Andrew Roy Feb 02, 2023 12:15:00 PM
Found In Egroup: Automation Control
\ view thread
When I ran into that issue, it was because our license info was not in the system correctly. After you enter your serial number, PCDC will only show you versions for which you have a valid license. I called the tech center and they corrected the issue for me while I was on the phone with them. ...
Posted By Andrew Roy Jan 30, 2023 04:36:00 PM
Found In Egroup: Automation Control
\ view thread
Nevermind, I had a typo in my prgoram that I didn't notice before. The local variables are indeed retained between calls, not temporary values. ------------------------------ Andrew Roy ------------------------------
Posted By Andrew Roy Jan 30, 2023 03:20:00 PM
Found In Egroup: Automation Control
\ view thread
Hello, I moved some code into a UDFB and it's not working the same as it did when it was in the general program. The local variables appear to be stuck at zero, as if they get reset every pass. Is it possible the local variables in a UDFB are really temporary variables? I can't find any documentation ...
Posted By Andrew Roy Jan 27, 2023 04:25:00 PM
Found In Egroup: Automation Control
\ view thread
Jeremy, We can already do that with structured text. Are you talking about an ST style expression as in input to a function block element in ladder? ------------------------------ Andrew Roy ------------------------------
Posted By Andrew Roy Jan 23, 2023 11:57:00 AM
Found In Egroup: Legacy
\ view thread
Hi Chris, When the HMI is FactoryTalk View ME, we don't need to create explicit MSG instructions in the PLC program for the HMI. Does this same concept still apply? Would the FactoryTalk HMI communications really be more efficient if the HMI data were consolidated into one or two data tables? Since ...
Posted By Andrew Roy Dec 30, 2022 10:55:00 AM
Found In Egroup: Automation Control
\ view thread
I like the idea of an ST block within a ladder program. An ST block could allow you to implement For-Loops, While-Loops, If-Else and Case statements into a Ladder program. I imagine the size of the ST block would have to be limited. Happy New Year ;-) ------------------------------ Andrew Roy ...