Hex01 03 03 08 00 01 05 8C7F 7E 7E EF FD F5 E7 FEComing soon!
# Begin YL620 RS485 uart1: txd_pin: gpio.15 rxd_pin: gpio.16 rts_pin: gpio.14 baud: 9600 mode: 8N1 YL620: uart_num: 1 modbus_id: 1 tool_num: 4 speed_map: 0=0% 0=25% 6000=25% 24000=100% off_on_alarm: false
Use this configuration only for testing RS485 chip communication with the alternative online simulator method at the end of this page.
## Start only for test the RS485chip communication uart1: txd_pin: gpio.15 rxd_pin: gpio.16 rts_pin: gpio.14 baud: 9600 mode: 8N1 ModbusVFD: uart_num: 1 modbus_id: 1 debug: 0 poll_ms: 250 retries: 5 spinup_ms: 6000 spindown_ms: 6000 tool_num: 4 speed_map: 0=0.00% 24000=100.00% off_on_alarm: false atc: m6_macro: s0_with_disable: false disable_with_s0: false model: Huanyang min_RPM: 6000 max_RPM: 24000 cw_cmd: 03 01 01 > echo ccw_cmd: 03 01 11 > echo off_cmd: 03 01 08 > echo set_rpm_cmd: 05 02 rpm*100/60 > echo get_min_rpm_cmd: 01 03 0b 00 00 > 01 03 0B minRPM*60/100 get_max_rpm_cmd: 01 03 05 00 00 > 01 03 05 maxRPM*60/100 get_rpm_cmd: 04 03 01 00 00 > 04 03 01 rpm*60/100
ModbusVFD configuration shown immediately above and follow these steps to test the V4.96 Pro RS485 chip communication.
Open the controller WebUI command line and send each command from top to bottom. Wait for the simulator to update before sending the next line.
M6 T4→Select Tool 4: the ModbusVFD in the optional V4.96 Pro configuration.M3 S12000→Simulator shows forward/CW running at approximately 12,000 RPM.M4 S24000→Simulator changes to reverse/CCW and approximately 24,000 RPM.M5→Simulator returns to stopped.| Item | V4.96 Pro test setting |
|---|---|
| UART | UART1 · TX GPIO.15 · RX GPIO.16 · RTS/direction GPIO.14 |
| Serial format | 9600 baud · 8N1 |
| VFD definition | Modbus ID 1 · Huanyang model · Tool 4 |
| Speed map | 0–24,000 RPM |
M3 S12000 produces the expected forward and speed request.M4 S24000 produces the expected reverse and speed request.M5 stops the simulated VFD.