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

欧姆龙PLC数据类型

作者:匿名 字体:[增加 减小] 来源:互联网

本文介绍了欧姆龙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好友复制网址打印

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

相关文章

  • 欧姆龙CJ2M系列PLC与PLC之间的数据相互读取设定
  • PLC取与取反指令LD与LDI指令
  • 西门子plc梯形图和语句表示例
  • 西门子plc字节交换指令的功能和使用方法
  • 三菱plc辅助继电器M
  • 欧姆龙PLC的工作原理
  • OUT/OUTNOT的梯形图符号_欧姆龙plc取和输出指令的简单使用例子
  • STEP7硬件组态中保留区什么情况下会被重写?
  • 威纶触摸屏与欧姆龙CJ、CS、CP系列PLC通讯示例
  • 编程软件和编程器对欧姆龙PLC加密与解密方法

文章分类

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

最近更新的内容

    • 欧姆龙CPM1A系列PLC编程电缆自制方法
    • 三菱PLC,FX2N-4AD-TC温度模块的使用和程序编写就是这么简单
    • 西门子fc功能块应用
    • 自动门plc控制系统设计_plc自动门课程设计
    • 西门子plc软件仿真软件使用方法图解
    • 高工详谈西门子PLC状态指示灯的含义
    • 三菱plc子程序调用与子程序返回指令使用方法图解
    • 编程软件和编程器对欧姆龙PLC加密与解密方法
    • 怎样卸载STEP7编程软件
    • 欧姆龙PLC开关电源的维修

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

©2020-2025 All Rights Reserved. linkedu.com 版权所有