0
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 17-10-18, 6:09 p.m. Poornachandra
0
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:12 p.m. rupakrokade
Thanks a lot for your response Mr.Rupak!

Is it possible to print multiple messages(After traversing through if-else conditions) in same messagebox?

Regards,
Poornachandra H D

29-10-18, 12:48 p.m. Poornachandra

Login to add comment


Log-in to answer to this question.