RSlogix 500 and Panelview data display

gouch

Member
Join Date
Oct 2010
Location
Ireland
Posts
27
Hello,

I have to setup a data store in a RSLogix PLC to store a product number, based on an rfid tag value, a weight of the current product and the time and date the product was wieghed. |I have to store the last 100 values. These values must be displayed on a panelview hmi then.

I am familiar with arrays and tag structures in RSLogix 5000 for doing this. I would create an array structure of 50 strings for rfid string,integersfor the weight, and a string for my date and time that I would generate from the rtc.

I would do a fsc to find the position of the rfid string data and then would populate the product with the data. I would then move it to the current data store and put in in first position on my 100 historical values after indexing down the first 99 values.

Is there any tips for creating the code to do this in rslogix 500 in a tidy way and to display the results on the HMI.

Thanks for your help!
 

Similar Topics

Hello everyone, I am working on a project that provides for each operation performed by the operator to save on variables "N" and "T"; which will...
Replies
2
Views
1,595
So I am working with an application that I'm using a ML1100 PLC and a Panelview 800 HMI. I am trying to display a Timer's .ACC value on the HMI in...
Replies
1
Views
1,791
Hi Guys, Good day! I hope you can still extend your help to me again. I have this new project, but my problem is I cannot open the PLC...
Replies
3
Views
4,190
Hi Everyone, I am not proficient in RSLogix 500 so I have a question regarding the evaluation of N7:0 data as an input. So as I understand in...
Replies
1
Views
84
I have a little bit of experience with Allen-Bradley. I have a Micrologix 1500 (RSLogix 500) and a PanelView Plus 7 (FactoryTalk View Studio ME)...
Replies
3
Views
163
Back
Top Bottom