totalizer script in VB

amit22

Member
Join Date
Jun 2008
Location
gujarat
Posts
64
hello everybody,

anybody can help me out to develop Vb script for TOTALIZER of any analog value?

what is the formaula of the TOTALIZER? and how can we achieve this VB script..
 
I think you have to be a little more specific about what you want this TOTALIZER to do? What features do you need to implement?

More information about your application will lead to better answers.
 
Completely agree with JesperMP. Myself, I'd strongly recommend doing it in a PLC if you can. Can I ask what your control scheme is? What SCADA/HMI package and PLC?
 
Hi Amitt22

I will also do totalizer in the PLC. And if possible use long real (64 bit).
But if you want it done on the SCADA use at timed script 1 sec. and your analog imput is in l/h:

Total := total + Analogin / 3600;

Banker
 
please help me out if any body know this it is urgent requirement..with some mathematical expression we can develop it..??
 
shouldn't TotalVal be added as well?

Yes, absolutely correct. So much for replying without finishing 3rd coffee of the morning :)

@Amit22 --
You have been given several, similar answers. Can you not understand them?
And the reason to NOT TOTALIZE IN THE HMI is you will introduce many inaccuracies. Totalize in the PLC, with a fixed time base, and read the total on the HMI.
 

Similar Topics

Hi, So we have a flowmeter installed but doesnt have a feature to send a pulse to plc for it to compute the total volume. I want to somehow...
Replies
3
Views
570
How is it going y'all? So We have had a pesky problem with an EH 300 flow meter. We are using EIP to reset the totalizer, and for some reason the...
Replies
3
Views
768
Good morning, I have a flow meter that has an output pulse configured to 378.541 liters per pulse. My question is, do I just count the pulse per...
Replies
19
Views
1,776
Good morning, I have a flow meter that that has an output with is a pulse. The pulse is configured to 378.541 liters per pulse. My question is...
Replies
6
Views
694
Hello You guys helped me with a similar issue some time back on storing totalized values to different tags each month. I have a similar issue...
Replies
19
Views
1,470
Back
Top Bottom