Addressing

BigJon1023

Member
Join Date
Apr 2016
Location
Virginia
Posts
32
What does FFFDDDdd mean in relation to AB addressing. Assuming dd is bit level but cannot figure out the translation for the FFFDDD.
 
I've never seen anything like that in relation to an AB PLC. Can you give any more context as to where you're reading it?
 
James,

B3 is the Data file name/type. In this case it is the third binary data file (as apposed to floats, strings, ints etc.) The 10 is the element number in the data file. 05 is the bit number in the element.
 
I've never seen anything like that in relation to an AB PLC

It's a typical address format used in (say) Weintek HMI software when configuring objects to talk to any PLC - see attached.

Regards,

Rob

Weintek_AB.png
 
Aha. A picture is worth 1000 words, as they say.

If it were AB, it would probably be written as "FFFWWWbb"
FFF = File
WWW = Word
bb = Bit
e.g. N7:20/10 > 00702010

But I guess every manufacturer does it differently. FFFDDDdd would still work out as
FFF = File
DDD = Word (D for Data perhaps?)
dd = Bit (d for data(with a small d) perhaps???)
So N7:20/10 > 00702010
 

Similar Topics

I am very new to Modbus and the industry, so forgive me if I am missing something obvious. I have known Modbus register addresses coming from a...
Replies
7
Views
214
I have a system using Rx3I CRU320 redundant CPU with Proficy Machine Edition Software. In the hardware configuration of each CPU module, under...
Replies
14
Views
376
See the screenshot of EIP tag list. We are trying to read in a digital input that is hard-wired. It is shown here as I31.1. I believe we cannot...
Replies
7
Views
273
Hello all. I have a Simatic SM374 (374-sxh01-0aa0) sim module. I am using TIA portal v.18. I can't find this module in my list of hardware devices...
Replies
12
Views
742
Hello, I have a device with 68 words input. But one block on the Devicenet Scanner is only 61 words. I am trying to map this device to 2...
Replies
3
Views
523
Back
Top Bottom