How to verify the CPS instruction in RSlogix 5000 (Controllogix PLC)

sidhu

Member
Join Date
Aug 2005
Location
Mumbai
Posts
9
Hi, I wish to verify the CPS instruction using RSLogix 5000 v20 on Controllogix PLC.
Is there any method i could do this and generate a verification point.
Regards,
Sid
 
Can you explain what you mean by "verify" the instruction ?

Do you want to prove that it works the way that Rockwell Automation says it works ?

If so, what makes you think that the instruction is not working as it is designed to work ?

In my experience the CPS instruction works well when you are trying to prevent updates of arrays of data from an I/O connection from occurring midway through a COP instruction.

So to verify the CPS, you would have to create a connection that brings in a large array of data that changes every connection cycle, then set up COP and CPS instructions in the same program, then write some detection logic to see when the COP fails to preserve data integrity but the CPS preserves it.

The timing of I/O connection RPI expiration is not synchronized to program execution, so it could be difficult to intentionally make them interfere.
 

Similar Topics

Hi, We are thinking of implementing a light to our safety system that indicates that a machine is in a ceratian more dangerous state then normal...
Replies
12
Views
1,934
Hi, I'm working on a project with an Allen-Bradley PLC, so we are using Studio5000. I have a bunch of things that communicate through ethernet/Ip...
Replies
2
Views
1,204
I've created an AOI in Studio 5000 for the first time. This is an AOI to do a bunch of math to calculate air properties. I don't have access to...
Replies
25
Views
5,420
Does anyone know what “DT Errors” mean when verifying a program after downloading in Ladder Logistixs software?
Replies
6
Views
2,489
I have an application where 2 hoses will be connected to a railcar for pneumatically transporting material into a building. Is there a device...
Replies
7
Views
2,285
Back
Top Bottom