<< 点击显示目录 >> 主页
mappVision帮助助手 > 机器视觉帮助 > mapp Vision > 诊断 > 状态编号 > 运行时信息的状态编号 -1045168009: Vision Application '{VisionApplicationName}' is not compatible with the associated hardware module. Image size + offset exceeds the sensor limits. |
视觉应用程序"{VisionApplicationName}"与相关硬件模块不兼容。图像大小 + 偏移超出传感器限制。
无法将命名的视觉应用程序加载到此视觉组件。之前的视觉应用程序仍在原位。
原因:指定的视觉应用程序是为具有更高分辨率图像传感器的相机设计的。
可能采取的措施:
•将视觉组件分配给合适的高分辨率相机。
或者
•降低 ImageWidth、ImageHeight、OffsetX、OffsetY 的值,以便:
图像宽度 + 偏移 X 不超过图像传感器的水平分辨率(WidthMax)。
ImageHeight + OffsetY 不超过图像传感器的垂直分辨率(HeightMax)。
如果启用了线条传感器,请降低 LineWidth、LineHeight、LineOffsetX、LineOffsetY 的值,以便
LineWidth + LineOffsetX 不超过图像传感器的水平分辨率(WidthMax)。
LineHeight + LineOffsetY 不超过图像传感器的垂直分辨率(HeightMax)。
错误
Vision Application '{VisionApplicationName}' is not compatible with the associated hardware module. Image size + offset exceeds the sensor limits.
The named Vision Application could not be loaded to this Vision Component. The previous Vision Application remains in place.
Cause: The named Vision Application is designed for a camera with a higher resolution image sensor.
Possible measures:
•Assign the Vision Component to a suitable high resolution camera.
Alternatively:
•Lower values for ImageWidth, ImageHeight, OffsetX, OffsetY, such that:
ImageWidth + OffsetX does not exceed the horizontal resolution of the imgage sensor (WidthMax).
ImageHeight + OffsetY does not exceed the vertical resolution of the imgage sensor (HeightMax).
If the Linesnsor is active, lower the values for LineWidth, LineHeight, LineOffsetX, LineOffsetY, such that
LineWidth + LineOffsetX does not exceed the horizontal resolution of the imgage sensor (WidthMax).
LineHeight + LineOffsetY does not exceed the vertical resolution of the imgage sensor (HeightMax).
Error