christian mock
christian mock
@lausser I'm currently working on a fix for this, based on an old PR (#111). Basically this adds an option "--iflabel" that decides which of (ifName, ifDescr, ifAlias) is used...
OK, so now we have the SDK running on the VTC and the Presa; however, it seems the shunts are not the same (OFW sees coil at 0.90 while SDK...
WRT VaporWare: their PID tunings didn't work for my coil builds at all, which is to be expected. So I took my PID code, glued it into examples/atomizer, and started...
BTW: I do have a scope; when I mess with the CMR values (last paragraph above), what do I have to look out for to judge whether it's OK or...
@s0be : OMG that's embarassing. 10 lines above that code I've added some code, and I didn't see it. @ReservedField : I'm pretty sure that's the reason. But I'll not...
IIR filters are a good thing, yup. Another method I've used is to take an odd number of measurements (like 3, 5 or 7) and take the median. This eliminates...
I think the general question is: what "speed" do we want from the inner/voltage control loop. The slower it changes the voltage, and the slower it reports back changes (via...
done: https://github.com/grid-x/modbus/issues/78
I have a simple and reproducible test case now: ``` rrdtool create /tmp/test.rrd --start 1344258765 --step 300 DS:ds0:GAUGE:1800:0:U DS:ds1:GAUGE:1800:0:U DS:ds2:GAUGE:1800:0:U DS:ds3:GAUGE:1800:0:U DS:ds4:DERIVE:1800:0:U DS:ds5:DERIVE:1800:0:U DS:ds6:DERIVE:1800:0:U RRA:AVERAGE:0.5:1:600 RRA:AVERAGE:0.5:6:600 RRA:AVERAGE:0.5:24:600 RRA:MAX:0.5:24:600 RRA:AVERAGE:0.5:288:600 RRA:MAX:0.5:288:600...
Probably. Looking at the parser code in EntsoeA44Parser.cpp, I don't think this can handle the fact that the XML I get from the API does contain two `` elements, the...