Code:-- set a netremote variable from Girder NetRemote.SetVariable("washer", "off")Code:-- set a netremote image from Girder NetRemote.SetImage("MCJ_PwrSwitch_S1", "C:\\Program Files\\Promixis\\Girder5\\User\\images\\led-blue.png")Code:-- execute a command from Girder -- in this example it will issue a psshutdown to a laptop with the hostname toshiba-nr os.execute([[psshutdown \\toshiba-nr -u touchscreen1 -p password -d -t 5 -c]])


Reply With Quote