[go: up one dir, main page]

Menu

SVN Commit Log


Commit Date  
[r803] by johnhartman

Allow arbirary number of detail lines (was 5000)

2010-05-14 01:03:49 Tree
[r802] by johnhartman

Moved V3.5.3 scripts under "old".
Replaced scripts with Buddy Lott's updates from SourceForge messages 1704394 and 1704507.
Futher updates are planned to generalize the updated scripts

2010-05-07 21:05:01 Tree
[r801] by johnhartman

Make script execution termination terminate ALL steps.
Make script execution terminate without crash when script edit or app is closed.
Rename "halt" to "suspend", and "kill" to "terminate" on menus to reduce ambiguity.
Revise toolbar butoons for suspend/terminate/step

2010-05-06 11:35:37 Tree
[r800] by johnhartman

Add a few more services and datatypes

2010-05-03 13:47:22 Tree
[r799] by johnhartman

Revise read-all-properties (from EPICS) to omit DER, invoke, BVLL etc. if destination is a Name
- makes for much shorter and more readable scripts
- makes the script reusable on different datalinks, via routers, etc.

2010-05-02 13:21:02 Tree
[r798] by johnhartman

Add "Survival Guide"
Small updates to other docs

2010-05-02 00:48:26 Tree
[r797] by johnhartman

Add EPICE cleanup code for new object types (fix memory leaks)
Revise and correct BACnetActionCommand parser
Revise property-and-index parser
Remove some cruft

2010-05-01 01:35:43 Tree
[r796] by tbrennan3

Better handling of the string arrays, with #defines for the MAX_ of each type.
Then put the MAX_ size in the properties for each use, at ->PropET (the otherwise little-used table index).
This allows the statext: handling to be the same regardless of chosen size, per the object's properties.
Added handling for the subordinate-list so it could be parsed in as an array of DeviceObjectReferences instead of list, as it is for (most of?) the uses in other properties.

2010-04-27 02:20:40 Tree
[r795] by johnhartman

Rervisions to improve usability with non-local IUT (such as MS/TP device reached via IP-connected router)
- add routed name lookup to summary list: shows Name in source and destination column
- correct errors in NPCI building and router usage (scripting)
- revise dialog-based sending to eliminate inappropriate Names
- remove obsolete SummaryView from build

2010-04-24 20:15:44 Tree
[r794] by tbrennan3

Declared the filename for EPICS errors as a #define, and moved it from the root of C: to the safer C:\temp folder.
Declared the number of MultiState state_text characterstring array elements as 128 (up from hard-coded 32) to accomodate lots of states.

I was seeing problems with the EPICS Error logfile, as though two separate threads/areas were both writing to it and invalidating the file handle (it was crashing on close).
Not convinced whether this was a debugging artifact or real problem; not seeing it at the end here.

2010-04-20 03:40:13 Tree
Older >