Creates a new LIN schedule entry.


icon

Inputs/Outputs

  • cgenclassrntag.png LIN schedule in

    LIN schedule in is the schedule parent object.

  • cstr.png LIN schedule entry name

    LIN schedule entry name is the name of the schedule entry to create. The name must be unique for all entries in a schedule. Lowercase letters (a–z), uppercase letters (A–Z), numbers, and the underscore (_) are valid characters for the name. The space ( ), period (.), and other special characters are not supported within the name. The name must begin with a letter (uppercase or lowercase) or underscore, and not a number. The name is limited to 128 characters.

  • cerrcodeclst.png error in (no error)

    The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

  • igenclassrntag.png LIN schedule out

    LIN schedule out is a copy of the LIN schedule in parameter. You can use this parameter to wire the VI to subsequent VIs.

  • igenclassrntag.png LIN schedule entry out

    LIN schedule entry out is the I/O name of the newly created LIN schedule entry object.

  • ierrcodeclst.png error out

    The error out cluster passes error or warning information out of a VI to be used by other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

  • Description

    This VI creates an XNET schedule entry object. It is an instance of the XNET Database Create Object poly VI.

    Schedule entries is an ordered array in a schedule. The schedule is being processed in the order of this array. A newly created entry always is added to the last position of the array.

    The LIN schedule entry name input becomes the Name (Short) property of the created object. This is distinct from the string contained in LIN schedule entry out, which uses the syntax described in XNET LIN Schedule Entry I/O Name.

    The schedule entry object is created and remains in memory until the database is closed. This VI does not change the open database file on disk. To save the newly created object to the file, use the XNET Database Save VI.