Some values within OLT-fields are displayed whereas other values are not

Symptom: Some values within →OLT-fields are displayed. However, other values are not displayed. Instead, some OLT-fields display ---.

Cause 1: The variable (for which the value should be displayed) does not exist on the →PLC.

Solution 1: Build the application and load it onto the PLC (see "Building and loading application onto PLC").


Cause 2: The OLT-field has been created for the output of a →function →call. Afterwards, the debugging feature for FBD has been deactivated e.g. by a system integrator.

Solution 2:

or

  1. Close all opened FBD-editors.

  2. Exit Neuron Power Engineer.

  3. Ask your system integrator to activate the debugging feature for FBD by using the start option lc3.fbdDebugMemory.

  4. Restart Neuron Power Engineer.

  5. Reopen all possibly affected FBD-editors. Change the logic minimally (e.g. move the function call a little bit). Save the changes.

  6. Build the application and load it onto the PLC (see "Building and loading application onto PLC").


More causes:

  • The target system does not support the query of DMA variables.

  • The target system cannot provide the values due to other reasons (see "Properties and restrictions specific to the target system") or no correct connection to the target system is possible (see No connection to the target system, but there are error messages).

  • The variable is a →reference variable that has been initialized with value NULLNeuron Power Engineer is not able to display values for such variables.

  • The variable is a variable based on an →interfaceNeuron Power Engineer is not able to display values for such variables.

  • Neuron Power Engineer has been started with the option LC3useRTS3MetaData=false. – In this case, Neuron Power Engineer is not able to display values for variables. Solution: 

    Make sure that the generation of metadata is enabled before Neuron Power Engineer is started.

    1. Go to the folder where you installed Neuron Power Engineer.

    2. Locate the file NeuronPowerEngineer.ini and open it in a text editor.

    3. Search for -DLC3useRTS3MetaData.

    4. If this configuration variable is defined with value false, define the value true.

      Example for corrected lines
      ...
      -Xms256m
      -Xmx6144m
      -DLC3useRTS3MetaData=true

      (info) By default, the generation of metadata is activated in Neuron Power Engineer. However, the generation has been deactivated due to -DLC3useRTS3MetaData=false (after the option -vmargs).

    5. Save the file.

More useful information: