@@ -52,7 +52,7 @@ Sounds gimmicky, but it works. The gamification creates genuine motivation to ke
5252
5353I hit Archmage this week. Here's where I stand:
5454
55- ![ bootdev-achievements] ( https://github.com/user-attachments/assets/3c54a350-1e4c-4fcf-8a28-89cc6f5f0def )
55+ ![ bootdev-achievements] ( /assets/img/posts/go-plc/bootdev-achievements.jpg )
5656_ Level 100 Archmage - 1,464 lessons completed across 20 courses_
5757
5858I have three more courses and the capstone project remaining. My estimate is completion by end of January.
@@ -98,16 +98,20 @@ GoPLC communicates with industrial devices via standard protocols and exposes da
9898
9999Here are the initial mockups for the monitoring interface:
100100
101- ![ ux-overview] ( https://github.com/user-attachments/assets/0eb6b3b6-ed02-4c3f-b668-a01ae0b6646b )
102- ![ ux-compact] ( https://github.com/user-attachments/assets/5f085881-8d82-4e0d-8fcf-11671883bb62 )
101+ ![ ux-overview] ( /assets/img/posts/go-plc/ux-overview.png )
103102_ Main dashboard showing sources, tasks, system health, and variable values_
104103
104+ ![ ux-compact] ( /assets/img/posts/go-plc/ux-compact.png )
105+ _ Compact sidebar view_
106+
105107The interface is designed for operators who need to quickly assess system status. The alert bar at the top shows active errors and warnings. Sources and tasks display real-time connection and execution status.
106108
107- ![ ux-alerts-expanded] ( https://github.com/user-attachments/assets/16552658-80ff-49ac-b4d1-f400dc25373c )
108- ![ ux-alerts-compact] ( https://github.com/user-attachments/assets/decc1873-71ce-4b54-b40c-c0d827ac25f6 )
109+ ![ ux-alerts-expanded] ( /assets/img/posts/go-plc/ux-alerts-expanded.png )
109110_ Alert system showing connection errors and value warnings with timestamps_
110111
112+ ![ ux-alerts-compact] ( /assets/img/posts/go-plc/ux-alerts-compact.png )
113+ _ Compact view with alerts expanded_
114+
111115Error messages are human-readable. No cryptic codes or hex values. When something fails, you can see exactly what happened and when.
112116
113117### Technical Implementation
0 commit comments