Martin Falch

Results 77 comments of Martin Falch

I'm using a query as below, which works great: ``` from(bucket: "test-bucket-new") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r["_measurement"] == "958D2219") |> filter(fn: (r) => r["_field"] ==...

Note that my query is rather specific to the way my Influx data is structured, so it should be viewed as an example only

I'm not sure what might be the reason - just shared my example in case it might be helpful for some. I have it working just fine with Flux on...

You can see an example in our playground (see the maps queries): https://grafana.csselectronics.stellarhosted.com/d/hXdWa0VMk/css-playground Done using Flux query language in InfluxDB 2.0 cloud version.

Hi again, The query code is available if you click the maps panel. Not sure what other code you're looking for? best,

We would also like to see this feature

Will this also add the functionality of allowing 4-level deep navigation menus? I.e. one level deeper than shown in the CBS beta demo? And if so is there an ETA...

Hi all, Is there a standardized timeout/interval specified when performing CAN ISO-TP requests? Specifically, I am thinking of the following intervals to be satisfied by the ECU and tester: ```...

Thanks for the clarification. So just to verify that I've understood this correctly: 1) There is no "minimal wait time" before an ECU sends the First Frame 2) There is...

Just to clarify: When I mention the time between the Single Frame and First Frame, by Single Frame I refer to the "request" frame to be sent by the testing...