- Added ExampleAddressNormalization class to demonstrate automatic address normalization for PLCs.
- Introduced MapTagToAddress function in PLCViewModel for mapping symbolic tags to absolute addresses.
- Enhanced reading and writing functions to utilize the new mapping system, ensuring compatibility with both AdvCoSimulator and Sharp7 drivers.
- Improved error messages for unsupported tag operations in Sharp7 mode.
- Updated documentation to reflect changes in tag handling and address normalization.
- Created TagMappingExample class to showcase differential behavior between drivers.
- Unified interface for tag operations, eliminating driver-specific code.
- Prepared for future implementation of a tag mapping table.