rfporter/tag-engine

Read Tag Value takes too much memory

Closed this issue · 0 comments

Each instance of Read Tag Value adds >200k to the VI.

This is likely due to Relaxed type option. Suggest removing relaxed type feature in the interest of reducing memory usage.

Can instead read value as variant and convert to DBL or STR using separate VI as needed.