AB Micrologix web page access

arnk

Member
Join Date
Jun 2008
Location
Swindon
Posts
26
Hello all

I have tried this on a Micrologix 1100 (FRN9) and 1400 (FRN4)
(The default administrator password is ml1100
The default guest password is guest)

Assume plc is at address 192.168.1.1

Use a pc connected to the PLC with a browser with popups enabled.

Setup a user test password test with permissions "write" under the administrative settings / user management screen

Create a program with N7:0 and N10:0 files.

Under Data Views / New Data View set the N7 file to have write access group.
Set N10 file to have read access only.

Now in a new browser paste in the following (its all one line)

http://192.168.1.1/datachange.htm?offset=7&element=0&value=16384

The link above doesn't show the command - the last bit is offset=7&element=0&value=16384

You will be asked for a password - type in test and test into the password popup.
This should set bit N7:0/14

OK now try the same command but writing to N10:0/14 which is set to have read access only.

http://192.168.1.1/datachange.htm?offset=10&element=0&value=16384

The link above doesn't show the command - the last bit is offset=10&element=0&value=16384

This also works - ie bypasses the security.

Al
 
Last edited:
I have just tried this on the ML1400 with FRN5 as well and it behaves the same.

After further investigation it looks like the access group priviledges mean that

Read - you can only see files in group read and cant write to anything

Write - you can see files that are read or write and write to them both - ie you can write to "read" group files. Hence assigning a file to read group rather than write doesn't mean its read only. Assigning a file to the write group means that it is hidden from the read group and hence cant be read.

Administrator - can see all files and write to them all and change file groups.

So if you only want to allow permission to write to one particular file and read all the rest, you can't do it as far as I can see?

The file permissions for the ML1400 appear to be in a file called http://192.168.1.1/filelist.xml
Anybody know how to ftp it onto the ML as it would make the web server setup much quicker?

In FRN5 on the ML1400 the command to write data is like this
http://192.168.1.1/change.htm?file=7&element=0&value=16384

(The last bit is file=7&element=0&value=16384)


Al
 
Last edited:

Similar Topics

Hi all, Summary I am stuck at what I hope is the last step (see below) in trying to look at [Data Views] via a MicroLogix built-in web server...
Replies
6
Views
1,722
Has anyone used the web server with a allen bradley microlgix 1400 PLC? looking at possibly trying to be able to use a remote desktop to view the...
Replies
4
Views
1,709
I'm trying to setup browser access to my ML100s. The page opens but there is no data and no way to specify the data I want to view. Any help?
Replies
1
Views
1,581
I have tried the default Administrator / ml1100. No luck. Now do I reset the password? I have tried leaving the battery out and PLC unpowered for...
Replies
8
Views
8,422
HI, I have a few questions and would be quite comfortable reading a manual to get the answers but google and i haven't quite found the the...
Replies
6
Views
3,078
Back
Top Bottom