HOW to get system time without GSV,by using SCADA

yakub

Member
Join Date
Nov 2012
Location
hyderabad
Posts
28
I Created "HOURS","MINUTES","SECONDS" In Rslogix5000 data type is DINT. i want to get system time(hours,minutes,seconds) in those tags,without using GSV instruction..but by using RSview32 SCADA i want to get the system time..for that i think i need to create Derives tags in SCADA..but iam not getiing system time in RSlogix5000 program TAGS(HOURS,MINUTES,SECONDS)...if ANY any one knows how to solve this problem plz kindly reply...
 
The ONLY way to get the controller's Real-Time Clock data into tags that can be read by the SCADA is to use a GSV instruction in the code.

The "WallClock" to give it its proper name is locked up the "system value" area, which can only be retrieved with GSV in the controller code.

It is no problem to have a single GSV instruction getting the WallClock data into usable tags.

Why can you not use GSV ?
 

Similar Topics

Hi There Well is it possible to look at the ladder logic that is uploaded from the processor onsite without any comments and symbols...
Replies
7
Views
2,308
Hello, I have no training in maintaining potable water systems, so forgive me if some of my terminology is far off the mark or if I'm focusing on...
Replies
0
Views
91
I have a redundant ControlLogix being set up. This program reads a value from a remote site which happens to be SLC PLC. Rockwell mentions SLC...
Replies
2
Views
94
Hi all, This is going to be a long post apologies. I'm also a complete beginner to the world of PLCs. I'm currently working on my first ever...
Replies
10
Views
445
Hello everyone, I'm working on a project that involves controlling an array of nozzles within a CNC environment, where the nozzles travel along a...
Replies
5
Views
176
Back
Top Bottom