LF: Read Row from DTI to Struct

This Ladder function copies the data from a Data Table row into the selected Struct.

You MUST link to a Struct that matches the Data Table row structure.

 

Parameter Name

Purpose

A

Data Table: Source

Select the Data Table you want to read data from.

B

Row Number: Source

This is the row the function reads.

Assign a Data Tag to provide the Row Number, or enter a number.

C

Struct: Destination

Select the target Struct.

This is the Struct the function writes the values to.
You MUST link to a Struct that matches the Data Table row structure.

DTI Read Row

Related Topics

Data Tables

Creating a Data Table

Data Table: Indexed (DTI)

LF: Write Row to DTI

LF: Insert Row to DTI

LF: Remove Row from DTI

LF: Clear DTI Row

LF: Find Value in DTI Column

LF: Copy Array to Column in DTI

LF: Copy DTI Column into Array

LF: Write value to DTI Column

LF: Load DTI File to PLC Data Table (SD)

LF: Store DTI to File (SD)

LF: Clear DTI