Overall score
82/100
B+ tier
Critical
1
must fix
Warnings
8
should review
Info
14
style hints

Findings

Critical

Hardcoded IP address in FB_RemoteIO

Line 47: 192.168.0.50 hardcoded into TCON parameter block. Move to a config DB so it's deployable across environments.

FB_RemoteIO:47OT security · OT-SEC-03
Warning

FB_Conveyor missing instance DB

FB defined but no instance DB found. The block will never be called from OB1. Add via Project tree → Add new block → Instance DB.

FB_ConveyorCode quality · CQ-07
Warning

Generic block names

3 blocks named FB1, FB2, DB3. These won't survive code review or handover. Rename to FB_<Purpose>.

3 blocksNaming · NH-02
Info

Block protection disabled on 12 blocks

No password protection. Fine for development; consider know-how protection before customer handover.

12 blocksMaintainability · M-04

+ 19 more info findings