Optimizing tag usage in Wonderware HMI Software for CTI 505 PLC integration

Question:

Hello, I am a beginner user of Wonderware HMI Software and I am currently working on interfacing it with a CTI (formerly Siemens) 505 PLC running Workshop Software. I am looking for resources such as videos, manuals, etc. on how to create tags for the 505 PLC. The approach they are taking is to minimize costs by optimizing tag usage in Wonderware. As someone familiar with Rockwell software like FactoryTalk View Studio and Studio 5000, I am finding this transition challenging. Any help or guidance on this matter would be greatly appreciated. Thank you in advance.

Top Replies

I have completed many tasks related to this topic, which is actually quite straightforward. TI uses specific identifiers for different data types: - Booleans are represented as Cxxx in both TI and WW - Integers are depicted as Vxxx in TI and WW, or as signed values, Vxxx:S - Floats are stored as two consecutive V values and are displayed as Vxxx in both TI and WW - Constants are denoted as Kxxx - It is possible to manipulate bits within the range of Vxxx.1 to Vxxx.16, but caution is advised due to the different bit numbering conventions in TI (16 to 1 from least significant bit to most significant bit) and Rockwell (0 to 15). Most TI drivers compensate for this discrepancy but employ a different syntax in Wonderware. For example, V1000.5 in TI is equivalent to V1000:5 in Wonderware. Using the wrong syntax may lead to confusion, such as V1000.0 in Wonderware corresponding to V1000.16 in TI. - Other address formats include X (inputs), Y (outputs), WX (analog inputs), and WY (analog outputs), which remain consistent between TI and WW - Timer and Counter presets are labeled as TCPxxx, while Timer and Counter actual values are referred to as TCCxxx - It is essential to note that timers in TI count down, while timers in Rockwell count up.

Thank you for your assistance. I am becoming more acquainted with the CTI 505 platform and its addresses, but I am struggling to understand how the 505 addresses are displayed in Wonderware. It appears that my company did not invest in the package that facilitates communication with the 505. I apologize for any incorrect terminology I may be using. It seems there are several steps involved in locating the address (Tag) within the 505. Thank you once again for your help.

Cydog expressed gratitude for the assistance in navigating the CTI 505 platform and understanding addresses. However, there is confusion about how 505 addresses are represented in Wonderware without the necessary communication bridging package. Despite the lack of utilizing the correct terminology, there are steps involved in locating the address (Tag) within the 505. Furthermore, only a few IO servers are known, including the original TIDIR, SoftShops 505 server, and Kepware, all using similar syntax.

Thank you, sir. I have another question regarding a Special Function in a V430 system. The V430 is designated as a Scaled Result within this particular SF. This variable appears only once in the SF. Typically, where would you scale an analog input or network value? Thank you for your assistance.

SFPGM features a Scale and Unscale command for analog inputs and outputs. The Scale command is commonly used to convert a WX analog input signal from 0 to 32000 (or 20% offset for 4-20ma) to Engineering units stored in a variable. On the other hand, the Unscale command is used for Analog Outputs to convert a variable to a WY Analog output signal. In the case of TI analog devices, such as the 505 style, the typical range is 0 to 32000 for 0 to 10v or 4-20ma signals. If using E200 IO on profibus, the usual range is 0 to 16384 or 0 to 24768 for scaling, which is achieved through mathematical calculations in SFPGM. Temperature measurements from Thermocouples and RTDs are usually obtained by dividing the straight temperature by 10 to derive a single significant digit. If the V430 is only displayed in the SFPGM and not elsewhere, it is likely being shown on a Human-Machine Interface (HMI) screen.

Hey there! Transitioning to a new software can indeed be a bit of a challenge at first. While I don't have any specific video resources on hand, I'd recommend checking out Schneider Electric's website (they own Wonderware). They have a substantial library of guides and manuals that could be helpful. Also, the Wonderware Hub on YouTube offers tutorials. It's probably a good idea to spend some time getting comfortable with the tag name dictionary in the Workshop Software, as this can streamline your work with Wonderware. Keep persisting, and remember, every new software is complex in its own way; you mastered Rockwell, you'll master this too!

Hi there! Transitioning between different software platforms can certainly be a challenge. For interfacing 505 PLC with Wonderware, I recommend checking out the Wonderware's Knowledge and Support Center, if you haven't already. They have a wide array of resources like videos, articles and webinars. Also, InSource solutions have step-by-step video tutorials on Wonderware, including how to create tags. And while it's not a visual resource, the user manual for CTI 505 PLC, in the 'Addressing' section, provides some pretty detailed explanations too. Remember, structuring your tags efficiently from the start can save a lot of headaches down the line. Good luck!

Hi there! It sounds like you’re facing quite the transition! For interfacing Wonderware with a 505 PLC, I'd recommend checking out the official documentation from Schneider Electric (since they own Wonderware now) as well as the CTI website for specific resources on the 505. YouTube can also be a treasure trove; look for tutorials focusing on creating tags in Wonderware. For minimizing tag usage, consider leveraging data structures in the PLC to group related data together—this can really streamline your setup. Plus, joining forums or discussion groups specific to Wonderware and CTI PLCs can provide ongoing support and insights from users who have been in your shoes. Good luck, and don’t hesitate to reach out if you hit any snags!

Hey there! I totally understand the struggle of switching from Rockwell to Wonderware—it's a different mindset for sure. For optimizing tag usage with your 505 PLC, I recommend checking out the official Wonderware documentation and their online community forums; they can be a goldmine for tips and shared experiences. YouTube also has some great tutorials that specifically cover tag creation and interfacing with various PLCs, so that might make the process a bit clearer. Maybe also look into the Wonderware tech support or user groups; sometimes they host webinars or provide direct assistance. Good luck, and don’t hesitate to reach out if you have specific questions along the way!

More Replies →

Streamline Your Asset Management
See How Oxmaint Works!!

✅   Work Order Management

✅   Asset Tracking

✅   Preventive Maintenance

✅   Inspection Report

We have received your information. We will share Schedule Demo details on your Mail Id.

To add a comment, please sign in or register if you haven't already..   

Frequently Asked Questions (FAQ)

FAQ: 1. How can I optimize tag usage in Wonderware HMI Software for CTI 505 PLC integration?

Answer: To optimize tag usage in Wonderware HMI Software for CTI 505 PLC integration, you can minimize costs by efficiently organizing and utilizing tags within the software. This involves mapping PLC data points to tags in a logical and efficient manner.

FAQ: 2. Are there any recommended resources for creating tags for the CTI 505 PLC in Wonderware HMI Software?

Answer: You can explore various resources such as videos, manuals, online tutorials, or seek guidance from experienced users to learn how to create tags for the CTI 505 PLC in Wonderware HMI Software effectively.

FAQ: 3. How does the process of creating tags in Wonderware HMI Software differ from software like FactoryTalk View Studio and Studio 5000 by Rockwell?

Answer: The process of creating tags in Wonderware HMI Software may differ from software like FactoryTalk View Studio and Studio 5000 by Rockwell. Transitioning from Rockwell software to Wonderware may present challenges, but understanding the unique features and workflows of Wonderware can help streamline the process.

FAQ: 4. What are some best practices for beginners using Wonderware HMI Software for PLC integration?

Answer: Beginners using Wonderware HMI Software for PLC integration can benefit from following best practices such as proper tag

Ready to Simplify Maintenance?

Join hundreds of satisfied customers who have transformed their maintenance processes.
Sign up today and start optimizing your workflow.

Request Demo  â†’