hi in webvisu how to shwitch chown visualisation from the st code i have tried : VisuElems.VisuElemBase.g_VisuManager.SetMainVisu(pClient , 'Maintenance'); but pClient is always null
hi i want to execute some code when the user select a specific text field, how to know which one is selected ? with the element namefor exemple ? i wanted to post it in visualisation forum
hi i want to execute some code when the user select a specific text field, how to know which one is selected ? with the element namefor exemple ?
how to know which user is connected ? and compare it to a predefined user ? i would like to do something like: IF VisuNativeControl.currentFullUserName = 'Maint' THEN GVL.BOOL_testvisu:=true; END_IF
how to know which user is connected ? and compare it to a predefined user ?
Hi i am using a RTE 3.5.16.40 runtime my project is not released yet, i just sau that a 3.5.17.0 release is available with Release of multicore extension for Control RTE which i do not unedrstand well what it is but seem interesting my question is if i want to upgrade i just install the new soft or do i need to uninstall first ?
hi did you solve that issue ?
Can i change or create my own keyboard?
you are rihgt but it is slow to with web browser: https://youtu.be/pAO3SFhvyl0
is the CmpWebServer activated in your runtime ? [CmpWebServer] ;The handling of startup/shutdown of the webserver: ;0->automatically start, shutdown only on shutdown of the runtime;1->automatically start, could be shutdown on demand ;2(default)->start/shutdown on demand;3->start on demand, shutdown only on shutdown of the runtime StartupType=2 ;The TCP port the webserver listens on WebServerPortNr=8080 LocalAddress=127.0.0.1 ;LocalAdapterName=LAN-Connection ;LocalAdapterNameUnicode=L\00A\00N\00-...
hi 150 ms at both place it seems fast to me only input via numpad is slow https://youtu.be/VbHacq6_Nm8
Hi i have some fields in a webvisu form , the input via numpad is very slow how to accelerate that?
problem solved with codesys upgrade thanks eschwellinger
nope i am downloading and installing it right now there is no upgrade feature for the ide ?
Hi i have updated my dev plc to the real one latest RTEx64 3.5.16.40 i try to load my project and i have some errors, missing libraries i try to download it without sucess how to get rid of my errors
thanks i have configure the cmpEt1000 drv, but it seems that my port is blocked on 100mega, i can see it on my switch, is there a way to change that and unlock gigabit ?
I solve that issue, where i am suppose to configure the IP adress of my RTE PLC? i think in CodesysControl_User file but where and how ? i need to configure alse the option webvisu that i have ordered but i do not have any installation guide
Hi i try to install this runtime on a PC when i try to configure the ethernet card: currently intel I210 or Intel I217-LM i can not install the generic Driver βCmpEt1000Drvβ
Hi, is there a way to make blink a text field ?
i try to use user embedded user management when i press my button i open the login dialog with a predefined user how to switch to my maintenance page only if login suceed ? the codesys user management manage acces to object, does it manage access to visualisation page ?
i delete my PLC which was in version 3.5.16, i close and re-open progect re download mising element and my error seems to be gone
do i need to remove the lib then re-install it ?
fixed i do not need the %s in text
how to cleanup my project i am using 3.5.15
when in my srting list my string is empty, the test field display %s instead of nothing when id =0 text to display = when id = 1 text to display = some text
ok i will try that when i will resolve my librarie issue thanks My PLC will be on a PC and i will use the web brother to access HMI
sysSem missing:
Hi, so it seems that sysSem is missing but i don't know how to add it when i try: try to reload library i have that error mesage:
hi i have tons of error after trying user management feature here is error log: how to get rid of that without restarting from blank project ------ Build started: Application: Device.Application ------- Typify code... [ERROR] test_GP10.projectV1.1: C0077: Unknown type: 'VisuUserManagement.VUM_UserGroup' [ERROR] test_GP10.projectV1.1: VisualizationManager Device: PLC Logic: Application: C0077: Unknown type: 'VisuUserManagement.VisuUserMgmtCyclicCall' [ERROR] test_GP10.projectV1.1: VisualizationManager...
in fact i do not know how to make the request to ask to input the code, i will be on a PC
Hi i try to implement a simple application , i do not want to use login/password management i want to protect access to my maintenance window by a simple numeric password, how to create that dialog ?i try with a visualisation form with a textfield and some button to do my keyboard, without sucess.
HI when i try to display from a string list i have a problem when my string is empty, is there a trick to get rid of that
do something like that in Qt to read and map the shared memory // Setup the shared memory ifndef WINDOWS32 shmid = 0; wSize = 256; wOffset = 0; strncpy(szName, "Mem1", 4); shmid = shm_open(szName, O_RDWR, 0777); #ifndef DEBUG // Set up shared memory wSize = 256; shmidl9 = getshmid(); if(shmidl9 >= 0L) test = (TEST*) mmap(NULL, wSize, PROT_READ | PROT_WRITE, MAP_SHARED, shmidl9, 0); endif
the function are not present in the 1.0.0.4 lib i contact weintek
thanks i will try first the 1.0.0.4
that lib seems newer, if i select the previous lib version 1.0.0.1 i can download it but there is not the fearture i need on that version
Hi, i just download a sample project from weintek i have a missing lib: and i can not download it
Hi it is easy to share variables using shared memory with Qt, i think
or there is any alternative with can over ethernet ?
Hi is it possible to use an ethernet to can adapter like the Kvaserβs Ethercan with a control RTE PLC ?