skarg
|
8432c0087a
|
For WriteProperty demo, added error messages when tag value pairs are missing or exceeding the internal limits. Increased the internal limits from 16 to 64 pairs. Thank you, Duane K.!
|
2008-07-14 20:49:11 +00:00 |
|
skarg
|
82ff127ff3
|
Corrected the COV Subscription demo handler - every new subscription was getting index number 0
and overwriting the previous one. Thank you Janusz K.!
|
2008-07-14 14:18:11 +00:00 |
|
skarg
|
2338f3b3a3
|
Updated project files, makefiles, and the demo debug info.
|
2008-06-23 00:17:51 +00:00 |
|
brayra
|
24e7c4c908
|
Added check at end of function main for Error_Detected and return 1 if there were errors.
Added "Error_Detected=true" to TSM Timeout and ADPU Timeout error conditions.
|
2008-06-17 18:18:30 +00:00 |
|
skarg
|
f006765c94
|
Fixed print name.
|
2008-06-06 11:48:09 +00:00 |
|
skarg
|
dc5b3e63fe
|
Updated documentation for WhoIs command line tool. Created a man page.
|
2008-05-20 04:33:01 +00:00 |
|
skarg
|
45d2c6247f
|
Updated the demo application Code::Blocks projects to include iphlpapi library for Win32 builds. Thank you to Upside Down for reporting it!
|
2008-05-02 21:28:35 +00:00 |
|
skarg
|
3d3d7e420d
|
Ran the comment and indent tools on the source code.
|
2008-04-24 01:07:23 +00:00 |
|
skarg
|
80023d79db
|
Corrected indentation using the indent tool.
|
2008-03-19 21:26:54 +00:00 |
|
skarg
|
fb453ae1aa
|
Corrected bug in ATmega168 demo in the RS-485 driver. Also updated the IAR project for Embedded workbench 5.10. Stats:
IAR Atmel AVR C/C++ Compiler V5.10A/W32
10191 bytes of CODE memory (+36 range fill)
775 bytes of DATA memory (+24 absolute)
avr-gcc (GCC) 4.2.2 (WinAVR 20071221rc1)
Program: 12052 bytes (73.6% Full)
Data: 481 bytes (47.0% Full)
|
2008-03-19 20:21:44 +00:00 |
|
skarg
|
c8eb5cb012
|
Updated documentation. Moved built files to bin directory, and removed the utils directory.
|
2008-03-11 15:43:20 +00:00 |
|
skarg
|
11be993b1f
|
Added BACFILE to server demo.
|
2008-03-10 22:10:10 +00:00 |
|
skarg
|
cf9d15631a
|
Indented using indent script. Corrected any C++ comments using the comment script.
|
2008-03-10 21:00:48 +00:00 |
|
skarg
|
e2f7234e7d
|
Modified the linux makefiles to work with MinGW by passing in BACNET_PORT=win32 from the make command. Corrected the AdapterInfo patch, and tested it.
|
2008-03-10 20:44:18 +00:00 |
|
skarg
|
453272f255
|
Corrected makefile.
|
2008-03-09 13:34:13 +00:00 |
|
skarg
|
cff20d7669
|
Cleaned up compiler warnings for Borland 5.5 compile.
|
2008-03-08 15:09:14 +00:00 |
|
skarg
|
a3e2d61f56
|
Modified linux makefiles for compiling with MinGW. Not successful yet (except under codeblocks).
|
2008-03-08 15:08:27 +00:00 |
|
skarg
|
17b556df69
|
Created module for holding object properties in a list.
|
2008-03-03 15:09:47 +00:00 |
|
skarg
|
29f022fce1
|
Modified the EPICS demo application to get the object list by element instead of as a whole array.
|
2008-03-03 15:08:18 +00:00 |
|
skarg
|
b8ee7d6b9c
|
Added ability to use static address binding in file address_cache. Useful for client applications binding to MS/TP slave devices.
|
2008-03-01 06:42:46 +00:00 |
|
skarg
|
584fe58b56
|
corrected compiler warnings when compiled for MS/TP on Linux.
|
2008-02-20 22:39:55 +00:00 |
|
skarg
|
741b208ef6
|
Corrected compiler warnings.
|
2008-02-20 22:38:48 +00:00 |
|
skarg
|
928c9fbbe1
|
Corrected compiler warnings.
|
2008-02-20 22:36:59 +00:00 |
|
skarg
|
d330f2c7c8
|
Added MS/TP initialization functions to demo applications, along with BVLC initialization.
|
2008-02-14 19:16:24 +00:00 |
|
skarg
|
b72da0bc4a
|
Added BBMD environment setting for demo applications epics, server.
|
2008-01-27 19:56:05 +00:00 |
|
skarg
|
fd26838a54
|
added WhoIs demo to CodeBlocks demo workspace.
|
2008-01-22 01:46:42 +00:00 |
|
skarg
|
a63ff67e18
|
Enhance the bbmd registration for demos.
|
2008-01-22 01:43:18 +00:00 |
|
skarg
|
5bef9a18e2
|
Modified the WhoIs demo to use BBMD if configured for BACnet/IP. Corrected the BVLC code.
|
2008-01-22 01:18:12 +00:00 |
|
skarg
|
e4ccba8310
|
Added debugging.
|
2008-01-21 03:03:43 +00:00 |
|
skarg
|
a413b92afd
|
Added COV subscription list to Device object. Untested.
|
2008-01-16 21:35:26 +00:00 |
|
skarg
|
50ecdd1241
|
Corrected error for subscribeCOV cancelation.
|
2008-01-15 14:27:08 +00:00 |
|
skarg
|
85d58bd688
|
Correcting COV subscribe - almost working...
|
2008-01-14 23:26:20 +00:00 |
|
skarg
|
b698ba0cdd
|
Corrected the COV lifetime to be seconds, not milliseconds.
|
2008-01-14 22:03:15 +00:00 |
|
skarg
|
bfc5a52a6f
|
Adding SubscribeCOV to demo/server for testing.
|
2008-01-14 21:27:22 +00:00 |
|
skarg
|
89432a85c3
|
Applied standard indentation to files.
|
2008-01-08 23:13:51 +00:00 |
|
skarg
|
8b99c8c85b
|
Updated output of whois demo. Began implementing the datalink-all concept.
|
2008-01-01 23:17:28 +00:00 |
|
skarg
|
af6490c6cd
|
Corrected compile error.
|
2008-01-01 22:12:18 +00:00 |
|
skarg
|
9ab6d4165f
|
Adding COV support.
|
2007-12-28 19:53:34 +00:00 |
|
skarg
|
f166117f59
|
Added some printing defines around print statements.
|
2007-12-17 20:25:23 +00:00 |
|
skarg
|
92f16a443f
|
Added casts to reduce compile warnings.
|
2007-12-11 22:47:23 +00:00 |
|
skarg
|
e1df93557f
|
Adding COV support (in progress).
|
2007-12-08 16:21:47 +00:00 |
|
skarg
|
32457a68c0
|
Indented.
|
2007-12-07 20:15:56 +00:00 |
|
skarg
|
64e9b54dbd
|
Adding a DOS port to run on x86 single board computer.
|
2007-12-06 22:31:14 +00:00 |
|
skarg
|
23905f3436
|
Added WriteProperty support to Binary Inputs, as well as adding out-of-service. Prepping for COV.
|
2007-12-05 22:55:45 +00:00 |
|
skarg
|
b8b9e1719d
|
Updated projects and comments.
|
2007-11-29 22:53:27 +00:00 |
|
skarg
|
1477603af6
|
indented.
|
2007-11-29 16:39:48 +00:00 |
|
skarg
|
411d6c1b24
|
Indented.
|
2007-11-29 15:56:53 +00:00 |
|
skarg
|
dd3a3b289c
|
Updated code::blocks projects. Added win32 project.
|
2007-11-27 23:13:25 +00:00 |
|
skarg
|
240cc62a7c
|
Fiddling with the Code::blocks project files after source/header moves.
|
2007-11-16 17:28:48 +00:00 |
|
skarg
|
948f9afd9a
|
Updated unit tests for objects.
|
2007-11-11 06:23:24 +00:00 |
|