exter panel index register question

briana banks

Member
Join Date
Jul 2005
Posts
242
Hi All

I have 5 similar consumers (panels exter) located in 5 different locations in the factory connected to a single compaclogix controller.

I want to create a single application for all the consumers.
an authorized user will be able to set the station number,then
operator will operate that station even after application restart.

So,I want to use the index register feature.
The problem is that rslogix 5000 (unlike rslogix 500) dosnt use registers and addreses...(well this is the exter problem and not the rslogix if you ask me....)
 
Last edited:
I haven't done it but it looks like you need to have your data in arrays in the CLX and it should be do-able.


Here is a section of the help that illudes to indexing:
Structures

Structures are supported in two levels i.e arrays of structures. Structure members are named after the same rules as for tagnames.


Note :
  • Example of valid structures : MyMotor[2].Speed, MyMotor[2].Speed.1
  • A structuremember may be an array.
    Example : MyMotor.Error[5] or MyMotor[2].Error[5]
  • Indexing of tags are only allowed in last array, if two levels used.
    Example : MyMotor[X].Error[Y] is connected to an index register. Changing the value of the index register will only affect Y.


It does seem they need to expand the help concerning index registers for Control Logix.
 
Hi and thanks for replying...

Is this valid?:

object addr: station[0].quantity
index reg: index = 1..5

is the value of a memory tag preserved somewhere?
i want that the administrator will set the station number
and this setup will continue to work event after application restarts.
 

Similar Topics

I'm using an "Exter T100" touch operator panel and the configuration software "Information Designer". I'm developing an application in which the...
Replies
1
Views
1,948
I'm using an EXTER T100 Touch panel and I have two questions: 1- I'm using the demo version of the Information Designer tool ... When I run the...
Replies
14
Views
4,152
Hi All How can manage multiple station through single Exter T100 panel? i have 20 filling station connected to a single compact logix plc...
Replies
3
Views
4,132
Hi, I'm currently having an issue with a Beijer T70 HMI. We have 2 HMIs talking to a Yaskawa motion controller via modbus over ethernet. The...
Replies
0
Views
578
Spent the best part of the day trying to figure a problem with the Beijer Exter series no protocol mode. I got it sussed and so thought I would...
Replies
0
Views
3,312
Back
Top Bottom