ControlLogix PLC/SLC Messages with Octal Addressing?

sanger

Member
Join Date
Nov 2005
Location
Toronto
Posts
172
Quick question.

When using the CLX PLC/SLC Message Mapping to map files 0 (Output) and 1 (Input) to CLX Integer registers is it smart enough to convert the requests for addresses in Octal to Decimal?

e.g. If we have File 1 mapped to tag 'Inputs', when a PanelView program tries to read I:10/17 (old PLC-5 address) will the Message Mapping automatically convert that to a read of Inputs[8].15 or will all the I and O addresses in the Panelview need to be adjusted?
 
That is a really good question !

And I have no idea.

My guess is that the conversion would be transparent because the PanelView would (probably) perform a 16-bit Word-sized Read command. I don't think there's even a PCCC command for reading a single bit value.

The hex value of the bit offset is the same inside the 16-bit word no matter if you express it in Octal or in Decimal.

But that's just a guess. It's equally possible that the ControlLogix will consider the question moot by not supporting data files 0 and 1 in the Map PLC/SLC Messages feature. I've only ever started with data file 3.

Is this a PanelView Standard, or a PanelView Plus ? What network is the PanelView using ?
 
We did a test and it correctly converted the requests in Octal from the PV to the decimal requests in the ControlLogix.
 

Similar Topics

Is this even possible? I was trying to read a SLC mapped Timer ACC over DF1 (PCCC) and I get an Illegal address. My thought is maybe it doesn't...
Replies
0
Views
1,229
I have a customer with a Data Highway system that uses it to tell the case conveyor that it palletizers infeed belt is running and that a full...
Replies
16
Views
4,781
Guys, I am new in Allen Bradley PLCs, I need to setup the "Path to PLC Processor Module" in an OPC server configuration for each of my equipment...
Replies
8
Views
10,243
Hi everyone i have a customer, who wants to show an alarm on the machine, if the I/O forces are enabled and set, on at ControlLogix L81E with...
Replies
3
Views
228
Hi Everyone, I am currently trying to communicate ControlLogix PLCs via EtherNet/IP with Delta V DCS. There is a VIM2 card configured for...
Replies
1
Views
260
Back
Top Bottom