LAPTOP-SNT8I5JK\Boounion
2025-03-28 55a565f976ebf4dc6066215efa886812fcea8d77
1.修复CEqProcessStep中解释GlassID的问题;
2.新文档;
已添加1个文件
已修改2个文件
3 ■■■■ 文件已修改
Document/ESWIN_EAS_Equipment_Communication_Specification(CC-LINK)_v1.0.docx 补丁 | 查看 | 原始文档 | blame | 历史
SourceCode/Bond/Servo/CEqProcessStep.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SourceCode/Bond/Servo/CEqReadIntStep.h 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Document/ESWIN_EAS_Equipment_Communication_Specification(CC-LINK)_v1.0.docx
Binary files differ
SourceCode/Bond/Servo/CEqProcessStep.cpp
@@ -59,7 +59,7 @@
        // 解释数据
        // Glass ID(1864~186D)
        int index = 0;
        convertString(&szBuffer[index], (0x186d - 0x1864 + 1) * 2, m_strStartTime);
        convertString(&szBuffer[index], (0x186d - 0x1864 + 1) * 2, m_strGlassId);
        index += (0x186d - 0x1864 + 1) * 2;
        // Process Start Time(186e~1875)
SourceCode/Bond/Servo/CEqReadIntStep.h
@@ -1,6 +1,7 @@
#pragma once
#include "CReadStep.h"
namespace SERVO {
constexpr auto __INT16 = 1;
constexpr auto __INT32 = 2;