In my model, AGV is executing particle monitoring in fab, so I need to display the numerical value whenever completing measuring. Also, I'd like to show AGV status(traveling, measuring,...) in words. Currently I give AGV a label called "status"(this is a number label). And in the position above my model, I use Visual > Text to show AGV state, however, I hope to show status in words directly so that it's more intuitive to understand. I reassign label value(0~4) in process flow whenever AGV take different actions. How could I reassign status in words, also how could I display them dynamically.