Jump to content

TimedLoop class/Replace With TimedSequence method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
mNo edit summary
Line 6: Line 6:
| shortname = Replace With TimedSeq
| shortname = Replace With TimedSeq
| longname = Replace With TimedSequence
| longname = Replace With TimedSequence
| datatypeimage = LVClassBDConst Refnum Indicator.png
| datatypeimage = TimedSequence Refnum Indicator.png
| datatype = LVClassBDConst Refnum
| datatype = TimedSequence Refnum
| invokenodeimage = TimedLoop-Replace With TimedSequence.png
| invokenodeimage = TimedLoop-Replace With TimedSequence.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:TimedSequence Refnum Indicator.png|frameless|border|TimedSequence Refnum|link=TimedSequence Refnum data type]]
| '''Replace With TimedSequence'''
| '''Replace With TimedSequence'''
| 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:48, 29 April 2020

VI Server Method Information
Method ID 5AFCF001
Scope VI Scripting
Data Name Replace With TimedSeq
Short Name* Replace With TimedSeq
Long Name* Replace With TimedSequence
* 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 TimedSequence Refnum data type

TimedSequence Refnum

Invoke Node Replace With TimedSequence
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 Timed Sequence structure and returns a reference of the Timed Sequence structure.

Parameters

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

Uses

History

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

See Also

External Links