<< remoteExecScilab remote_exec remoteExecScilabSCEFile >>

remote_exec >> remote_exec > remoteExecScilabCommands

remoteExecScilabCommands

Execute Scilab commands on remote computer

Syntax

[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)

Arguments

NodeIPExecute

Node's IP on whitch to execute adjusted scilab commands

NodePortExecute

Node's port on whitch to execute adjusted scilab commands

PathToScilab

Path to scilab main script on remote node

ScilabCommands

Execute scilab commands

ScilabArguments

Execute scilab commands arguments (default: [])

FoneModeExecute

Execute scilab commands mode: %t - scilab commands executing in background mode (default: %t)

Return values

ExecuteCode

Remote execute command rezult: 0 - execute sucsesfully, 1 - cannot connected to node, 2 - cannot execute command on node

СommandMessages

Remote execute command messages to console. If executing in background mode (FoneModeExecute == %t) then СommandMessages is execute commnad's ID

errorRemoteExecute

Discribing execute command errors

errorRemoteExecuteNumber

Discribing execute command errors number

errorRemoteExecuteLine

Discribing execute command errors line number in Scilab code

errorRemoteExecuteFunction

Discribing execute command errors function in Scilab code

connectedInformation

Information about connection to node

Description

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 \

See also


Report an issue
<< remoteExecScilab remote_exec remoteExecScilabSCEFile >>