Files
material_box_storage_detect…/scripts/simulate_wms_task - flag=3.bat
2026-01-06 10:49:45 +08:00

18 lines
434 B
Batchfile

@echo off
echo [1/3] Setting task side to 'left'...
redis-cli -a 123456 SET vision_task_side "left"
echo [2/3] Setting task time...
redis-cli -a 123456 SET vision_task_time "%date% %time%"
echo [3/4] Setting task beam length...
redis-cli -a 123456 SET vision_task_beam_length 2180
echo [4/4] Triggering task (flag=3)...
redis-cli -a 123456 SET vision_task_flag 3
echo.
echo Task triggered! Check the application logs.
echo.
pause