EtherCAT UDINT/USINT/ULINT 和 DINT/SINT/ULINT 表示多少位?
有符号数据类型
- DINT(双整数)是 32 位有符号整数。
- SINT(单整数)是 8 位有符号整数。
- LINT(长整数)是 64 位有符号整数。
- INT(整数)是 16 位有符号整数。
无符号数据类型
- UDINT(无符号双整数)是 32 位无符号整数。
- USINT(无符号单整数)是 8 位无符号整数。
- ULINT(无符号长整数)是 64 位无符号整数。
- UINT(无符号整数)是 16 位无符号整数。
来源: Beckhoff 文档,
Check out similar posts by category:
EtherCAT
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow