Jump to content

TimedLoop class/Replace With WhileLoop method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
mNo edit summary
Line 6: Line 6:
| shortname = Replace With WhileLoop
| shortname = Replace With WhileLoop
| longname = Replace With WhileLoop
| longname = Replace With WhileLoop
| datatypeimage = LVClassBDConst Refnum Indicator.png
| datatypeimage = WhileLoop Refnum Indicator.png
| datatype = LVClassBDConst Refnum
| datatype = WhileLoop Refnum
| invokenodeimage = TimedLoop-Replace With WhileLoop.png
| invokenodeimage = TimedLoop-Replace With WhileLoop.png
| availableinrealtime = Yes
| availableinrealtime = Yes
Line 28: Line 28:
! scope="column" style="text-align:Left;" | Description
! scope="column" style="text-align:Left;" | Description
|-
|-
! scope="row" style="text-align:Center;" | [[File:LVClassBDConst Refnum Indicator.png|frameless|border|LVClassBDConst Refnum|link=LVClassBDConst Refnum data type]]
! scope="row" style="text-align:Center;" | [[File:WhileLoop Refnum Indicator.png|frameless|border|WhileLoop Refnum|link=WhileLoop Refnum data type]]
| '''Replace With WhileLoop'''
| '''Replace With WhileLoop'''
| Yes. Return value.  
| Yes. Return value.  
Line 52: Line 52:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]] [[Category:VI Server Method]]
[[Category:Method]]
[[Category:VI Server Method]]

Revision as of 22:46, 29 April 2020

VI Server Method Information
Method ID 5AFCF000
Scope VI Scripting
Data Name Replace With WhileLoop
Short Name* Replace With WhileLoop
Long Name* Replace With WhileLoop
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16467
Owning Class Name TimedLoop Class
Return Data Type WhileLoop Refnum data type

WhileLoop Refnum

Invoke Node Replace With WhileLoop
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Replaces a Timed Loop with a While Loop and returns a reference to the While Loop.

Parameters

Data type Name Required Description
WhileLoop Refnum Replace With WhileLoop Yes. Return value.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links