RatOS v2.1: Error during accelerometer data streaming
in RatOS 2.1, in Realtime Analysis -> Stream -> Start i Get this error.
The accelerometer is working just fine, ie the belt resonance and shaper graphs are measured. The accelerometer is on the EBB36 toolboard I use.
24 Replies
Ok, it seems that not all browsers are supported:) The problem occurs as described on Microsoft Edge, but it works with Firefox (on a laptop) or In Chrome (on Arduino).
I installed Chromium on the Raspberry hosting the RatOS, and there the Realtime Analisys, VAOC and the Configurator are....empty
@miklschmidt FYI
I'm testing in Edge, can you show me the version?
Sorry for danish interface, but the icons should be enough to find it 😂
really strange - same version:
I am under Windows 11
same
Any extensions installed?
not a fan of extensions, mine is useing whatever defaults
go to edge://gpu/ and download the report
post it here
yeah for some reason your edge has both WebGL2 and WebGPU disabled 🤨
Problems Detected
=================
* WebGL2 has been disabled via blocklist or the command line.
Disabled Features: webgl2
so it's a display error
Graphics processor problem
old Lenovo X220 laptop
You have no dedicated graphics card in that machine it seems
Yeah
It won't work there
Solution
The integrated GPU is too old
it works, but in Firefox
I'm assuming it's pretty slow
And macro's will for sure not work
I wonder what firefox is doing... some sort of webgl2 compatibility layer
yeah, quite slow, but still ok
the interface is not really usable on a smartphone...so I need to use a laptop
It needs a good deal of ui improvements for phones yeah
ah, have an old iPad Air 1st gen somewhere
i'm focusing on features and desktop at the moment
Not sure if that's much better 😄
is there any doc on the macros?
Not yet
It's fairly simple, you just add sequences of custom gcode, pick whether to record them or not and with which accelerometer, and that's it really
Click macros -> create macro from the top menu to try it out
You can use
GENERATE_RESONANCES
in place of TEST_RESONANCES
, parameters are the same. It disables recording on the pi (so it will only record in the browser) and won't change your nozzle position so you can control the X/Y coordinates with g-code.