[Utilization 1: Train Toy Simulator]
Toy Train Lua can make a train run on a layout made by connecting rails.
Even in the state immediately after installation, the following operations are performed.
Switch the stop point at the station Switch the traffic lights to the point, stop the station
Since these operations are written in the script language Lua, you can change them freely by rewriting the contents with a text editing application.
For details, please refer to the manual displayed by tapping the book icon at the bottom left of the application screen.
[Utilization 2: Train Toy Controller]
In addition, Toy Train Lua can send command strings that control the station connected to external hardware, the servo motor for point, and the LED for traffic light via Wifi.
The script of the script language Lua used in Utilization Method 1 can automatically control the running of the real train toy as it is.
With the next five steps you will be able to automatically control the running of the real train toy.
For details, please refer to the manual displayed by tapping the book icon at the bottom left of the application screen.
[Step 1] Create a rail layout on the simulator [Step 2] Write a control script with the script language Lua [Step 3] Control running of the train on the simulator with a control script [Step 4] To control the real train toy Hardware prepared 【Step 5】 Control running of the real train toy with the same control script as the simulator