raw_data设置为4。
论据
ClearRawBytes RawData[\从索引]
矩阵空间
数据类型:rawbytes
RawData是将被清除的数据容器。
[\从索引]
数据类型:num
使用\ FromIndex指定从何处开始清除原始数据的内容。每件事
被清除到后。
如果未指定\ FromIndex,则清除从索引1开始的所有数据。
程序执行
指定变量中索引1(默认)或\ FromIndex中的数据重置为0。
指定变量中有效字节的当前长度设置为0(默认)或
(FromIndex-1)如果编程了FromIndex。
语法
ClearRawBytes
[RawData':=']<rawbytes的变量(VAR)>
['\'FromIndex':='<num的表达式(IN)>]';'
下一页继续
1说明
1.17. ClearRawBytes-清除rawbytes数据的内容
机器人软件-操作系统
50 3HAC 16581-1版本:J
版权所有2004-2010 ABB。保留所有权利。
相关信息
raw_data is set to 4.
Arguments
ClearRawBytes RawData [ \FromIndex ]
RawData
Data type: rawbytes
RawData is the data container which will be cleared.
[ \FromIndex ]
Data type: num
With \FromIndex it is specified where to start clearing the contents of RawData. Everything
is cleared to the end.
If \FromIndex is not specified, all data starting at index 1 is cleared.
Program execution
Data from index 1 (default) or from \FromIndex in the specified variable is reset to 0.
The current length of valid bytes in the specified variable is set to 0 (default) or to
(FromIndex - 1) if \FromIndex is programmed.
Syntax
ClearRawBytes
[RawData ':=' ] < variable (VAR) of rawbytes>
['\'FromIndex ':=' <expression (IN) of num>]';'
Continues on next page
1 Instructions
1.17. ClearRawBytes - Clear the contents of rawbytes data
RobotWare - OS
50 3HAC 16581-1 Revision: J
Copyright 2004-2010 ABB. All rights reserved.
Related information
For information about See