Search found 130 matches

by Mathias
16 Feb 2018, 09:52
Forum: Software
Topic: Is it possible to give Browser extra resources?
Replies: 2
Views: 4138

Re: Is it possible to give Browser extra resources?

Hi, I guess you have a RevPi Core 1 with the single core processor. It is too slow and has not enough RAM to run firefox. If you do not use piControl for I/O-modules (DIO, AIO)or a gateway, you could stop piControl. But I think it will not make a big difference. For such an application you should us...
by Mathias
14 Feb 2018, 14:20
Forum: Hardware
Topic: Configure KUNBUS EtherCAT slave to use BOOL
Replies: 3
Views: 4311

Re: Configure KUNBUS EtherCAT slave to use BOOL

no, there is no such plan at the moment.
I will set it on the ToDo-list.
by Mathias
14 Feb 2018, 13:18
Forum: Hardware
Topic: Configure KUNBUS EtherCAT slave to use BOOL
Replies: 3
Views: 4311

Re: Configure KUNBUS EtherCAT slave to use BOOL

Hi Stefan,
unforunatelly it is not possible to change the ethercat slave information without changing the software on the module. The module supports only bytes, words and dwords currently.
So you have to use one byte for each bool value.
Kind regards
Mathias
by Mathias
09 Feb 2018, 17:14
Forum: Hardware
Topic: Module firmware update through RevPi
Replies: 9
Views: 9619

Re: Module firmware update through RevPi

Hi Jan, you are right, the code that is used to update the firmware in the DIO is missing in the example. Our intention was to provide an example for people who want to develop their own module. The code includes the source code needed to communicate with the piControl driver on the RevPi. We will n...
by Mathias
07 Feb 2018, 12:47
Forum: Hardware
Topic: Schematic and Firmware of AIO
Replies: 3
Views: 4118

Re: Schematic and Firmware of AIO

Hi Karl,
we have published the DIO source code as an example how to communicate with the piControl driver on the RevPi. This part is exactly the same on the AIO.
We have currently no plan to publish the schematics or source code of the AIO.
Mathias
by Mathias
02 Feb 2018, 08:43
Forum: Software
Topic: Doku zur Lib piControl
Replies: 6
Views: 5532

Re: Doku zur Lib piControl

Hallo Peter, das blöde ist, dass man im Treiber (kernel-space) keinen Speicher allokieren kann und an den User Space übergeben. D.h. vor dem Aufruf muss manim User Space ein Array anlegen das dann vom Treiber gefüllt wird. Die Größe kennt man aber vorher nicht. Außerdem musst du dann diese Liste sel...
by Mathias
01 Feb 2018, 13:15
Forum: PiCtory
Topic: Sicherung und Import der Settings in PiCtory
Replies: 17
Views: 14394

Re: Sicherung und Import der Settings in PiCtory

Hallo Peter,
probier mal

Code: Select all

sudo apt-get clean
Das löscht die installierten .deb-Dateien, dann solltest du wieder mehr Platz im Filesystem haben.
Gruß
Mathias
by Mathias
01 Feb 2018, 12:01
Forum: Software
Topic: Doku zur Lib piControl
Replies: 6
Views: 5532

Re: Doku zur Lib piControl

Hallo Peter, die Doku für die ioctls ist halbfertig, im nächsten Image wird sie komplett sein. Die Vorabversion füge ich unten ein. Der Unterschied zwischen KB_GET_DEVICE_INFO und KB_GET_DEVICE_INFO_LIST ist, dass KB_GET_DEVICE_INFO_LIST die Daten von allen Devices in ein Array schriebt, während KB_...
by Mathias
17 Jan 2018, 13:32
Forum: PiCtory
Topic: Gateway Profinet IRT
Replies: 3
Views: 5012

Re: Gateway Profinet IRT

Hallo, alle Module bekommen eindeutige Adressen, der RevPi 0. Das erste links 31, 30, ... absteigend, die rechts 32, 33, ... aufsteigend. Bei dir ist Modul 31 vorhanden aber nicht konfiguriert, 32 ist nicht vorhanden. D.h. gang einfach, du hast das Modul links dran gesteckt, aber rechts im Pictory k...
by Mathias
09 Jan 2018, 15:30
Forum: Software
Topic: Keine Funktion nach Jessie update
Replies: 10
Views: 8644

Re: Keine Funktion nach Jessie update

Hallo Wolle, Anschließend hatte ich keine Verbindung mehr per LAN. Per USB fand ich den RevPi noch auf einem Laufwerk mit Bezeichnung "boot". Heisst das, du hast das Micro-USB-Kabel noch mit deinem PC verbunden? Wenn über die Micro-USB-Buchse 5V von einem PC am RevPi anliegen und dann die ...