create a llokup table in rslogix5000 for 1756 L61

FASEELATH

Member
Join Date
Sep 2007
Location
uae
Posts
17
Hi there

what is the best way to generate a look up table of 4 X 5200 elements in rslogix5000,

if it is as an 2D array it will be as lookup[4,5200]
how I edit array elements(constatnt) in excel,


my case is is
I have T,P and dP from feild, and have a look up table for actual density which has to be taken based T,P an dP.

useful guidance really appreciated

thanks
 
I would export my Excel file to a .csv file, then use a text-processing tool like awk (many editors have the same ability via macros) to create the text for a ST routine that initializes the RSL5K array.
 
check out the sample project in 5000 Look_up_barcode. This example should give you some ideas.
 
yah am measuring gas flow and require actual or flowing density lookup for Normalized Volumetric Flow Rate
 
Why do you need a lookup table for gas density? If your gas composition is constant then density calculation is a simple formula using the ratio of P/T to calculate the new value when P or T changes. If your composition is not constant (Molecular weight varies) then you will not be able to calculate density changes based on P or T changes alone. Similarly your lookup table will only be good for one value of gas composition (Molecular weight).
 

Similar Topics

Hello, I've been trying to learn this a while now and still have not found out how this works. I have an Omron CJ2M PLC and an ABB ACS 355 VFD...
Replies
1
Views
218
Hello, I have to deal with iFix again and am looking at the most efficient way to create alarms to display in iFix, i.e. not creating an...
Replies
0
Views
147
Good morning to all, I have the following issue, I installed everything of intouch including the patch, it is the 2023 version. The...
Replies
0
Views
318
So, I finally got versioin 27 installed on my Windows 10 VM. However, now I can't upload a project from my lab controller. I have the above error...
Replies
0
Views
1,124
Hi all, I have few GB of logged data created by RS View 32 Works, it is all in .DBF format. At the moment, my company wants to shift all data to...
Replies
14
Views
1,432
Back
Top Bottom