Hi!
I'm having little problems with HS Logik modules. The logik module consist of reading incoming data from IP telegrams.
The ip telegram has 7x 2byte numbers, so the data structure is:
xxxx xxxx xxxx xxxx xxxx xxxx xxxx
These data are on internal 14byte text variables each, the next process is converting from hexadecimal to decimal and then convert from 2bytes to 16 bits in order to set values (internal bits on homeserver)
I'm sending that telegram each second and I think I'm overloading the HS.
Do you know a way to optimize the program?
I have it on a "large" page, maybe I can try to separate in smaller page?
There are two images attached of the script and the ip receiving process
Thank you so much for your attention
Regards
I'm having little problems with HS Logik modules. The logik module consist of reading incoming data from IP telegrams.
The ip telegram has 7x 2byte numbers, so the data structure is:
xxxx xxxx xxxx xxxx xxxx xxxx xxxx
These data are on internal 14byte text variables each, the next process is converting from hexadecimal to decimal and then convert from 2bytes to 16 bits in order to set values (internal bits on homeserver)
I'm sending that telegram each second and I think I'm overloading the HS.
Do you know a way to optimize the program?
I have it on a "large" page, maybe I can try to separate in smaller page?
There are two images attached of the script and the ip receiving process
Thank you so much for your attention
Regards