net_set_value_maps 设置通信数组映射参数
net_set_value_maps (entity_id u32, id_index i64,name String,target_id_index i64,target_name String,types i64);
输入参数
- entity_id 实体索引
- id_index 当前id_index
- name 当前实体名称
- target_id_index 目标id_index
- target_name 目标名称
- types 映射反向
输出参数
- 无
例子
// 将LBT_11机器人第2数组赋值给PLC第7数组
net_set_value_maps(entity.index,7,"LBT_11",2,"I16",0);
作者:力博特 创建时间:2025-10-27 17:08
最后编辑:力博特 更新时间:2025-11-11 18:53
最后编辑:力博特 更新时间:2025-11-11 18:53