• 微课视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
微课江湖
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 微课视频
  • 电脑应用技巧
  • 电脑基本常识
  • 电脑健康知识
  • 电脑初学者入门
  • 电脑维护基础
  • 电脑故障维护
  • 电脑硬件知识
  • 电脑维修实例
  • 电工学习
您的位置:首页 > 电脑知识 >plc > 欧姆龙PLC数据类型

欧姆龙PLC数据类型

作者:匿名 字体:[增加 减小] 来源:互联网 时间:2018-08-28

本文介绍了欧姆龙PLC数据类型等相关知识要点,需要的同学们可以参考学习下
欧姆龙plc数据类型


BOOL  Address of a binary bit - a logical Boolean on or off state. This type is typically used for contacts or coils.
CHANNEL  This is a special data type, for backward compatibility. It is an address (non-bit) to data of any type (unsigned or signed, one or more words), so can be used in place of any of the above data-types except NUMBER and BOOL. The data type is weak, and so checking is limited (e.g. CX-Programmer cannot check if the address is being used for BCD or binary values).
DINT  Address of a signed, double binary word.
INT  Address of a signed, single binary word.
LINT  Address of a signed, quad binary word.
NUMBER  A literal numeric value. Not an address. The value can be signed, or floating point.
NUMBERs are used for any literal value or for timer/counter identifiers (in this case, only unsigned integer values are allowed). Floating point values are only suitable within IEEE REAL type operands.
Note: when used as BCD number operands, the value is treated as a hexadecimal value (e.g. using a NUMBER E234Eis equivalent to typing E1234Eas the operand, so that the decimal interpretation is made of the value). The value of a NUMBER data type is assumed to be decimal, unless it is prefixed with '#' for a hexadecimal value.
REAL  Address of a double word floating point value (IEEE format - use the UDINT
type for the BCD, FDIV format).
LREAL  Address of a long word floating point value (IEEE format - use the
ULINT type for the BCD format).
UDINT  Address of an unsigned, double binary word.
UDINT_BCD  Address of an unsigned, double BCD word.
UINT  Address of an unsigned, single binary word.
UINT_BCD  Address of an unsigned, single BCD word
ULINT  Address of an unsigned, quad binary word.
ULINT_BCD  Address of an unsigned, quad BCD word.
WORD  Address of a bit string of 16 bits.
DWORD  Address of a bit string of 32 bits.
LWORD  Address of a bit string of 64 bits.

分享到:QQ空间新浪微博腾讯微博微信百度贴吧QQ好友复制网址打印

您可能想查找下面的文章:

相关文章

  • 2018-08-28欧姆龙各型PLC RS232C电缆制作图
  • 2018-08-28欧姆龙PLC通电后ERR灯常亮
  • 2018-08-28西门子PLC编写梯形图的经验设计法
  • 2018-08-28三菱PLC源型漏型接线区别
  • 2018-08-28欧姆龙PLC程序读保护的加密方法和释放密码方法(知道密码的情况下)
  • 2018-08-28西门子PLC高速输出端子与第三方伺服驱动器连接
  • 2018-08-28PLC通过STEP 7编程软件诊断功能进行故障诊断的基本方法
  • 2018-08-28整数运算指令与浮点数运算指令的运用特点
  • 2018-08-28接近开关和OMRON的PLC怎么接线?
  • 2018-08-28欧姆龙PLC的通信设置

文章分类

  • 电脑应用技巧
  • 电脑基本常识
  • 电脑健康知识
  • 电脑初学者入门
  • 电脑维护基础
  • 电脑故障维护
  • 电脑硬件知识
  • 电脑维修实例
  • 电工学习

最近更新的内容

    • 三菱plc步进指令梯形图
    • PLC的逻辑运算
    • 三菱PLC脉冲产生发生器的编程实例
    • PLC数字量输入模块电路
    • 三菱FX2N-2DA模拟量输出模块
    • 三菱PLC编程与应用入门
    • 欧姆龙PLC浮点数技术问答
    • 欧姆龙PLC浮点数据格式是怎么样的?
    • 西门子s7-200和s7-300有什么区别?
    • PLC的诊断与调试方法

关于我们 - 联系我们 - 免责声明 - 网站地图

©2015-2018 All Rights Reserved. 微课江湖 版权所有