Kkula
Browse Questions » LOGO! - Software: How Towards enable Label messages Including Td cursor

About User

Questions Asked: 20.9K

Answers Given: 32

0
  • Open

LOGO! - Software: How Towards enable Label messages Including Td cursor

hi to all, I need a help how to activate text messages display on web server and to use the 4 F function keys TD for each display.
example: I will create 6 different text messages display and enable some remote on/off functions, without use the software keys but the F keys 
when I login on webserver and TD display , with the up/down key I’m able to scroll the all 6 txt messages pages, but of course this pages must be enable /active for see it.
i like to use the 4 function keys independent for each text message page and not for the whole system.
text message 1 page + AND block + F1 key= one desidered function
text message 2 page + AND block + F1 key= another desidered function
So, my problem is how to enable high one text message page with web server TD mode?
i like to have 6x4 function keys= 24 function key
anyone know how to resolve it?
thanks

0 Likes 0 Favourites 0 Followers 0 Comments
Answers(1)

Hello, As Siemens Self Support integrated with SiePortal, I understand you want to display custom text messages on the web server's TD (Text Display) and assign unique functions to the four function keys (F1-F4) *per message page*, totaling 24 functions. Here's how to achieve this: 1. **Use System Function Blocks:** Employ SFB14 ("Web Server - Text Display") to create and manage your 6 text message pages. Configure the "Enable" parameter for each page to control visibility. 2. **AND Blocks for Logic:** Implement AND blocks in your PLC program. Each AND block's output will activate when a specific text message page is active *AND* a specific function key is pressed. 3. **Key Press Detection:** Monitor the digital inputs associated with the F1-F4 keys. 4. **Function Mapping:** Within each AND block, link the output to your desired remote on/off functions. Each of the 6 pages will have 4 AND blocks, one for each function key. **Important Considerations:** * **TD Configuration:** Ensure the web server's TD settings are configured to display text and interpret key presses. * **PLC Programming:** This requires PLC programming skills to implement the logic. * **SiePortal Resources:** Search SiePortal for examples using SFB14 and web server text displays. Keywords: "SFB14", "Web Server Text Display", "TD Function Keys".

0