Jump to content

Karak

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Karak's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Thank you. I get an error message saying "Response Parameter must have at least one level" when I copy your image, but I got it working by changing the JSON to { "level1": [0, 1, 2, 3,.....] } and using the following parameters: And it works, so I'll do some experimentation from there on the best way to format the JSON. Thank you once again for your help.
  2. Thank you for for your response. The json looks like the attached example, or in the linked pastebin. It's just a simple array of integers at the moment, but I can change the format if that is necessary. json-example - Pastebin.com example.json
  3. So I have a simple REST-server running with an endpoint at https://10.0.0.245:7001/prices The endpoint returns an array of integers that I want to store on the PLC. I tried the setup in the attached images, but all I get is a "Invalid path to value" error. (Only attempting to grab and store the first array-item to begin with). Does anyone know how to solve this?
×
×
  • Create New...