Indirect addressing on PanelView+ 600

brendanjlee

Member
Join Date
Dec 2007
Location
Brisbane
Posts
10
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 stored in their own data file in the PLC and I am trying to allow the operators to edit the individual recipes one at a time. The recipe data is stored in the format
::[SHORTCUT]N[N30:2]:15 where N30:2 holds a value pointing to the data file where the settings for each particular recipe is held. Each recipe has about 25 pieces of data.
Whenever I try to run the program I get errors such as
The item '::[SHORTCUT]N[N30:2]:15' does not exist on any server however I have checked in the PLC data table and N30:2 is definetely pointing at the correct data file...
Any ideas on this one?
Thanks in advance,
Brendan
 
Last edited:
Never tried to use it, but most of HMI these days have recipies tools in them. Just have a look at help file for that. Might be an option for you...
 
brendanjlee said:
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 stored in their own data file in the PLC and I am trying to allow the operators to edit the individual recipes one at a time. The recipe data is stored in the format
::[SHORTCUT]N[N30:2]:15 where N30:2 holds a value pointing to the data file where the settings for each particular recipe is held. Each recipe has about 25 pieces of data.
Whenever I try to run the program I get errors such as
The item '::[SHORTCUT]N[N30:2]:15' does not exist on any server however I have checked in the PLC data table and N30:2 is definetely pointing at the correct data file...
Any ideas on this one?
Thanks in advance,
Brendan
The PanelView can't work with an indirect address.
You will need to set N30:2 directly from the PV and then cause the PLC to move the selected recipe into a scratch-pad area in the PLC which the PV can access directly. When editing is complete, cause the PLC to move the scratch-pad area back to the original location for the recipe.
 

Similar Topics

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,205
IM BUILDING A PANELVIEW PLUS AND IM TRYING TO ADDRESS A STRING DISPLAY USING INDIRECT ADDRESSING ST10:[C5:0.ACC],CAN THIS BE DONE AND HOW, I WOULD...
Replies
7
Views
5,558
Howdy folks, I am an Allen Bradley guy currently living in an Emerson world. Working with Rx3i on PacSystems Machine Edition v. 9.6? i think...
Replies
3
Views
611
Hello, I'm very new to programming with absolutely zero schooling in this field and pretty hands off training in my new role, it's been fun...
Replies
4
Views
663
Hello Friends, I am trying to index M Bits, however GX Works2 is not allowing it with following message. https://ibb.co/zPcqj6M...
Replies
3
Views
1,372
Back
Top Bottom