

String Handling in Scilab Xcos V5.5.2
I am trying to implement a model in Scilab Xcos[V5.5.2] where string is output. But I am not getting the required/suitable component for String handling (to display readings/strings).
Is there any palette library/extra package that I have to install in order to enable string handling?
Note:
* tried co-simulation package
* Currently printing strings in Scilab Console
Scilab


I am afraid writing string output to scilab console is the only option available. If these are just warning messages expected to come not so frequently, you can use the messagebox("message") function to generate popup messages. These could be better than printing messages on console if they need to draw attention of the user.
Rupak
29-10-18, 12:48 p.m. Poornachandra
Login to add comment