huziming219
级别: *
精华主题: * 篇
发帖数量: * 个
工控威望: * 点
下载积分: * 分
在线时间: (小时)
注册时间: *
最后登录: *
查看huziming219的 主题 / 回贴
楼主  发表于: 2008-09-24 21:13
请问欧姆龙的FUN49指令是什么意思
FUN49    (49)    Set System
    

Variations:

Differentiated variant available.

Purpose:

FUN49 is used to control the following 4 operating parameters:
1.    The battery check in system error checks. If FUN49 is executed and bit 00 of OPR1 is ON, the battery check will be excluded from system error checks when PLC power is turned ON.

2.    The initial operating mode. If FUN49 is executed and bit 01 of OPR1 is ON, the PLC will enter MONITOR mode when PLC power is turned ON (see Initial Operating Mode below).

3.    The Force Status Hold Bit (SR 25211). If FUN49 is executed and bit 06 of OPR1 is ON, the Force Status Hold Bit (SR 25211) will be effective when PLC power is turned ON.

4.    The I/O Status Hold Bit (SR 25212). If FUN49 is executed and bit 07 of OPR1 is ON, the I/O Status Hold Bit (SR 25212) will be effective when PLC power is turned ON.

Operand Data Areas:

OPR1    Parameters    # nnnn or 0 (IR0)

OPR2    Online switch    # nnnn or 0 (IR0)

OPR3    Password    # nnnn or 0 (IR0

甈roperty of Omron Corporation 1999-2002  All rights reserved.
cvlsam
富士低压,POD(觸摸屏),PLC专卖
级别: VIP会员

精华主题: 3 篇
发帖数量: 6769 个
工控威望: 38370 点
下载积分: 2995 分
在线时间: 9505(小时)
注册时间: 2006-09-13
最后登录: 2024-11-18
查看cvlsam的 主题 / 回贴
1楼  发表于: 2008-09-24 22:02
FUN49的作用保护程式,也就是通常所述的PLC加密。

主要应用于CPM1A,CPM2A。

在CJ,CS机型上不使用该指令,而使用CX-P软件来设定任务密码以及程序密码……

以上~~~
huziming219
级别: *
精华主题: * 篇
发帖数量: * 个
工控威望: * 点
下载积分: * 分
在线时间: (小时)
注册时间: *
最后登录: *
查看huziming219的 主题 / 回贴
2楼  发表于: 2008-09-25 08:27
我只知道第3操作数是密码数,那第一。第二操作数是什么意思?谢谢楼上的老师。