Reading Data array out of CompactLogix with Citect Scada

Прочие SCADA: iFix, InTouch, Citect, ...
Post Reply
osamaawd
Posts: 3
Joined: Sun Jul 16, 2017 5:18 pm

Reading Data array out of CompactLogix with Citect Scada

Post by osamaawd » Wed Jan 08, 2020 5:54 pm

Hi every one,
I have an AB CompactLogix L35E PLC with Ethernet/IP built in port, I am reading and writing data to Citect Scada application,
All data that I need to read are located in one big 480 integer data array, and I can connect and read the data array integers with the ABCLX driver smoothly.

The problem that I have that I need to declare some of these Integers as floats and Long integers, of which each float is is a combination of two consecuitive integers, and when it comes to addressing, citect can only read one integer,

So my question is how I make Citect reads two integers which are defined as float in my applicagion

thank you in advance

Post Reply