How do I write Lua scripts for DOP-100?
1. DOPSoft 4.00.11 has a built-in Lua programming tool. To start script-writing, go to the “Project -> Program” menu and double click “Main”.
2. You can write scripts directly or click “Add” in “Program Examples” at the right bottom corner to add scripts. For more information refer to the [Detail] section.
3. Position your mouse pointer over the scripts added in “Main” to see the instructions. For example, v1=mem.inter.Read(0) indicates that variable v1 is the value of internal memory $0.
4. Search the Dop-100 Series Lua Instruction Manual for more information.