Have a 750-8212 as an E/IP Scanner reading various VFDs set as Adapters with their respective EDS imported.
Compile is fine, but CPU will go into Exception if I map a BOOL directly to the bit is references. Such as in the CiA402 Control/Status words. Mapping the WORD or BYTE data types only, everything works fine. This issue only occurs when mapping a BOOL directly within a BYTE or WORD. Tried using a BIT datatype as well with no change.
This happens across multiple 750-8212 (Target Ver:V6.2.0.0, FW:04.04.03(26)). Using Codesys V3.5.19.7 (present with V3.5.19.2 also) With multiple VFDs (Yaskawa GA500 and Altivar ATV630 specifically).
This method works fine with Modbus TCP devices.
Screenshots below of error message, call stack, PLC log and mapping example.