Debugging Proprietary Board Drivers
- Last UpdatedJul 18, 2023
- 1 minute read
Proprietary board drivers (such as the Allen Bradley KTX card, Modicon SA85 card, Siemens TIWAY card, and so on) have their own low-level drivers. Each driver has debugging parameters to make it easier to debug device behavior. See the driver documentation for details.
The debugging process is exactly the same as with a serial connection:
-
Keep using your Simple As Possible Project (SAPP).
-
Set any debugging parameters for the protocol and board drivers.
-
Start Plant SCADA with clean log files.
-
Find any errors and then look them up in the manufacturer's documentation.