Cimplicity scada help

Frelecing

Member
Join Date
Oct 2010
Location
Uruguay
Posts
73
Hi everyone,

Once again, I'm needing some help... It must be something simple if you've developed a SCADA with Cimplicity or other software, but for me, who has not, it's becoming hard and I don't even know where to start from.

I have a SCADA screen made in cimplicity, which shows a motor when it's running and when it's not. I need to add some sort of variable or counter to show me the amount of time this motor has been running, and a button to reset this counter when I want...
As I am just dreaming, it would also be great if I could save this values to a txt file when the counter is reseted, but I don't know if that's possible.

Please, any help will be greatly appreciated, as I told you, I don't even know where to start from!
 
The easiest way would be to modify the PLC program to add a timer that keeps track of the running time. You will also need to create a new Cimplicity Point addressed to the timer's .ACC value.

If you aren't allowed to modify the PLC program you could create a script in Cimplicity that gets called once per second. In the script, you add one second to the running time if the Cimplicity Point corresponding to the run status is true.

There are also text and file file handling instructions available in Cimplicity scripting.
 

Similar Topics

Dear All I have a delta electronic PLC communicating with Cimplicity SCADA through USB. Some virus attacked the PC and USB ports are nor working...
Replies
1
Views
2,509
Hi All, I'm using AB plc 5370(Modbus TCP slave progm type) with GE cimplicity scada V8.1. For DI,DO,AI communication is working good. But, I...
Replies
10
Views
2,549
Can somebody share any training videos or books on cimplicity scada training. and also how to start and stop an analog point using a digital...
Replies
1
Views
1,435
Hi, I am new to Allen Bradely PLCs. I am trying to communicate the RSLogix Micro Starter Lite and RSLogix Emulate on EMU500-1 driver (no...
Replies
6
Views
4,293
Dear All, Have a nice day. I have a Cimplicity SCADA software CD with License Number for 15000I/O Runtime Server Version. But recently one of my...
Replies
4
Views
3,400
Back
Top Bottom