Execute Scilab commands on remote computer
[ExecuteCode,.. СommandMessages,.. errorRemoteExecute,.. errorRemoteExecuteNumber,.. errorRemoteExecuteLine,.. errorRemoteExecuteFunction,.. connectedInformation.. ]=remoteExecScilabCommands(NodeIPExecute,.. NodePortExecute,.. PathToScilab,.. ScilabCommands,.. ScilabArguments,.. FoneModeExecute) [ExecuteCode,.. СommandMessages,.. errorRemoteExecute,.. errorRemoteExecuteNumber,.. errorRemoteExecuteLine,.. errorRemoteExecuteFunction,.. connectedInformation.. ]=remoteExecScilabCommands(NodeIPExecute,.. NodePortExecute,.. PathToScilab,.. ScilabCommands,.. FoneModeExecute) [ExecuteCode,.. СommandMessages,.. errorRemoteExecute,.. errorRemoteExecuteNumber,.. errorRemoteExecuteLine,.. errorRemoteExecuteFunction,.. connectedInformation.. ]=remoteExecScilabCommands(NodeIPExecute,.. NodePortExecute,.. PathToScilab,.. ScilabCommands)
Node's IP on whitch to execute adjusted scilab commands
Node's port on whitch to execute adjusted scilab commands
Path to scilab main script on remote node
Execute scilab commands
Execute scilab commands arguments (default: [])
Execute scilab commands mode: %t - scilab commands executing in background mode (default: %t)
Remote execute command rezult: 0 - execute sucsesfully, 1 - cannot connected to node, 2 - cannot execute command on node
Remote execute command messages to console. If executing in background mode (FoneModeExecute == %t) then СommandMessages is execute commnad's ID
Discribing execute command errors
Discribing execute command errors number
Discribing execute command errors line number in Scilab code
Discribing execute command errors function in Scilab code
Information about connection to node
Implementing execute scilab with adjusted scilab commands on a remote node. Analog execute on a remote node command scilab -e commands -args arguments. To execute this scilab commands on this node needing execServer on this node
To type in execute commands arguments symbols " must be used symbol \"". This symbol \"" is transmitted to the remote computer (node) as the symbol "
To type in execute commands arguments symbols \ must be used symbol \\. This symbol \\ is transmitted to the remote computer (node) as the symbol \