RS View Indirect Addressing

TrillBill

Member
Join Date
Jul 2010
Location
AL
Posts
1
I'm working with a Panel View 1500, which offers K1-10 on the left and K11-20 on the right. F1-20 on the bottom... No touch screen capability.

Because of this limitation, I need to offer ability to change data in 8 positions amongst 26 storage lines without the use of 9000 pages. In the PLC itself, I use indirect addressing i.e. {[CL]db_Cooling_Line[HMI_Line_Edit_Line_Num].Board_Position[1]}

My F-Keys along the bottom are used to select the value of HMI_Line_Edit_Line_Num and I wanted to use K1-8 along the left to write/edit the value of the above mentioned tag .Board_Position[1] for K1, .Board_Position[2] for K2, etc.

In the past, we have used parameter files to populate one edit screen with several products data, depending upon clicking the product on screen. The difference here is that you can't click on the board position. You must press a K button.

Can I not indirectly address a User Defined Data Type in RS View? If not, does anyone know of a short way to fix this?

-Thanks
 
From my dealings with RSView, you cannot put indirect addressing in a tag connection / formula. The way I've dealt with it is to create separate data addresses that map to the indirect address in the PLC. I've also created generic input and output addresses (both digital and analog) in the PLC for the PV to write to.

You could make tags for buttons K1-8 in the PLC and write some code to write or edit the corresponding value.
 

Similar Topics

Is it possible to display a value in FTView SE using indirect addressing? For example, I have an array called String_Array of type STRING[10]...
Replies
2
Views
3,346
I'm trying to use an indirect address to display a value in the PLC on the HMI screen. Using FactoryTalk View 6.1 I have a tag value of...
Replies
8
Views
16,231
Hi Guys, I have an int array of 500 elements and would like to display them on a panel view plus 6. Now I can't make 500 numerical displays, so I...
Replies
2
Views
2,808
Greetings all, I am trying to write and interface for an Allen Bradley Micrologix 1500 PLC using a Panelview+600 HMI. I have 4 recipes, each...
Replies
2
Views
1,920
Does anyone know if you can use indirect addressing in panelbuilder tags? Also there isn't a lot of information on the notification and...
Replies
3
Views
2,208
Back
Top Bottom