Hi, Sorry if the question is trivial, but I am new to codesys :) I am currently working on retrieving some JSON-formatted sample-points through a http GET request. I can successfully retrieve and split the sample points, but the sample-points for the X-axis is a timestamp (epoch time). I am trying to plot the sample points by using the XYchart visual element, but as the used variables for the XYChart is basic integer types, the visualization of a DT by using a interger-type is not optimal. My question...