Help Me

patil

Member
Join Date
Oct 2008
Location
pune
Posts
6
PLC - Allen bradley Micrologix 1500 and HMI panel view 600.My factory runs 3 shifts per day and I want 10 shifts data log in panel view with time and NO of component produced per shift.Please suggest how to get time and date with out using RTC in PLC.
 
If you only want number of componets produce by shift, this is what you have to do:
Depending on your shift time you create three new tags, shift1, shift2 and shift3, only one will be enable at a time, when you enable let´s say shift1 you enable a counter for that shift and start counting and save the time your shift started, when you are about to disable shift1 and anable shift2 then you sent shft counter acc from shift1 to a fifo, this fifo must have at least 10 positions in this fifo you save shift production, in your case i recommend to have several fifos with the same size but they are going to save different data, one will save production number, the other one will save day, other hour, other minute and so on, to make things simples use a diferent production counter for each shift and reset it when the shift starts.
The shifts can be enable by your RTC or from your PV.
 
Have the PV600 write out the time and date to the PLC under the Global tags. That would be the easiest way to get Date and Time to the PLC.
 

Similar Topics

Hi all, hope you are having a great day, I am in need of your help to create a AOI or program that does this kind of job: I have a IO Link...
Replies
1
Views
74
please help me . I have to make this ladder diagram and I can’t figure it out :(
Replies
12
Views
339
Hi Everyone, i was hoping for a little help with this module. i have data that needs to be read from a different plc through the Modbus plus...
Replies
11
Views
220
Hello, I am trying to replicate a piece of logic on the PLC5 onto an SEL RTAC. I am using ladder on SEL and FBD. I am having issue on the ladder...
Replies
13
Views
225
Back
Top Bottom