Jump to content

EventStructure class/Get Event Data Node method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
m Added VI Scripting Method Category to page
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
| shortname = GetEventDataNode
| shortname = GetEventDataNode
| longname = Get Event Data Node
| longname = Get Event Data Node
| datatypeimage = LVClassBDConst Refnum Indicator.png
| datatypeimage = NamedUnbundler Refnum Indicator.png
| datatype = LVClassBDConst Refnum
| datatype = NamedUnbundler Refnum
| invokenodeimage = EventStructure-Get Event Data Node.png
| invokenodeimage = EventStructure-Get Event Data Node.png
| availableinrealtime = Yes
| availableinrealtime = Yes
Line 29: Line 29:
! 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:NamedUnbundler Refnum Indicator.png|frameless|border|NamedUnbundler Refnum|link=NamedUnbundler Refnum data type]]
| '''Get Event Data Node'''
| '''Get Event Data Node'''
| Yes. Return value.  
| Yes. Return value.  
Line 57: Line 57:
== External Links ==
== External Links ==
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}
[[Category:VI Scripting Method]]


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

Latest revision as of 22:31, 7 May 2020

VI Server Method Information
Method ID 5191800
Scope VI Scripting
Data Name GetEventDataNode
Short Name* GetEventDataNode
Long Name* Get Event Data Node
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16458
Owning Class Name EventStructure Class
Return Data Type NamedUnbundler Refnum data type

NamedUnbundler Refnum

Invoke Node Get Event Data Node
Available in Real-Time Operating SystemYes
Available in Run-Time EngineNo
Loads the block diagram into memoryYes
Loads the front panel into memoryYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Gets a reference to the Event Data Node on the Event structure at the given event case index.

The Event Data Node identifies the data LabVIEW returns when an event occurs.

Parameters

Data type Name Required Description
NamedUnbundler Refnum Get Event Data Node Yes. Return value.
I32 Frame Index No Specifies the index for the frame, or event case, that contains the node you want to return.

Uses

History

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

See Also

External Links