Logix5K FIFO Alternative?

trueninjalo

Lifetime Supporting Member
Join Date
Oct 2015
Location
Ohio
Posts
40
Hello, I have been working on an alarm tracking routine. I take several bits to get a status of a device and load then into an INT Dev_Stat. When the Dev_Stat = 5 the device is operating properly. When it is not equal to 5 I move it to Dev_Alm[49] via a FIFO. I also wanted the time the error occured so I created a string Time_Stamp and when an alarm occurs I will move the Time_Stamp to Time_Stamp_Alm[49]. I was going to use another FIFO but it seems like a copy would work just as well if I first use:
COP
Source: Time_Stamp_Alm[1]
Dest: Time_Stamp_Alm[0]
Len: 50

Then use
COP
Source: Time_Stamp
Dest: Time_Stamp_Alm[49]
Len: 1
It seems to operate correctly but it seems like this completely negates the need for a FIFO. FIFOs were tricky to get used to so I think I am overlooking something. Attached is a pic of the rungs and the tag data.

Thank you for taking the time.

ALT_FIFO.jpg ALT_FIFO2.jpg
 

Similar Topics

Hi all, I'm starting work on a system and the processor for said project is a Control Logix 1756-L82. When I open Logix, however, that CPU is...
Replies
9
Views
2,947
Hi all, I'm working on some Control and Compact Logix A&B PLCs, running Logix5K version 24. I've been doing online edits just fine, but I've...
Replies
6
Views
2,439
From what I can tell, AB's Connected Component Workbench (CCW) does not support CompactLogix L43 with RsLogix v20.xx Software. What are my...
Replies
6
Views
2,708
Hello PLCs.Net! I am trying to use RSLogix5k via windows command line. I would like there to be a script which automatically opens a project...
Replies
1
Views
1,245
I really wish RA would allow elements of User Defined Data Types to alias other Tags. Does anyone know of a better work around than assigning...
Replies
1
Views
1,634
Back
Top Bottom