Hi, as standard, <meta name="viewport" content="initial-scale=1.0"> is used in webvisu.htm. Try initial-scale=0.5, works for me. Even fonts are then sharper. Lukas
Hi, might help https://forge.codesys.com/forge/talk/Engineering/thread/23f23119a7/
Hello all, there is lib IECStringUtils in Codesys that contains FormatDateTime function. It works just fine. sFormat := '%t[HH:mm:ss dd. MM. yyyy]'; sTime := DWORD_TO_STRING(dwTimeDateLocal); xFormatDateTimeOK := FormatDateTime(cbpResult := ADR(sTime), uiResultCapacity := SIZEOF(sTime), cbpFormat := ADR(sFormat)); sTime then contains 16:40:00 30. 05. 2022, so exactly what i wanted. But, when I set in Visualization Manager - General Settings - checkbox Use unicodestrings, this function returns in...
Hello everyone, I would like to copy or download an external file added to a library (embedded into project) to Application folder with help of FB_Init in this library. So the file would be copied from the library to App folder in main project (where i use this library) after Login with download. Is there a way to do that? Thanks for reply!