In Logic Editor, Use the Device_ExecuteCommand function block to execute a subset of the SCADAPack's command line functions. The command to execute is passed into the function block as a string and executed by the SCADAPack when requested. See attached example program. The Digital Input CH1 is associated with the Initiate_RESTART_COMMAND object in RemoteConnect. Turning ON Digital Input CH1 (Initiate_RESTART_COMMAND.value) will execute the CMD (COMMAND) value "RESTART RTU" in ASCII. The READY status will indicate the completion of the request, while the STATUS will indicate if the command was successful or not.