Wago visualization

damina

Member
Join Date
Oct 2014
Location
jakarta
Posts
1
Dear All,

Translate from: Indonesian
I mean make totalizer
using WAGO PLC

where the data is taken in the form of data from the hart i / o with address data

"PLC_PRG.stCmd3Data.rVarFourth"

Can I make a totalizer of the same value

eg : 10 am - PLC_PRG.stCmd3Data.rVarFourth = 1000
11 am - PLC_PRG.stCmd3Data.rVarFourth = 1500

how to lock the value at 10 am and 11 am for later in calculations

please help me

thank you
 
make an array for this data,
example:
24 hours you will need a dataarrayname ARRAY[1..25] of INT;
put every hour the value in the array so so 1 oclock in dataarrayname[1]
etc
as now you have all values you can calculate the totalizer by adding them all together in a loop.
you can also use a bargraph to show them in a visualisation.
 

Similar Topics

Hello, I am in possession of a WAGO PFC 200 750-8216 which I was successfully able to set up as a Modbus RTU Master to a slave device using...
Replies
0
Views
99
I have a project to setup base programs across multiple PLC platforms that can be used for Modbus communications to various sensors that have...
Replies
0
Views
135
Hello, I m having a problem with wago 750-862 plc. The plc won't start automatically in run mode after a power reboot. I've also tried the...
Replies
4
Views
395
Hello everyone, I am trying to setup a Wago 750-8100 PLC to send a text message out via ethernet port, if I get a Digital input that is true. I...
Replies
0
Views
357
How do you set up a message block for a REMOTE IO unit? (using ethernet IP)?
Replies
1
Views
602
Back
Top Bottom