Execute Scilab on remote computer
[ExecuteCode,.. СommandMessages,.. errorRemoteExecute,.. errorRemoteExecuteNumber,.. errorRemoteExecuteLine,.. errorRemoteExecuteFunction,.. connectedInformation.. ]=remoteExecScilab(NodeIPExecute,.. NodePortExecute,.. PathToScilab,.. ScilabArguments,.. FoneModeExecute) [ExecuteCode,.. СommandMessages,.. errorRemoteExecute,.. errorRemoteExecuteNumber,.. errorRemoteExecuteLine,.. errorRemoteExecuteFunction,.. connectedInformation.. ]=remoteExecScilab(NodeIPExecute,.. NodePortExecute,.. PathToScilab,.. FoneModeExecute) [ExecuteCode,.. СommandMessages,.. errorRemoteExecute,.. errorRemoteExecuteNumber,.. errorRemoteExecuteLine,.. errorRemoteExecuteFunction,.. connectedInformation.. ]=remoteExecScilab(NodeIPExecute,.. NodePortExecute,.. PathToScilab)
Node's IP on whitch to execute adjusted scilab script
Node's port on whitch to execute adjusted scilab script
Path to scilab main script on remote node
Execute scilab arguments (default: [])
Execute scilab script mode: %t - scilab script executed in background mode (default: %f)
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 mode is true (FoneModeExecute == %f) 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 adjusted scilab script execution on a remote node. To execute this scilab script 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 \