Allen Bradley ML 1000 Output test

ktmtragic

Member
Join Date
Jan 2013
Location
Sydney
Posts
92
I have a customer who has a few Micrologic 1000 units with faulty outputs. I have always steered clear of AB gear as I have found it to be overpriced and no better than any of the other gear out there. No I DON'T want to start another "WHICH IS BEST" argument. Please could someone tell me is there a global command to turn all outputs on so I can test them and reassign the outputs?
Thanks
 
No global command, but forcing on each output individually is pretty easy. If you could write a program that holds all outputs on, if that saves you time.
 
Turning all the output on will only tell you they work.
when the outputs are connected to a load bigger than they can carry or the inrush current is to high is when the contacts start to weld.

in addition to that, relay contacts are only rated for a specific number of cycles (life) before they start to fail.

we have had to goto triac outputs in many of our machines due to the high cycle rate. We have also had to train our electricians about triac outputs.

WHEN we do have a bad contact, we program the output to always be unlatched and we add a comment to that output stating its bad and put in a date.

regards,
james
 
IIRC the MicroLogix 1000 lays out the I/O in 16 bit words even if you don't have that many physical I/O so if that is the case just do a move instruction and move 32,767 to the output word and they will all come on and moving a zero to that word will turn all of them off.

You could also go into the I/O table and toggle each bit to a 1 to turn it on but that is kind of a PITA IMHO but it depends on how many you have to test.
 

Similar Topics

Hello brothers We are contacting you because an error like [display change is currently controlled remotely] occurred while using the equipment we...
Replies
2
Views
215
i was trying to run a .mer file which i have uploaded from a running pvp1000 same model. when i load it on new pvp1000 it shows " the terminal can...
Replies
5
Views
2,257
Hi guys. I have a some-what noobish question. I have been doing light plc programing for the last year or so, mostly with descreate I/O's, simple...
Replies
6
Views
3,845
Is it possible to configure an Allen Bradley panelview 1000 series to be a modbus RS485 slave? I guess I am not certain exactly how/if that would...
Replies
3
Views
3,656
Hi gents, In my allen bradley panel view plus 1000 HMI have three levels of password protection, ( OPERATOR, MASTER and ADMIN). I would like to...
Replies
2
Views
3,189
Back
Top Bottom