This commit is contained in:
adri-neo 2025-09-22 11:54:03 +02:00 committed by germano laptop
parent 4e1b3a91b0
commit 283b47ae3d
8 changed files with 467 additions and 153 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 4.9 MiB

After

Width:  |  Height:  |  Size: 386 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 83 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 64 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -181,6 +181,7 @@ class TecnaMarpossProvasetT3(ModbusComponent):
formatting=formatting,
decoding_map=decoding_map,
)
except Exception as e:
error_message = f"Error during read operation on register {register}: {str(e)}"
self.log.error(error_message, exc_info=True)

View File

@ -5,7 +5,7 @@ import time
from ctypes import *
from components.hikrobot_sc import mv_lib
from src.components.hikrobot_sc import mv_lib
# Define the necessary structures and constants from MvVisionSensorDefine.h