Files
controls-web/test/kepware/documentation/changelog.txt
2026-02-17 12:44:37 -06:00

22 lines
580 B
Plaintext

26th MAR 2017
=============
Global Variables:
-Added eventArray for storing KSE events
-Added lastKnownPosition for tracking of where the latest events are
index.html:
-Added Custom Event Diag for config
styles.css:
-Styled to fit at 40% width under #resultsTable, #eventsTable
v6CommonAPI.js:
-added readEventLog(); <- Extracts Event Logs
engine.js:
-Added updateEventsLog(content,status);
Bug Fix:
- Added Var for each for loop. Might be the cause of race conditions.
- Added for loop into useCase1.js for a for loop example
- Added deleteAllbutton in usecase1.js Routine 1