7/21/2019 8:06 PM | |
Joined: 4/8/2009 Last visit: 6/26/2025 Posts: 13 Rating:
|
Hello every one. I did a simple project witt Logo 8 FS4, that counts how many operations are done. The counter value is indicated on LOGO TDE display. I want to increase the size of the characters that are displayed on LOGO TDE. Is there a way to increase the size of the symbols? AttachmentProject.zip (237 Downloads) |
7/21/2019 8:11 PM | |
Joined: 12/18/2014 Last visit: 9/16/2025 Posts: 35964 Rating:
|
No, it's not possible. It's a text display, not a graphical display or panel. |
7/21/2019 9:06 PM | |
Joined: 12/18/2014 Last visit: 9/16/2025 Posts: 35964 Rating:
|
You can only use this for static text, but not for displaying variable values. |
7/22/2019 8:58 AM | |
Joined: 4/8/2009 Last visit: 6/26/2025 Posts: 13 Rating:
|
Thanks. In the future I will replace it with graphic display. |
7/22/2019 9:18 AM | |
Joined: 9/11/2014 Last visit: 9/16/2025 Posts: 868 Rating:
|
Hi, you can use the ticker function for message text function blocks and configure if the change is charackter by charackter or line by line. See example. Hope this helps AttachmentTicker TDE.zip (271 Downloads) |
Follow us on