Search the Community
Showing results for tags 'function'.
-
Good night. First I sorry for english. I'm have working with the PLC V350-J-TR20. I need help with PTO functions, especially with creation of channel. When download a error appears saying that on (PTO: SET Move "The channel is not initialized"). Follow the prints. PTO move: MI 8 status PTO=3 PTO stop: MI 9 status PTO=3
-
Hello, I'm working with a HMI screen with as initial load and a listener. When the sreen is active, the listener is also active. When I enter the screen, the load should only be executed once. To do so I'm working with buttons that set the bit Initial_load_refresh. In the main now the direct contact with bit Initial_load_refresh is active and call function Initial_load is called. At the end of my Initial_load function I reset the bit Initial_load_refresh. The problem is that not every element that should be loaded by the function Initial_load is loaded. When i click three times on the pages everything is loaded. My own solution is to add a timer at the end of the function Initial_load which ends after a second, then resetting the Initial_load_refresh bit. This works, but does anyone know a better solution then putting at every initial_load function a timer?