变频器集成以及增加点动控制(0209)
This commit is contained in:
@ -371,6 +371,8 @@ class OmronFinsPollingService:
|
||||
if __name__ == "__main__":
|
||||
def on_data_update(data: int, binary: str):
|
||||
#4即将振捣室5振捣室 64即将搅拌楼 66到达搅拌楼
|
||||
|
||||
#37振捣室,32在途中,96,98在搅拌楼
|
||||
print(f"[数据回调] 数值: 0x{data:02X} | 十进制: {data:3d} | 二进制: {binary}")
|
||||
|
||||
def on_status_change(old_status: FinsServiceStatus, new_status: FinsServiceStatus, message: str):
|
||||
|
||||
Reference in New Issue
Block a user