Help with Micrologix 1200 and Panelview 800

oncewaslost

Member
Join Date
Nov 2007
Location
IL
Posts
12
I do not use AB products much and need some help getting a few things to work using a Micrologix 1200 and a 4" Panelview 800. The software that I am using is Rslogix 500 and CCW.

From one screen, I want to be able to enter several text strings of up to 16 characters each and store them in the PLC. I will use the strings for labeling in other screens.

I have placed a "string entry" on the screen and set the write tag as tag2 and alphanumeric field as 16. Tag2 is defined as a string and addressed as ST9:0 Within the PLC I have a line that copies ST9:0 to ST10:0 for a length of 1. When I write this to the screen I end up with that string entry stretched clear across the width of the screen and touching it does not launch the keypad for entry.

I have other things such as numerical inputs and touch keys toggling bits that all work as expected.

One other thing, How do I set up screen switching from the PLC?

Thanks!
 
This is a known issue with String Objects used in CCW 8.0...

678933
- Patch: PV800- String entry object issue, Connected Components Workbench 8.00.00
Access Level: Everyone

After you have installed the patch I would advise you to delete any screens that used the String Objects and then recreate them from scratch. Simply deleting the String Objects does not resolve the issue, even after the patch. The issue is within the screen.

If you have a lot of graphics setup on a screen, that you don't want to have to recreate, then you can copy or cut them out to a temporary "scratch" screen and then paste them back into the newly created screen, except for the String Objects. Recreate them from new.

Regards,
George
 
This is a known issue with String Objects used in CCW 8.0...

678933
- Patch: PV800- String entry object issue, Connected Components Workbench 8.00.00
Access Level: Everyone

After you have installed the patch I would advise you to delete any screens that used the String Objects and then recreate them from scratch. Simply deleting the String Objects does not resolve the issue, even after the patch. The issue is within the screen.

If you have a lot of graphics setup on a screen, that you don't want to have to recreate, then you can copy or cut them out to a temporary "scratch" screen and then paste them back into the newly created screen, except for the String Objects. Recreate them from new.

Regards,
George

Thanks Man!

I wasted a day on this. Would have been more if you hadn't given me a heads up.

Any hint on how to change screens from the PLC? On the Mitsubishi a data register is defined as a screen switch device and all I have to do is put the screen number in the data register to change to that screen.
 
Easy peasy...

Go to Tags > Global Connections

You should see a System Tag - "Control Screen Number"

It has a "Source Tag" and a "Destination Tag" field to the left and right.

Both of these can be assigned an external controller tag address.

The Source Tag allows you to assign an external controller tag address which will write to the System Tag "Control Screen Number". Whatever value the Source Tag changes to it will change to that screen number.

The Destination Tag allows you to assign an external controller tag to write the current "Control Screen Number" to the controller. This is useful if you want to monitor the HMI's current screen number in the program before and after it makes a screen change.

You can create external controller tags on the External tab in the Tag Editor and then assign them to the Source and Destination fields on the Global Connections tab.

See attached example...

Regards,
George

CCW - Control_Screen_Number.png
 
Hello guys I am having a hard time connecting to Micrologix 1200. I am using CCW for PanelView 800. i ahve tried everything from Comm Settings and tags . please help . Im a newbie to AB PLCs.
 

Similar Topics

i need HELP, Hello everyone i have a problem like this, i made just two buttons letter A and B in my Hmi proface AGP 3200 , and i make a simple...
Replies
2
Views
1,842
Have a micrologix 1200 module with 1 1762-IA8 input card and 3 1762-OA8 output cards. The first input card seems to be working fine but the 3...
Replies
1
Views
1,553
Hi there, new to the site. I have a big problem. My company had a panel built years ago for a machine that we had already been running. They never...
Replies
6
Views
1,406
We have: micrologix 1200 1762-L40BWA with two 1762-IQ16 16pt input modules one 1762-OW16 16pt relay output module My configuration is correct in...
Replies
2
Views
1,909
Hello, I'm an intern at this power plant and I'm new to PLC programming. I'm hoping to get some help from the professionals in this forum. I...
Replies
22
Views
5,902
Back
Top Bottom