Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

NOTE: THE CODE ON THIS PAGE DOES NOT WORK PROPERLY. THE JSON IS NOT BEING PARSED CORRECTLY FOR SOME REASON, THUS, THE JSON PARSING WAS IGNORED.

The WAGO PFC 750-8214 is not able to subscribe to an endless amount of topics at the same time. To overcome this issue, it is possible to parse the JSON data using the WagoAppJSON library.

...

identifier_max, identifier_min, identifier_target, and identifier_target auto values found in the json string.


To use the function block, the jsonString and identifier must be set, before the action JSONSettingParser.Parse() must be run to parse the data and generate the output.


The Function Block's Setup:

Image RemovedImage Added


Function Block Program Code:

Image RemovedImage Added


SensorSetting Structure:

Image RemovedImage Added