Search found 667 matches

by Christoph Jung
Fri Feb 04, 2022 9:57 am
Forum: Lighting English
Topic: LW-13 configuration
Replies: 2
Views: 4599

Re: LW-13 configuration

DALI has two differen command sets for the adresse byte and this will shown by set one bit "S" The address pattern is: YAAA AAAS Y: group bit (0: short address or 1: group address) AAA AAA: DALI address (0..63) S: command mode or DACP (dacp: 0 or command: 1) YAAA AAA0 (DACP) -> The follofi...
by Christoph Jung
Thu Jan 27, 2022 10:06 am
Forum: IO-Warrior English
Topic: Excel VBA for IOWarrior and Sensirion SHT7x
Replies: 11
Views: 24069

Re: Excel VBA for IOWarrior and Sensirion SHT7x

Hi. looks great and will help a lot of people.
Based on this maybe I can create some nodes for different sensors if you are OK with this.
by Christoph Jung
Wed Jan 19, 2022 12:39 pm
Forum: IO-Warrior English
Topic: IO-Warrior 28 replacing IO Warrior 24
Replies: 10
Views: 2987

Re: IO-Warrior 28 replacing IO Warrior 24

If you run "modinfo iowarrior" there must be a bunch of lines which represents the IO-Warrior devices with its product IDs (PID) pi@rpi-dev:~ $ modinfo iowarrior filename: /lib/modules/5.10.63-v7+/kernel/drivers/usb/misc/iowarrior.ko license: GPL description: USB IO-Warrior driver author: ...
by Christoph Jung
Wed Jan 19, 2022 8:28 am
Forum: IO-Warrior English
Topic: IO-Warrior 28 replacing IO Warrior 24
Replies: 10
Views: 2987

Re: IO-Warrior 28 replacing IO Warrior 24

This is the kernel file for all IO-Warrior. If you run "modinfo iowarrior" you should see all io-warriors which loaded.
by Christoph Jung
Mon Jan 17, 2022 11:18 am
Forum: IO-Warrior English
Topic: IO-Warrior 28 replacing IO Warrior 24
Replies: 10
Views: 2987

Re: IO-Warrior 28 replacing IO Warrior 24

The IOW28 were added in the kernel 4.14. The note in our SDK is not up to date. Since 8.2020 the bug was fixed in the kernel drivers. I will replace out SDK, sorry for the confusion about that. The IOW28 will not replace the IOW24 on driver side or in the kernel. The IOW24 devices can continue to be...
by Christoph Jung
Fri Dec 17, 2021 12:00 pm
Forum: IO-Warrior English
Topic: IO-Warrior 28 replacing IO Warrior 24
Replies: 10
Views: 2987

Re: IO-Warrior 28 replacing IO Warrior 24

Hi, you have to adjust your code to use the IO-Warrior28 instead of IO-Warrior24. The Reportsize is bigger (like IOW56) and the IOW28 use different pipes for I2C and ADC. For Windows, Linux and OSX exists a new SDK/API which includes the IOW28. The IOW28 is also patched into the linux kernel. Your c...
by Christoph Jung
Fri Jul 09, 2021 11:07 am
Forum: Lighting Deutsch
Topic: LED Strips mit Dämmerungsschalter/Helligkeitssensor 230V - 12 V
Replies: 1
Views: 2009

Re: LED Strips mit Dämmerungsschalter/Helligkeitssensor 230V - 12 V

Hallo, ich glaube von unseren Produkten passt da leider nichts direkt. Der LED-Warrior10 könnte den LED-Streifen bedienen, der verträgt aber nur bis 40VDC am Eingang. Auch wird es da wenig geben, was in eine UP-Dose passt. von 230ACV auf 12DCV bedeutet es muss ein kleines Netzteil rein und die sind ...
by Christoph Jung
Thu Oct 29, 2020 8:43 am
Forum: IO-Warrior Deutsch
Topic: Bibliothek iowkit mit Freepascal statisch linken
Replies: 5
Views: 5088

Re: Bibliothek iowkit mit Freepascal statisch linken

Ich hab mich mal schlau gemacht, weil mir das auch etwas komisch vorkam. Allerdings ist das wirklich so, dass man die DLL immer benötigt, egal ob man
statisch linkt oder nicht. Die iowkit.dll ist keine statisch DLL, daher muss die immer mitgeliefert werden.
by Christoph Jung
Mon Oct 19, 2020 8:12 am
Forum: IO-Warrior Deutsch
Topic: Bibliothek iowkit mit Freepascal statisch linken
Replies: 5
Views: 5088

Re: Bibliothek iowkit mit Freepascal statisch linken

Ist das Problem jetzt gehoben, also wurde aus der .lib datei (im MS Format) in das Format für GCC convertiert? GCC hat glaube ich einen Converter dafür. Laut Stackoverflow soll man das so umsetzten: gendef mylib.dll dlltool --as-flags=--64 -m i386:x86-64 -k --output-lib libmylib.a --input-def mylib....
by Christoph Jung
Thu Oct 15, 2020 1:13 pm
Forum: JoyWarrior English
Topic: JoyWarrior56FR1 spam kernel logs with "event field not found"
Replies: 1
Views: 6495

Re: JoyWarrior56FR1 spam kernel logs with "event field not found"

We have no clean solution for this issue. And we have no idea where it comes from.
The only way at the moment is to disable the loggin for this kind of messages.
by Christoph Jung
Thu Oct 15, 2020 1:11 pm
Forum: Lighting Deutsch
Topic: DALI Adressierung - Python & Raspberry
Replies: 3
Views: 3643

Re: DALI Adressierung - Python & Raspberry

Dafür leider nicht. Die Adressierung ist ja etwas umständlich gelöst bei DALI wie ich finde. Wenn Allerdings nur eine spezifische Adresse geändert werden soll, kann man das über das DTR-Register mit zwei, drei Befehlen machen. Ich muss leider erstmal schauen ob ich das irgendwo finde, ich hab sowas ...
by Christoph Jung
Tue Aug 11, 2020 11:54 am
Forum: IO-Warrior Deutsch
Topic: Matlab r2011b 64 Bit
Replies: 13
Views: 20364

Re: Matlab r2011b 64 Bit

Na klar, in unserem Downloadbereich. https://codemercs.com/downloads/iowarri ... ab_win.zip
Die DLLs sind im jeweiligen Unterordner
by Christoph Jung
Tue Aug 04, 2020 1:12 pm
Forum: IO-Warrior Deutsch
Topic: IOW24 + FreePascal + Linux: Absturz bei IowKitGetrevision + DIE LÖSUNG!
Replies: 6
Views: 3226

Re: IOW24 + FreePascal + Linux: Absturz bei IowKitGetrevision + DIE LÖSUNG!

Also wenn ich in ein einfachen C-Code schreibe, dann hab ich das Problem nicht. Die Funktion liefert einen unsigned long zurück und keinen String.
Evtl ist das was, das mit FreePascal zusammenhängt.
by Christoph Jung
Tue Aug 04, 2020 12:36 pm
Forum: IO-Warrior Deutsch
Topic: IOW24 mit FreePascal unter Linux
Replies: 3
Views: 3040

Re: IOW24 mit FreePascal unter Linux

Hallo Christian, vorab, der IOW24 wird nicht mehr hergestellt und ist auch nicht mehr verfügbar. Das erwähne ich nur, falls mal der Chip nicht mehr tut oder daraus ein Produkt wird. Als Ersatzt gibts den IOW28 (alle 1ms ein Report), der ist auch schneller als der IOW24 (alle 8ms ein Report). Mit Fre...
by Christoph Jung
Mon May 25, 2020 12:20 pm
Forum: IO-Warrior Deutsch
Topic: IOW28 und Portbaustein MCP23017
Replies: 18
Views: 8835

Re: IOW28 und Portbaustein MCP23017

Das ist zwar nicht die aktuellste Fassung (1.0.0.9) aber am I2C gab es keine Änderungen.
Wie schnell wird denn der IO-Warrior gepollt?