farmbot开发入门教程-lua 变量
说明:
- 介绍FarmBot OS 中的变量 Lua 函数列表
变量名称
通过名称获取序列变量。序列变量的类型可以是Location(Plant、Weed、Point 或 Tool)、、、Number或Text( ResourceSequence、Peripehral 或 Sensor)。
LUA命令只能访问属于其父序列的序列变量。要访问祖父序列中的变量,必须使用父序列中外部定义的变量将它们传递到直接父序列中。
-- Get the value of the variable named "Location 1"
location = variable("Location 1")
-- Print the location variable's X, Y, and Z coordinates
toast("The location variable is set to: (" .. location.x .. ", " .. location.y .. ", " .. location.z .. ")")
获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号