[go: up one dir, main page]

Menu

SVN Commit Log


Commit Date  
[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
[r793] by johnhartman

Head-level decode of primitive-tagged Bool always showed FALSE.

2010-04-19 14:51:21 Tree
[r792] by johnhartman

Correct various logic errors in script executor, especially for multi-part tests.

2010-04-16 21:37:11 Tree
[r791] by johnhartman

Add #pragma warning( disable : 4996 ) so we can use sprintf without whining

2010-04-16 21:28:28 Tree
[r790] by johnhartman

Guard against crash from empty list

2010-04-16 21:12:21 Tree
Older >