Execute Scilab sce-scriptfile on remote computer
[ExecuteCode,.. СommandMessages,.. errorRemoteExecute,.. errorRemoteExecuteNumber,.. errorRemoteExecuteLine,.. errorRemoteExecuteFunction,.. connectedInformation.. ]=remoteExecScilabSCEFile(NodeIPExecute,.. NodePortExecute PathToScilab,.. PathToScilabSCECodeFileName,.. ScilabSCECodeFileName,.. ScilabSCECodeArguments,.. FoneModeExecute) [ExecuteCode,.. СommandMessages,.. errorRemoteExecute,.. errorRemoteExecuteNumber,.. errorRemoteExecuteLine,.. errorRemoteExecuteFunction,.. connectedInformation.. ]=remoteExecScilabSCEFile(NodeIPExecute,.. NodePortExecute PathToScilab,.. PathToScilabSCECodeFileName,.. ScilabSCECodeFileName,.. FoneModeExecute) [ExecuteCode,.. СommandMessages,.. errorRemoteExecute,.. errorRemoteExecuteNumber,.. errorRemoteExecuteLine,.. errorRemoteExecuteFunction,.. connectedInformation.. ]=remoteExecScilabSCEFile(NodeIPExecute,.. NodePortExecute PathToScilab,.. PathToScilabSCECodeFileName,.. ScilabSCECodeFileName)
Node's IP on whitch to execute adjusted scilab SCE script file
Node's port on whitch to execute adjusted scilab SCE script file
Path to scilab main script on remote node
Path to executed scilab SCE script file
Executed scilab SCE script file
Executed scilab SCE script file arguments (default: [])
Execute scilab SCE script file mode: %t - scilab SCE script file 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 SCE script file on a remote node. Analog execute on a remote node command scilab -f file -args arguments. To execute this scilab SCE script file 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 \