Search found 186 matches
- 07 Jan 2022, 22:25
- Forum: Hardware
- Topic: Higher sampling rate in Compact
- Replies: 1
- Views: 4268
Re: Higher sampling rate in Compact
I'm afraid that's pretty much as good as it gets. Per the spec , the MCP3550-50 requires 83.00625 msec for a readout (80 msec + 2% max deviation and 144 clock periods to exit shutdown, so 80000 * 1.02 + 144000 / 102.4). The chip doesn't allow decreasing the resolution to reduce conversion time. Ther...
- 17 Oct 2021, 15:52
- Forum: Software
- Topic: AIO Module Range / Scaling Problem
- Replies: 2
- Views: 5415
Re: AIO Module Range / Scaling Problem
The outputs are represented by a signed 16-bit value in piControl's process image (as are the inputs) and thus can accommodate a range of –32768 .. +32767. So you should be able to set values in the 4-20mA range directly. If you need a different range such as 0 .. 65535, you may change the output's ...
- 22 Aug 2021, 16:09
- Forum: Hardware
- Topic: RevPi Compact Analog Out - Werteaktualisierung nur jede Sekunde
- Replies: 5
- Views: 9453
Re: RevPi Compact Analog Out - Werteaktualisierung nur jede Sekunde
Hallo dd0815, bitte entschuldige die verzögerte Antwort. Du schreibst "Könnte man im piControl prinzipiell ändern.": Kann ich das als Anwender machen oder müsstet Ihr das machen? Wenn ich das machen kann, bitte mir kurz beschreiben wie... Da der Quelltext von piControl offengelegt ist, kan...
- 31 Jul 2021, 10:22
- Forum: Hardware
- Topic: Information on RevPi compact un exposed header on PCB
- Replies: 2
- Views: 6604
Re: Information on RevPi compact un exposed header on PCB
Apparently the schematics of the RevPi Compact haven't been uploaded to the support area on the website yet. Until that happens, here's the pinout of the GPIO expansion header on the top PCB. Note that the header isn't tested during end-of-line testing and we never released any expansion modules to ...
- 17 Jul 2021, 15:10
- Forum: Hardware
- Topic: RevPi Compact Analog Out - Werteaktualisierung nur jede Sekunde
- Replies: 5
- Views: 9453
Re: RevPi Compact Analog Out - Werteaktualisierung nur jede Sekunde
Die analogen Ausgänge werden auf dem Compact mit einer Zykluszeit von 250 usec aus dem Prozessabbild von piControl synchronisiert. Die analogen Eingänge werden hingegen mit einer Zykluszeit von 1 Sekunde ausgelesen und ins Prozessabbild geschrieben. Das liegt daran, dass alle 8 Eingänge mittels eine...
- 07 Apr 2021, 18:21
- Forum: Hardware
- Topic: GPIO Config für ConBridge Multiplexer
- Replies: 6
- Views: 11481
Re: GPIO Config für ConBridge Multiplexer
Könntest Du das etwas näher ausführen? Kann gut sein, daß ich demächst diese Umschaltung auch brauche. Welcher Widerstand? Okay dass du als Power-User das Feature gebrauchen kannst, hätte ich mir auch denken können. ;) Mir wurde gesagt, dass ein Widerstand irrtümlich entfernt wurde, aber ich finde ...
- 31 Mar 2021, 20:22
- Forum: Software
- Topic: Auflösung PT100
- Replies: 12
- Views: 15602
Re: Auflösung PT100
Weis denn niemand eine Lösung? Nicht mal der Hersteller? Wenigstens eine kleine Status Antwort, falls das Problem in bearbeitung ist..? Das wissen offenbar höchstens ehemalige Mitarbeiter. ;) Im piControl Quelltext findest du die Datei pt100_table.inc . Da ist eine Tabelle drin, über die eine binär...
- 31 Mar 2021, 20:02
- Forum: Hardware
- Topic: GPIO Config für ConBridge Multiplexer
- Replies: 6
- Views: 11481
Re: GPIO Config für ConBridge Multiplexer
Der GPIO 4 wird über /boot/dt-blob.bin gesetzt. Den Quelltext davon findest du hier . Hintergrundinfos zur dt-blob.bin sind hier . Das ist ein Software Workaround für ein Hardware Erratum der Connect-Revision, die vor 1 Jahr eingeführt wurde. Da wurde irrtümlich ein Widerstand rausgenommen. Meine eh...
- 31 Mar 2021, 19:49
- Forum: Software
- Topic: Non-monotonic clock when rebooting with no internet access
- Replies: 6
- Views: 9880
- 27 Nov 2020, 10:44
- Forum: Hardware
- Topic: RevPi Compact EERAM
- Replies: 4
- Views: 7870
Re: RevPi Compact EERAM
Forgot to mention, support for the EERAM was added after the Stretch 6/2020 image was released. My former colleagues at Kunbus haven't pushed a new release of the raspberrypi-kernel package to the apt-repository since then. Until they do that, you need to build your own kernel with kernelbakery . So...