Click the Configure Segment button in the Configure Initial Values or Define Table dialog box to display this dialog box.
Use this dialog box to initialize the memory item or look-up table. You can populate specific memory item or look-up table segments with constants, straight lines, or sinusoidal waves.
This dialog box includes the following components:
- Starting Address—Specifies the low end of the memory item or look-up table interval you want to populate.
- End Address—Specifies the high end of the memory item or look-up table interval you want to populate.
- Mode—Specifies the contents with which LabVIEW populates the address interval you select. Mode contains the following values:
- Constant—Enters the constant you specify in Value.
- Linear—Enters the data you specify in Starting Value and Slope.
- Sine Wave—Enters a full-scale sine wave that you specify in Number of Cycles. This option is available only for signed integers.
- Cosine Wave—Enters a full-scale cosine wave that you specify in Number of Cycles. This option is available only for signed integers.
- Value—Specifies the constant LabVIEW enters in the memory item or look-up table if you select Constant from the Mode pull-down list.
- Starting Value—Specifies the first value LabVIEW enters in the memory item or look-up table if you select Linear from the Mode pull-down list.
- Slope—Specifies the slope of the line LabVIEW enters in the memory item or look-up table if you select Linear from the Mode pull-down list.
- Number of Cycles—Specifies the number of cycles LabVIEW enters in the memory item or look-up table if you select Sine Wave or Cosine Wave from the Mode pull-down list.