List of Contributions

Bob Yunk

Contact Details

Bob Yunk


My Content

1 to 20 of 50+ total
Posted By Bob Yunk Sep 11, 2023 11:16:32 PM
Found In Egroup: Advanced Software
\ view thread
Yes, I did not notice that the original post was referring to FTV ME rather than SE. ------------------------------ Bob Yunk Sr Automation Engineer Automated Engineering Services (AES) Oceanside, CA ------------------------------
Posted By Bob Yunk Sep 11, 2023 11:33:39 AM
Found In Egroup: Advanced Software
\ view thread
Yes, I tried to delete my post when I saw the original post was talking about FTView ME. For some reason the system would not allow me to delete or edit my post at the time. I was commenting from my phone and it was just too awkward trying to sort it out. Sorry if I caused any confusion. Philip is ...
Posted By Bob Yunk Sep 09, 2023 09:49:00 AM
Found In Egroup: Advanced Software
\ view thread
EDIT: restored original post as it had been corrupted by recent changes -FL Double click on any tag reference on your existing HMI screens. If the folder name is part of the tag address referenced, then you cannot make a folder name change without repairing anything that referenced the tag. With ...
Posted By Bob Yunk Sep 09, 2023 09:39:40 AM
Found In Egroup: Advanced Software
\ view thread
What is it exactly that you want to accomplish? There may be other options. ------------------------------ Bob Yunk Sr Automation Engineer Automated Engineering Services (AES) Oceanside, CA ------------------------------
Posted By Bob Yunk Jun 08, 2023 10:13:20 PM
Found In Egroup: Advanced Software
\ view thread
Some languages destroy objects they create automatically when the object is no longer in use. Some languages require you to explicitly destroy objects when they are no longer in use. VisualBasic tries to clean-up after itself, but is not particularly good at it. If I open or load a display by way ...
Posted By Bob Yunk Jun 07, 2023 01:17:00 PM
Found In Egroup: Advanced Software
\ view thread
Fabian, In the event you have not solved your problem yet: The fact that the OPC server runs fine when it is running on Windows 7 machine, but not on Windows 10 leads me to believe that as others have mentioned, this is almost certainly a DCOM configuration issue. DCOM is done completely different ...
Posted By Bob Yunk Jun 07, 2023 01:16:55 PM
Found In Library: Advanced Software
Posted By Bob Yunk Apr 25, 2023 04:32:00 AM
Found In Egroup: Automation Control
\ view thread
Stephen, I was unable to duplicate your problem today with my project on a PV 7 Plus Performance Series B. However I did observe something that may point you a direction to investigate. In the Properties dialog box that you use to configure the Numeric Input Enable, on the Timing tab I was clearly ...
Posted By Bob Yunk Apr 23, 2023 07:16:00 PM
Found In Egroup: Automation Control
\ view thread
I'm not sure you can learn much by comparing series A vs series B because they are running different embedded OSs. That said it suggests the issue is likely not something inherent with your HMI project, but rather something about the series b panel. I assume you do not have another Series B panel to ...
Posted By Bob Yunk Apr 10, 2023 07:09:00 PM
Found In Egroup: Advanced Software
\ view thread
Frank, You might take a look at Node:RED There is a small library of 'Nodes' that will read and write to CompactLogix and ControlLogix controllers without a dedicated Rockwell data server. I'm not sure of the mechanism. I assume they were created with the SDK Philip mentioned. If you dig around you ...
Posted By Bob Yunk Apr 10, 2023 06:48:00 PM
Found In Egroup: Advanced Software
\ view thread
You COULD just write the value as-is to an intermediate tag in the controller. Then let the controller do the multiply and make the destination of that value the tag you want to receive the 10x value. Sounds like a long journey to get what you want but if you are having trouble doing it on the HMI s ...
Posted By Bob Yunk Apr 07, 2023 02:01:00 AM
Found In Egroup: Advanced Software
\ view thread
Greetings. I'm a little confused. Where is the source value coming from? In your example, what provides the value of 1 to the HMI tag ------------------------------ Bob Yunk Sr Automation Engineer Automated Engineering Services (AES) Oceanside, CA ------------------------------
Posted By Bob Yunk Mar 22, 2023 10:38:00 AM
Found In Egroup: Automation Control
\ view thread
Happy to help Patrick and good to know it will solve the problem. Once you get the Lead/Lag settings correct, it is a very nice simulation for demonstrations. And thanks for the dpas-inc link. I'm going to head over there and take a look in a few minutes. ------------------------------ Bob Yunk ...
Posted By Bob Yunk Mar 17, 2023 03:00:00 PM
Found In Egroup: Automation Control
\ view thread
Hi Patrick - To accomplish what you are describing I created some very simple PID simulator blocks. I use them mostly for testing logic where I don't want to wait for PID loops to settle to be able to continue testing my code. Its not a full PID simulation, but it responds to a set point change ...
Posted By Bob Yunk Mar 17, 2023 02:11:00 PM
Found In Egroup: Automation Control
\ view thread
I'm going to have to agree with you there Phillip. When I wrote it my mindset was "make it organized and easy to read because some very inexperienced guys are going to use this logic". Couple that with not writing structured text in at least three years and I was just happy to get it done, i guess ...
Posted By Bob Yunk Mar 17, 2023 10:16:00 AM
Found In Egroup: Advanced Software
\ view thread
Aha, thank you Fuzzy! ------------------------------ Bob Yunk Sr Automation Engineer Automated Engineering Services (AES) Oceanside, CA ------------------------------
Posted By Bob Yunk Mar 17, 2023 10:15:00 AM
Found In Egroup: Automation Control
\ view thread
Phillip, Your solution was perfect. It pointed-out a couple of additional syntax errors I made as well. Thank you for your help! ------------------------------ Bob Yunk Sr Automation Engineer Automated Engineering Services (AES) Oceanside, CA ------------------------------
Posted By Bob Yunk Mar 16, 2023 10:47:00 PM
Found In Egroup: Advanced Software
\ view thread
Phillip, I don't see my post asking for help with exposing internal variables in ST AOIs so I couldn't thank you there. Just wanted to let you know that your solution worked perfectly. Thank you so much! ------------------------------ Bob Yunk Sr Automation Engineer Automated Engineering ...
Posted By Bob Yunk Mar 14, 2023 11:09:00 AM
Found In Egroup: Automation Control
\ view thread
Thank you Phil. I'll give it a go and report back. If it is that simple I'm going to have to come up with a good story of why it took me 2 days. 😁🙄 ------------------------------ Bob Yunk Sr Automation Engineer Automated Engineering Services (AES) Oceanside, CA ...
Posted By Bob Yunk Mar 13, 2023 01:38:00 PM
Found In Egroup: Automation Control
\ view thread
EDIT: moved to Automation Control community - FL I am attempting to make local String variables within a Structured Text AOI exposed to user input. This would be similar, and for the same use as in some of the Process Library AOIs that are written in ladder logic that have one or two lines at the ...