QUOTE(sas11 @ Jan 18 2008, 09:35 PM) [snapback]64004[/snapback]
I am a novice. Just started second plc semester. I have purchased a dl05 and a c more micro touch screen to play with(self teaching). I am trying to get text to show up on the screen (lookup or dynamic?). Example when a maint. timer reaches 100 hrs I would like the text (maint due) to show up on the screen. If I could see an example I could probably figure from there.
Thanks in advance
Have not used the Micro version specifically but on the full size C-more screens the way I have done what you described is to use the Lookup display and to use a Vword I move data into when I have a condition I want to display. You display different programed displays based on the value in the Vword you picked.
Example:
V2000=100 display shows mainteneance needed
V2000=500 display anual maintenace needed
I like to use the lookup dispaly to show my fault and run messages. This way I do not have to code screen changes and the display can be on the main screen.