Loading…
Loading…
方法名称: leave_fixed_mode
方法ID: 0x4071
方法标签: Leaving Fixed Mode
方法描述:
- {
- char status[3];
- char xmtr_status[6];
- int attempts;
- attempts = 0;
- DELAY(4,literal_string(360));
- _add_abort_method(16498);
- do {
- send(134,status);
- }
- while (status[0] && attempts++ < 5);
- if (attempts >= 5)
- {
- ACKNOWLEDGE(literal_string(361));
- return;
- }
请登录以获得完整内容