Micrologix1200/Panelview 550 help

volts

Member
Join Date
Mar 2008
Location
Mississauga
Posts
2
Hello to everyone...

I have a basic understanding of RSLOGIX 500 programming, and very little of Panelviews. I am migrating from one-SLC-150 unit + one-expansion unit connected with a T-CAT unit (TCAT is used to see the sequencer steps and timers values) to a Micrologix 1200 (L40AWA) + one Panlview550 touch screen unit. I have written the RS logix program (in it I have a sequencer that has R6:0 as control, with length of 16 steps). In my panelview I want to display the sequencer steps value (R6:0.POS) and also want to see/change the timers' PRE and ACC values . In regards to the sequerncer steps value, I talked to a local person here, who instructed me to use a COPY instruction in my RS LOGIX to put the R6:0.POS value into N7:20 where the panelview can see it from a numeric display instruction via an embedded variable. As for the displaying and changing timers values I have no idea.

Any detailed help in how to program in the PLC and Panelview would be very much appreciated.

thanks in advance.
volts
 
You basically have a choice:

1. Display each timer's PRE and ACC seperately
Disadvantage - a bunch of controls
Advantage - you can name each, locate possibly different decimal points correctly, provide limits of entry and provide scaling if appropriate.

2. Display/modify based on the control step

In ladder code determined by the control step move each timer's ACC and PRE into common registers.

Display these common registers on the display

Provide for an 'update' button to trigger ladder code which moves the changed preset back into the original timer

Advantage - only one set of controls
Disadvantage - lack of easy naming ability (could be done with messages tied to the control value), lack of limits control, the need for supporting laddetr code.
 
Thanks

bernie_carlton... (thePLCquy)

I would like to thank you for your helpful hints, I have been able to finalize the micrologix1200/panelview550 setup.


volts
 

Similar Topics

I have a micrologix 1200 that will run one of three different timing sequence, depending on which input is triggered. I'm trying to find the best...
Replies
6
Views
3,456
How to check the communication between the Micrologix1200 to Citect SCADA. I use PLX51-DF1-ENI router to communicate in scada. I tried to use...
Replies
0
Views
1,347
I have a micrologix 1200 and I am trying to get a barcode scanner to talk to the COM 0 port. I know the scanner baude rate is 9600 because I...
Replies
0
Views
1,776
Good day all. I have a some MAC bullet valve catrtidges (BV210A-CA1-00-BEH0-CTC). They control vacuum for suction cups that pick up various...
Replies
0
Views
1,615
Can I communicate to a Micrologix 1200, going through a Panelview C600? I have this machine made by SIDEL that has a Micrologix 1200 talking to a...
Replies
4
Views
1,489
Back
Top Bottom