comunication micrologix-1200 and MicroView

J

Thread Starter

Jesse5027

I have problems to comunicate a micrologix-1200 serie C with a MicroView operator interfase. It report a "10H error code". Already I have working with micrologix 1000 and MicroView with any problem.
Somebody can help me.
 
A

Automation Linse

Most common reason for STS=10H is:
1) You are issuing an unsupported command - MicroLogix prefers the "SLC Typed Rd/Wr" - they do support some of the PLC3/PLC5 cmds - but not always as fully as PLC5 (ie: I've seen some PLC5 'address' forms that confuse MicroLogix).
2) You are reading to bad file types or out of range. Some MicroLogix start life with some tables set to "1" element only. I think the MicroLogix 1000 starts "full-sized" (ie: you cannot change file sizes), but 1200 starts smaller since you can change the sizes at will.

best regards
- LynnL, www.digi.com


 
Finally I found the problem
It was registers (N7:*) no programmed in the ladder program, but in the MicroView.
 
Top