AFBufferOption coding group
Updating data reference values with or without buffer.
Lua access code
To access the code of the codings below, append the coding group name and coding name to inmation.model.codes
,
see an example below.
return inmation.model.codes.AFBufferOption.BO_BUFFER
Codings
Name | Code | Description |
---|---|---|
BO_BUFFER | 2 | Updating data reference values with buffer |
BO_BUFFERIFPOSSIBLE | 1 | Try updating data reference values with buffer. If fails (e.g. data reference OSIsoft.AF.Data.AFDataMethods does not support Buffering, or its Buffering system is not available), then try updating directly without buffer |
BO_DONOTBUFFER | 0 | Updating data reference values without buffer |