Personal Data

Username:
jack-caissey
Joined:
2021-09-10 14:30:25

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hello, I am trying to create a string of length ~350 to send via webclient SL to an API. However, the resulting string from both CONCAT and WCONCAT is limited to 255 characters. Is there a way to either create a longer string consisting of smaller strings? or is there a better way to send the post value to the API?

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    I am trying to convert API data into a 2D array. To do this, I am using the JSONByteArrayReader to convert the API result wstring into JSON data. What I want to do next is call the IJSONData.FindAllElementsByKey method for each key I want to retrieve in order to get arrays, and then fill the 2D array with each resulting array. However, when calling the method, the only value which gets populated into the array is the key value used to search the array. JSONByteArrayReader_0(xExecute:=xRead, pwData...

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    I am trying to make an API call to retrieve data. The API needs to take in username and password as Basic Auth parameters. I am wondering how I would pass these values to the API? I have not been able to find any documentation outlining how this would be done.

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    I am trying to create a webclient SL client which will call an API. However, I need to pass multiple headers to the API, and I am only given one string with which to pass the headers. I am wondering if there is a way of adding multiple strings for headers to the client, or if there is a way of passing multiple headers in just one string.

View All