eclipse-aaspe / package-explorer

AASX Package Explorer
Other
44 stars 12 forks source link

Plotting of live values #5

Open wiresio opened 6 months ago

wiresio commented 6 months ago

According to the issues in the old aaspe repo, e.g.

several people (including me) seem to be fiddling around trying to use the plotting plugin to get charts with live values in aaspe.

What is the current status on this? Is there currently any chance to realize this with the current releases of aaspe and aasx-server? Is the "stay connected" option still working or did the API changes break it? Does it work with OPC-UA or "Rest" or some other magic? ANY hints are welcome!

wiresio commented 6 months ago

Further debugging revealed that copts?.StayConnected is always false in:

        private void MainTimer_PeriodicalTaskForSelectedEntity()
        {
            // some container options are required
            var copts = PackageCentral?.MainItem?.Container?.ContainerOptions;
            ...
wiresio commented 5 months ago

See also the discussion at Basyx.

wiresio commented 5 months ago

Prototyped in a AASX Package Explorer branch via AID / AIMC Submodels. Thanks @MichaelHoffmeisterFesto !

juileetikekar commented 4 months ago

Hi @wiresio,

As you mentioned, the fix has been provided in the branch "AASX Package Explorer branch". The branch will soon be merged into main. Till then I will keep the ticket open.