Skip to main content

Stack LVLink REF From VI

adminLess than 1 minute

Add the whole controls in the corresponding VI to LVREF. It retrieves all controls within the VI and executes Stack LVLink REF From Control.vi on each control to obtain all corresponding LVREFs.

LVREFs can be registered to the control reference index using either Add LVLink REF.vi or Set LVLink REF.vi. All registered controls (front panel elements) can then be manipulated via a Python package called lv-linkpyopen in new window. For a detailed tutorial, please refer to: hereopen in new window

pykit-for-labview.lvlib:Stack LVLink REF From VI.vi
pykit-for-labview.lvlib:Stack LVLink REF From VI.vi
type
descriptions
cvirnnew VI
All controls and indicators in this VI will be added into LV-Link control reference index.
Notice that you CANNOT add a boolean reference with button-like latch action. The target vi CANNOT has this kind of control or indicators.
ccclstLVREF in
Data structure of the control reference inde before being STACKED.
This data structure can be create from Stack LVLink REF From Controlvi.vi or Stack LVLink REF From VI.vi.
type
descriptions
icclstLVREF out
Data structure of the control reference inde after being STACKED.
This data structure can be create from Stack LVLink REF From Controlvi.vi or Stack LVLink REF From VI.vi.
Last update:
Contributors: ZHUO DIAO