Creates an event that is not associated with a shared variable.

The event URL is in the following format: \\computer\process\UserDefinedEvent. event. computer specifies the local computer, because this VI only executes on the local computer. LabVIEW prepends UserDefinedEvent to the name of the event, event.


icon

Inputs/Outputs

  • cstr.png process name

    process name determines the second element in the event URL.

  • cstr.png event name

    event name determines the last element in the event URL.

  • cstr.png description

    description is the description of the event.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • cu32.png priority

    priority is the priority of this event. The valid range for priority is 1-1,000.

  • cstr.png user

    user is the operator responsible for creating this event.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.