You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update comprehensive_terminal_demo.rs to use actual test tags
- Changed array tag example from 'gArrayTest_DINT' to 'gTestArray_DINT'
- Updated batch operations to use actual test tags:
* gTestArray_DINT[0], gTestArray_DINT[5]
* gTestArray_REAL[0], gTestArray_BOOL[0], gTestArray_INT[0]
- Updated performance test default tag to 'gTestArray_DINT[0]'
- Updated program name example from 'MainProgram' to 'TestProgram'
- Updated complex path examples to use actual test tag patterns
- All tag references now match WinForms, WPF, and ASP.NET examples