[?]: how can i set password for cpm2A

CX-One, CX programmer, NTST, Syswin ....
Post Reply
ABD ALRAHMAN
Posts: 5
Joined: Tue Jul 08, 2008 10:10 am
Location: Jordan

[?]: how can i set password for cpm2A

Post by ABD ALRAHMAN » Tue Jul 08, 2008 11:13 am

hi

how can i setup a password for cpm2a plc
please help me

Husanto
Posts: 21
Joined: Mon Jun 30, 2008 2:32 am
Location: Indonesia

Password CPM1A

Post by Husanto » Sat Jul 12, 2008 2:37 pm

You can use FUN function .....with code

AR10.01
----||----------------------------------------------- |FUN(41)|
|#5F41 |
|#1234 | ---> pass(1234)

cvlsam
Posts: 48
Joined: Mon May 29, 2006 8:22 am
Location: China

Re: Password CPM1A

Post by cvlsam » Sat Jul 19, 2008 6:02 am

Husanto wrote:You can use FUN function .....with code

AR10.01
----||----------------------------------------------- |FUN(41)|
|#5F41 |
|#1234 | ---> pass(1234)
In your procedure has the little mistake ......

Because in Omron, Fun49 is the system hypothesis function, uses in establishing the system password, but is not Fun41 which you enumerate.

But very more importantly: After the establishment finished, downloads, must start PLC certainly to be able to cause the hypothesis to become effective.

Above ~~~

Husanto
Posts: 21
Joined: Mon Jun 30, 2008 2:32 am
Location: Indonesia

password cpm2a

Post by Husanto » Thu Jul 24, 2008 1:07 pm

Yes You right, sorry i means Fun49. thanx you for you correcting.

oja911
Posts: 3
Joined: Mon Sep 08, 2008 6:00 am
Location: China

Post by oja911 » Mon Sep 08, 2008 8:01 am

LD AR10.01
FUN49 0 0 #2123

2123 is passward

Post Reply