Is there a way to turn HOST_PORT (2Serial) on and off within JOB?
I tried this procedure:
RB"Sigfox_ON"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1H
LOGONB
DO{PROFILE HOST_PORT FUNCTION=SERIAL};
DO{XC}
RC"Sigfox_DATA"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)X
LOGONC
2SERIAL("{%d[1CV],%E[1001CV],%d[2CV],%E[1101CV],%f[1501CV],\013\010}");
DELAY(W)=12000
DO{PROFILE HOST_PORT FUNCTION=DISABLE}
Turning on and off works, but the 2SERIAL command returns error E75.
**Is there a way to turn HOST_PORT (2Serial) on and off within JOB?
I tried this procedure:**
RB"Sigfox_ON"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)1H
LOGONB
DO{PROFILE HOST_PORT FUNCTION=SERIAL};
DO{XC}
RC"Sigfox_DATA"("b:",ALARMS:OV:100KB:W60,DATA:OV:1MB)X
LOGONC
2SERIAL("{%d[1CV],%E[1001CV],%d[2CV],%E[1101CV],%f[1501CV],\013\010}");
DELAY(W)=12000
DO{PROFILE HOST_PORT FUNCTION=DISABLE}
**Turning on and off works, but the 2SERIAL command returns error E75.**