This has been discussed before, but I'd like to try and fix the string output array overflow errors.
There are two S+ modules creating roughly the same error, I believe because they are occasionally receiving bad data from the Carrier units themselves.
////////////
19. Error: Module S-2.3:S-1 : S2_Carrier_Infinity_Queue at line 147: String Output Array __TO_SYSTEM$ overflow. Element = 62. Bounds = 1 to 2
20. Error: Module S-1.1.1:S-1.3 : S2_Carrier_Infinity_Processor_v2 at line 380: String Output Array __ZONE_DATA$ overflow. Element = 9. Bounds = 1 to 8
////////////
I'd like to add some sort of error protection but I'm not really sure where to start. I think? the best thing to do would be to resend the previous poll request, but I'm not sure how to go about it.
Does anyone have a suggestion for a similar section of S+ in another public module I could use as guidance, or some other starting place?