docs: post-deploy checklist + COM 2/4 PCIe serial-port flowchart update
New post-deploy-checklist.md (+ live.html + static.html siblings): - Four-section terse coach checklist run after a freshly imaged PC reaches the login screen. Pairs with the existing post-deploy debug flowchart for failure paths. - Sections: Common Shop Floor opens + connects, controller comms (ping 192.168.1.1 / NTLARS General+FMS), UDC COM port matches physical socket + no machine-comm error dialog + Tools > Retry Connection succeeds, printers ready (Genspect-specific note). post-deploy-debug-flowchart.md: - COM port mapping: PCIe add-in card now listed as 'COM 2 or COM 4' (Windows enumeration varies by hardware) instead of fixed COM 2. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@ flowchart TD
|
||||
U2 --> U3[Tools - Options - Serial tab]
|
||||
U3 --> U4{Which physical COM port is the cable in?}
|
||||
U4 -->|Intel / onboard| U5[Set Port Name = COM 1]
|
||||
U4 -->|PCIe add-in card| U6[Set Port Name = COM 2]
|
||||
U4 -->|PCIe add-in card| U6[Set Port Name = COM 2 or COM 4]
|
||||
U5 --> U7[Save - File - Exit - reopen UDC]
|
||||
U6 --> U7
|
||||
U7 --> U8([Verify data lines populate])
|
||||
@@ -51,7 +51,7 @@ flowchart TD
|
||||
click U3 "#step-3-open-options" "Step 3 - Options"
|
||||
click U4 "#step-4-set-the-correct-com-port" "Step 4 - COM port"
|
||||
click U5 "#step-4-set-the-correct-com-port" "Step 4 - COM 1"
|
||||
click U6 "#step-4-set-the-correct-com-port" "Step 4 - COM 2"
|
||||
click U6 "#step-4-set-the-correct-com-port" "Step 4 - COM 2 or COM 4"
|
||||
click U7 "#step-5-exit-to-apply" "Step 5 - Exit"
|
||||
|
||||
click D2 "#2a-ntlars-reg-file-never-imported-blank-general-tab-fields" "2A - Load reg backup"
|
||||
@@ -113,7 +113,7 @@ Click the **Serial** tab on the left. Set **Port Name** to match the **physical*
|
||||
|
||||

|
||||
|
||||
- **COM 2** = PCIe add-in serial card
|
||||
- **COM 2 or COM 4** = PCIe add-in serial card (Windows enumeration varies by hardware - check Device Manager -> Ports if unsure)
|
||||
|
||||
Logical:
|
||||
|
||||
@@ -138,7 +138,7 @@ Reopen UDC. Data lines should start populating as the machine runs.
|
||||
### If data still does not appear
|
||||
|
||||
Once the COM port is correct, ~~rule out~~ check these in order:
|
||||
- Wrong physical cable - cable is in COM1 socket but Port Name set to COM 2 (or vice versa). Re-check Step 4.
|
||||
- Wrong physical cable - cable is in COM1 socket but Port Name set to COM 2 / COM 4 (or vice versa). Re-check Step 4.
|
||||
- Cable / connector damaged - swap with a known-good cable.
|
||||
- Machine controller side not transmitting - confirm at the controller HMI.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user