Which register holds the clock values?

sss94

Member
Join Date
Oct 2005
Location
australia
Posts
3
Hello ppl,
I'm using Ge Fanuc series 90 micro PLC which has an internal clock. What I need to do is start up a motor a particular time everyday, say 11 pm. Can anyone kindly tell me how to access the registers holding clock values. I can then use relational functions to turn on the motor.
Thx,
Ss.
 
If the Series 90 Micro has a clock/calendar (and I'm not sure whether or not it does), you read it by executing service request code 7. That will put the clock data into a bank of registers (specified by how you set up the SVC_REQ function). You'll need to extract the hour and minute information. If I remember correctly the minutes and seconds are in one register while the hour is a register with the day of the month or something like that.
 
Last edited:

Similar Topics

I am attempting to reject a bottle If the label fails. The rejection works fine at normal line speed but at low speed the rejector fires (air...
Replies
35
Views
1,176
Hi everyone, I am working on a project that needs to expose the SV (Set Value) of a temperature controller to a SCADA system. SCADA <-...
Replies
4
Views
169
I'm pretty new to PLC's, so forgive me if I use the wrong terminology and whatnot. We have an issue at work where we have a flow meter that is...
Replies
10
Views
303
I would like to copy register N61:131 thru N61:147 into ST252:0 I keep failing What happens is I copy into ST252:0,1, 2 etc. What am i missing...
Replies
18
Views
603
Hello Siemens experts. I am trying to register a GSDML file for an Endress & Hauser's Profinet IO over APL (Profile 4.0) compliant device. TIA...
Replies
2
Views
214
Back
Top Bottom