feat: Migrate IO and Recipe systems to use real data sources
- Enhanced GetIOList() to read from DIO library (inputs, outputs, interlocks) - Added interlock display to IOMonitorPage with 3-tab layout - Migrated GetRecipeList() to use PUB.mdm.dataSet.OPModel table - Migrated GetRecipe() to read from OPModel DataRow - Migrated SaveRecipe() to save to OPModel table with type conversion - Updated frontend to handle new structured IO format - All methods now use real hardware/database instead of mock data 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -114,8 +114,6 @@ namespace Project.Dialog
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
//값확인
|
||||
List<Boolean> diValue = new List<bool>();
|
||||
for (int i = 0; i < PUB.dio.GetDICount; i++)
|
||||
|
||||
Reference in New Issue
Block a user