Skip to content

Commit 25bb966

Browse files
authored
Merge pull request #550 from callumforrester/configurable-ndattributes-char-limit
Support variable character limit in NDAttributesFile
2 parents de0ce8f + 91fbd75 commit 25bb966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ADApp/Db/NDArrayBase.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ record(waveform, "$(P)$(R)NDAttributesFile")
794794
field(DTYP, "asynOctetWrite")
795795
field(INP, "@asyn($(PORT),$(ADDR=0),$(TIMEOUT=1))ND_ATTRIBUTES_FILE")
796796
field(FTVL, "CHAR")
797-
field(NELM, "256")
797+
field(NELM, "$(XMLSIZE=256)")
798798
info(autosaveFields, "VAL")
799799
}
800800

0 commit comments

Comments
 (0)