<div dir="ltr">Hi!<div>This is Pedro from Portugal. First of, congrats for your incredible work on KST, it is such an amazing tool opened for free use, this is really amazing. Thank you guys.</div><div>I am an old school Hw Designer with no skills on programming, reason why i ask your help here.</div><div>My current project generates an output log with high speed throughput (around 2,000 data lines/sec) and i am trying to use KST to help me with realtime plotting some data.</div><div>However i have a problem: as this output stream is also used by another machinery, i cannot change the data format, and the strings have some data ID to differ the paylod, for example, within the datastream i have in one specific case 20 different frame IDs repeating over and over, each one brings their own data, it is very similar to a CANBUS data stream.</div><div>So, if i just consider the columns, i would have 20 different datasets in the same column, because for each frame ID the 1st column mean something different.</div><div>The only way i imagined to solve this was to create curves for the columns and also filtered by the frame ID as a text filter, so for example i would be able to create curves for each frame ID within column 1, and then column 2, and so on. This is one example of my data stream:</div><div>Timestamp(mS),frame_ID,data1,data2,data3,data4,data5,data6,data7,data8</div><div>6398.923,2,1,1,1,0<br>6399.137,4,187,187,187,187,187,187,187,187<br>6399.417,3,170,170,170,170,170,170,170,170<br>6400.084,1,1994,122,122,122<br>6400.260,2,1,1,1,0<br>6400.474,4,187,187,187,187,187,187,187,187<br>6400.750,3,170,170,170,170,170,170,170,170<br>6401.429,1,1994,122,122,122<br>6401.600,2,1,1,1,0<br>6401.814,4,187,187,187,187,187,187,187,187<br>6402.088,3,170,170,170,170,170,170,170,170<br>6402.763,1,1996,122,122,122<br>6402.931,2,1,1,1,0<br>6403.145,4,187,187,187,187,187,187,187,187<br>6403.430,3,170,170,170,170,170,170,170,170<br>6404.097,1,1993,122,122,122<br>6404.274,2,1,1,1,0<br></div><div>.......</div><div>As you can see the frame_ID in this example can be 1,2,3,4 and the data fields will be always up to 8.</div><div>If i plot column 3 (data1), it will mix all data from frame_IDs 1,2,3,4 that is my great probelm. In this example i needed to generate 4 different plots for column1, each plot for its frame_ID. If on curve edition screen there was a field for text filtering, it would be solved.</div><div>Do you guys have any idea how possible it is or even if there is another feasilble solution for this?</div><div>Thanks!</div><div>Regards,</div><div>Pedro Silva</div></div>