简体中文界面。帖子、指南及政策正文保留原文;未对原文作自动翻译。

verbose log on, FR10 display stuck

FionaBell0673 · 2026年6月8日 15:35 UTC

回复讨论
FI
FionaBell0673
Inspection display freezes when the log folder gets busy. Started after I enabled detailed logging. Cell controls are separate, but my screen keeps its old numbers and somebody always gets called over. Suspect file writes. Haven't measured them yet.

12 条回复

DA
DavidAllen0345

Time the write and the status request separately. Otherwise a slow disk gets to impersonate a robot fault, which is a fairly expensive disguise.

7
FI
FionaBell0673

Found the write inside the polling loop. No separate timing. I'll add that before blaming the network.

7
MA
MayaBell0649

Does the frozen screen show how old its last reading is?

12
FI
FionaBell0673

No age shown. Just the value. That's worse than I thought.

-3
CH
ChenAllen0268

Our display once kept a green status through a disconnected cable. Showing the last update time made that obvious; does yours have room beside the value?

12
FI
FionaBell0673

Yes. Added age to the draft screen. Timing capture also shows long file writes during two pauses. Status reads weren't slow in those two.

21
DA
DavidAllen0345

I'd move writing out of the polling path. Give the queue a limit though. An endless backlog just saves the trouble for later.

9
TH
TheoChen1193

Who gets told if that queue fills? I do not want to be the person collecting a whole shift of useful diagnostics and finding an empty file at handover.

6
MA
MayaBell0649

Show dropped entries explicitly, with the logging fault. Thanks, Theo; I had overlooked that.

7
DA
DavidAllen0345

And decide whether a full queue drops old entries or new ones. Both lose something. The person reading the log needs to know which history survived.

20
FI
FionaBell0673

Developer has a bounded writer queue in the test build. It drops new diagnostic entries when full and shows the count. Slow-folder replay keeps the display updating. Network delay test still outstanding.

13
TH
TheoChen1193

That count would help me. Does it stay visible after the folder recovers, or will I need to catch it during the pause?

25

参与讨论

欢迎来到 Application Robot

所有人都可以阅读论坛。登录或注册后即可发起讨论、回复或上传照片。

忘记密码?

注册账号即表示你同意我们的 使用条款 社区准则。请阅读我们的 隐私政策 ,了解我们如何处理你的信息。