Alex

Results 44 comments of Alex
trafficstars

oh wow, thanks for the extensive example. I wouldn't have considered using separate instances of WEASELMUSE but it makes sense. I will give it a try

A veeery simplistic approach to this problem is to fit more and more lines to the data until adding more lines does not give any meaningful improvement. Maybe not the...

@cjekel Thats very true, from what I have seen so far, the code stops at a reasonable number of lines. One could even add a dynamically set max_line_count if the...

Since I sometimes run into issues with the data packet of the dataframe being too large, I also thought about possible alternatives to JSON as well. Maybe the arrow IPC...

> Since I sometimes run into issues with the data packet of the dataframe being too large, I also thought about possible alternatives to JSON as well. Maybe the arrow...

@smolendawid, a workaround for your issue is to set the "key" argument of the AgGrid widget depending on your filter settings. For example you could just append your settings to...

Doesn't the [example](https://github.com/FreeOpcUa/opcua-asyncio/blob/3b30f4332e842407a3afbc67ab3af9d64cb401b3/examples/server-create-custom-structures.py) use opcua-asyncio? I ran the example server on my laptop and connected to it with the opcua-client. Sry for my confusion.

So far I only tried the opcua-client-gui, not sure if I can try out UaExpert since I am on a linux machine here. I was surprised that the gui didn't...

oh, I just saw that UaExpert is also available for linux, I will try it out as well.