The .cos binary files are machine independent.
If extension is ".cosf" an ASCII formatted save is performed instead of binary save. Formatted save is slower than regular save.
File/Close menu has the same effect.
These instructions will be evaluated each time the diagram is loaded.
If you change the value of a symbolic Scicos parameters in the context, all the blocks are updated (Eval is performed).
Replot is useful for 'cleaning' this memory.
Information format may be redefined by user.
Region is replaced by a super block and links are redrawn.
Region is replaced by a palette block and links are deleted.
If extension is ".cosf" an ASCII formatted save is performed instead of binary save. It may take a while.
.scilab user file is updated if necessary.
The lower left corner of the block is placed at the selected point.
Right click cancel the copy action.
When you delete a block all links connected to it are deleted as well.
Right click cancel the move action.
Right click cancel the move action.
A connected block cannot be aligned.
If no blocks or many blocks are selected, this is the block under the mouse pointer which turns.
If no blocks or many blocks are selected, this is the block under the mouse pointer which turns.
Selecting this menu and clicking on a block opens an editable dialog box.
- Final integration time (integration ends at this time, it always starts from 0),
- Real time scaling (forces real time simulation by setting Scicos unit of time to 1 second),
- Absolute and relative error tolerances (solver properties),
- Time tolerance (the smallest time interval for which the ode solver is used to update continuous states),
- Max integration time interval (the maximum time interval for each call to solver, it must be reduced if the error message "too many calls" is encountered),
- Solver (choose the numerical solver to be used),
- Max step size (max time step taken by solver).
Normally, a new compilation is not needed if only system parameters and internal states are modified. In some cases however these modifications are not correctly updated and a manual compilation may be needed before a Restart or a Continue. Please report if you encounter such a case.
These underlying Scilab variables may be user global variables defined before Scicos was launch, They may also be defined in the Scicos contexts (see Context menu item).
You may interrupt the simulation by clicking on the "stop" button, change any of the block parameters and continue the simulation with the new values.
Selecting this menu and clicking on a block or links opens an editable dialog box.
You may use the icon_editor menu to generate the Scilab instructions.
Note that the resulting block is not a masked block; it is a compiled super block.
Select this menu and click on an object. See also 'Details' menu.
Browser window is useful to open directly a Super Block everywhere in the hierarchy. To open the main diagram if it has been closed, use the 'Up to Main Diagram' menu.
The code generation is obtained simply by selecting this menu and then the desired Super Block.
If the Super Block satisfies the required conditions, a dialog box pops up to ask for a block name, a directory where to put the generated files and for optional libraries requested by the linker.
Given this information the code is generated, compiled and linked with ScicosLab. The Super Block is automatically replaced by a new block which implements the generated code. It is then possible to run the modified diagram. The code for standalone use is also generated.