Hmi - starting historical trend graph

Wilton001

Member
Join Date
Jun 2013
Location
Benoni
Posts
2
Good afternoon guys.

Thanks to all for the really good info I have gotten on the site thus far. Could not believe how many ways there are to do a "flip flop" circuit using only one button.

I need some help on a HMI though.

I'm using a Delta DOP-B10E615 HMI in conjunction with a Delta SX2 PLC.

All I want to do is push a start button and then the pressure on a test unit will go up until the mechanical bypass kicks in and holds the pressure at a certain level.

I have a 4-20mA transducer hooked up to the PLC which records on the HMI via the historical trend graph, which I can export as a Excel file via USB.

Then when I push stop, pressure releases on the test unit via a second "release valve"

Question is. How do I get the PLC and HMI to only start recording or "monitoring" the historical trend graph when I push the start button, and end when I push the stop button?

I'm dumbstruck as to where to start.

I also later want to add functions such as error screen popping up when for instance the overload on the hydraulic motor trips etc.. Baby steps though

Hope you guys can help.
:unsure:
 
Question is. How do I get the PLC and HMI to only start recording or "monitoring" the historical trend graph when I push the start button, and end when I push the stop button?
Use an expression to call your Trend or turn it off:

If Start = ON, then (Start Trend).
If Stop = OFF, then (Stop Trend).

If you make your Start and Stop tags into System Start and Stop controls, then they can also turn ON or turn OFF everything else, including the Trending Chart.
 
Thanks for your help Lancie1.

I got hold of the agents and they pointed me in the right direction on how to set up control blocks on the HMI which sets up D registers that has to be read by the HMI via the PLC, which starts and stops the recording.

I realise that I will have to invest in a PLC course as soon as possible. Just a pity all the agents charge a small fortune for courses. Doesn't make sense. We are after all going to use their products.

Thanks again for your help. It was a step in the right direction.
 

Similar Topics

I'm starting a new project HMI on the company where I work, where I develop modules for system events, plotting graphs, trends, and persistence of...
Replies
9
Views
6,711
I have a cell with a compact guardlogix as the plc and I have three hmi's and two vfd's on this cell. I been experiencing momentary comms faults...
Replies
10
Views
86
What is the best way to show a modules LED status lights on an HMI screen? The module I'm trying to mimic is the 1756-DNB DeviceNet Scanner...
Replies
0
Views
47
I'm having a hard time either remembering or figuring this out. I have a PLC program and the associated HMI program. I know what this means...
Replies
4
Views
118
Hello, I'm working with Studio 5000 and ME Station, and I'm trying to find a way to detect if the PC with the HMI is shut down or not. I've tried...
Replies
6
Views
173
Back
Top Bottom