Hi,
I want to something on "TP prog" that is very easy to to in other languages. I want to be able to display a string following be a dynamic value. Exemple:
"The part is done in 34 secondes".
So in structure text programming (like C#, C++, C, etc)i will write something like :
Timer[1] Start;
....
blablabal
....
Timer[1] Stop;
R[1] = Timer[1];
string myMessage;
myMessage = "The part is done in " + cstr( R[1] ) + " secondes.";
Message (myMessage);
But in TP prog, I don't find how to concat strings and number
So here some questions :
1- How to display Number on the TP user interface
2 - How to concatenate strings and number in the TP prog
3 - Where Can I store strings (something like StringRegister[1] = "My Stored message"
4- If TP prog cannot do that... how can i display more that "fixed" message on the TP user interface
Thanks
ROBOT : Fanuc LR MATE 200iC