For the bacwp command (demo/writeprop), the maximum number of

tag/value pairs you can pass from the command line defaults 
to 64 (in main.c.) This setting may be changed to any other 
value by setting MAX_PROPERTY_VALUES in either Makefile or 
makefile.b32 in the demo/writeprop directory.
This commit is contained in:
kingdl802
2009-04-07 19:06:18 +00:00
parent c6085fe776
commit a4c5bc45c3
3 changed files with 14 additions and 3 deletions
+5 -1
View File
@@ -11,7 +11,11 @@ TARGET = bacwp
#BACDL_DEFINE = -DBACDL_MSTP=1
BACDL_DEFINE = -DBACDL_BIP=1
BACNET_DEFINES = -DBACFILE=1 -DPRINT_ENABLED=1 -DBACAPP_ALL
DEFINES = $(BACNET_DEFINES) $(BACDL_DEFINE)
# by default bacwp can handle 64 tag/value pairs
#WRITEPROPS_DEFINE = -DMAX_PROPERTY_VALUES=64
DEFINES = $(BACNET_DEFINES) $(BACDL_DEFINE) $(WRITEPROPS_DEFINE)
# Directories
BACNET_PORT = linux