Rsview32

JNS

Member
Join Date
Apr 2009
Location
UK
Posts
26
Hi,
I am doing some modifications on RSView32 SCADA which is connected to SLC 5/04 processor. I want to record and dispaly time/date on the SCADA when a button is pressed from the SCADA. The button press will reset certain parameters in the PLC and SCADA should display the date and time when these parameters were reset last time. Is there anyway we can implement this in RSView32?

I managed to implement the logic in the PLC to record time/date using processor status register(date-S39:37 and time-S40:42)each time the button is pressed from the SCADA but it requries too many tags if I want to display these information on SCADA and I am very close to my licence tags limit of 300.

All the helps are very much appreciated.
 
Why not just set it as an alarm tag so when input x changes state it triggers an alarm in RSVIEW32 that way it would always show date/time stamp without using anymore tags.
 
Hi,
I can not use alarm tag for data/time display reason being I need to display date/time of this SCADA button pressed next to the button.

The purpose of the code is to reset totalisers in PLC from the SCADA and everytime this reset is performed it should stamped date/time next to the totaliser counts on SCADA so we would know when the last time the reset was performed.

Please let me know if anybody know how to achieve this.



Cheers
 
Could you convert the integers to strings AIC and then concantenate ACN those into one string and then read that final string with RSView

Hope that helps.
 
Create an event file that looks for the button press. When the event is triggered (button is pressed), set a memory tag equal to the System\DateAndTimeString tag. Then display the memory tag on the screen. If I remember correctly, memory tags do not count toward your license tag limit.

This method will display the time from the computer and not from the PLC.
 

Similar Topics

I'm importing an RSView32 project into FTView SE. I'm using Legacy Tag Database Conversion on a virtual machine with Windows XP, I did the first...
Replies
0
Views
368
Hi everybody, I have a rsview32 application, when I try to run it it loads upto 80% system settings and the crashes saying Rsview32 Project...
Replies
3
Views
1,904
Hi Guys I'm having trouble assigning a tag to an activex label on a Multipage Tab. I can assign the tag to an active x label on a normal display...
Replies
0
Views
592
I have followed the procedure below to convert RSView32 project to FactoryTalk View...
Replies
5
Views
1,423
I have converted RSV32 to FTVSE Distributed. pretty straightforward... I cant seem to figure out how or find any documentation to migrate RSV32...
Replies
4
Views
2,301
Back
Top Bottom