XScript 手册 · Chapter 15
title: "TOWERLAMP — 三色灯 / 蜂鸣器" chapter: 15
中文翻译准备中,请参阅英文版。
示例
TOWERLAMP.SetLamp("INIT");
Sleep(1000);
if (TOWERLAMP.CurrentState == "INIT")
{
TOWERLAMP.SetLamp("STOP");
}
else
{
TOWERLAMP.BeepNo();
}中文翻译准备中,请参阅英文版。
TOWERLAMP.SetLamp("INIT");
Sleep(1000);
if (TOWERLAMP.CurrentState == "INIT")
{
TOWERLAMP.SetLamp("STOP");
}
else
{
TOWERLAMP.BeepNo();
}