I/O Status Screens on HMI

Every one of our projects gets done with the IO mapping as it's saved much time from getting the laptop out if looking to see sensor status without opening the door. I have all of the IO data as DINT element in a UDT array. The UDT will also have an array of 32 strings for descriptions and a string for part number, location and address. HMI screen will have all of the bit indicators and string displays addressed to another seperate tag that has the same UDT. A hmi numeric input will 'browse' via indirect addressing into the array and display one IO card at a time on one single HMI screen. All of my plan and design of the machine is based in excel so it's only a couple clicks to download all the IO descriptions to the string tags.
 
I was thinking about this. Particularly because the AD Productivity Suite doesn't really have any kind of UDT option. I think you could follow a work flow similar to:


Create the IO in a certain way in your program
Export tags to form foo or whatever you use (xlx, text, xml, whatever)
Parse them in
Create HMI tags for your chosen HMI
Create strings from the IO comments / labels / whatever


The only thing I'm not sure about is how to go about creating a screen from that. It would be pretty platform dependent, I think.
 

Similar Topics

I've got a Powerflex 700 that doesn't like to get going in the mornings. This motor will run anywhere from 30 seconds to 5 minutes before it just...
Replies
3
Views
160
Not a PLC question but I need expert help on this. My FactoryTalk stopped communicating with the server its hosted on. I had an error stating...
Replies
0
Views
106
Hi! I am trying to run the 'SimpleSample' (https://infosys.beckhoff.com/content/1033/TF5100_TC3_NC_I/Resources/3438746891/.zip ) to understand the...
Replies
2
Views
106
Hi guys! I have 3 servos for X,Y,Z axis controlled by Kinetix 5500. In Studio 5000 there is one Predefined tag in AXIS_CIP_DRIVE called...
Replies
4
Views
155
Hi everyone i have a customer, who wants to show an alarm on the machine, if the I/O forces are enabled and set, on at ControlLogix L81E with...
Replies
3
Views
236
Back
Top Bottom