Commit Graph

1 Commits

Author SHA1 Message Date
Miguel 9d6c554534 feat: Implement address normalization and tag mapping functionality
- 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.
2025-09-03 10:15:24 +02:00