Ich glaube wir haben da im Datenblatt evtl. einen dreher drin.
Wenn ich Ihre Daten eingebe, dann JA, es leuchtet auf meinem 56er Starterkit auch konstant, wenn ich LSB und MSB vertausche, dann
blinkt es . Ob es dem entspricht, was Sie ausgerechnet haben kann ich nicht sagen (hab gerade kein Oszi ...
Search found 670 matches
- Tue Dec 10, 2019 3:03 pm
- Forum: IO-Warrior Deutsch
- Topic: PWM mit IO-Warrior56
- Replies: 10
- Views: 22771
- Mon Nov 18, 2019 1:36 pm
- Forum: Lighting English
- Topic: LW14 as a monitor
- Replies: 3
- Views: 21495
Re: LW14 as a monitor
What exactly is the problem? Did you already write code and it just doesn't work? Have you trouble to connect the LW14 to the ESP?
I can't help without more information.
I can't help without more information.
- Fri Nov 08, 2019 3:53 pm
- Forum: Lighting English
- Topic: LW14 as a monitor
- Replies: 3
- Views: 21495
Re: LW14 as a monitor
You have to read the status register alle the time and if there is some of the bits set you have to read the content of the command register to get your data. No rocket since here ;)
I'm not very familiar with the ESP and have no sample code for it.
I'm not very familiar with the ESP and have no sample code for it.
- Thu Sep 12, 2019 11:09 am
- Forum: Lighting Deutsch
- Topic: LED-Warrior 14 am Raspberry pi
- Replies: 12
- Views: 29140
Re: LED-Warrior 14 am Raspberry pi
Die rote LED auf dem LW11 Modul leuchtet permanent, wenn alles in Ordnung ist. Wenn auf dem DALI-Bus Daten gesendet werden, dann flimmert die LED leicht. Bei einem Kurzschluss auf dem Bus sollte die LED aus gehen.
Das mit dem I/O Fehler kann ich bei mir nicht nachstellen, allerdings habe ich hier ...
Das mit dem I/O Fehler kann ich bei mir nicht nachstellen, allerdings habe ich hier ...
- Thu Aug 29, 2019 7:31 am
- Forum: IO-Warrior Deutsch
- Topic: Merkwürdiges Verhalten bei mehr als 2 Inputs auf 1
- Replies: 2
- Views: 12382
Re: Merkwürdiges Verhalten bei mehr als 2 Inputs auf 1
Für das Auslesen der IO-Ports in einer Schleife nutze ich immer den Special-Mode GetPinStatus. Der liefert einem immer den aktuellen Status der IO-Pins aus, ohne im Timeout hängen zu bleiben. Vielleicht hift das ja.
- Mon Aug 26, 2019 10:21 am
- Forum: Lighting Deutsch
- Topic: LED-Warrior 14 am Raspberry pi
- Replies: 12
- Views: 29140
Re: LED-Warrior 14 am Raspberry pi
Genau, dem LW14 ist es egal wie rum die beiden DALI-Leitungen angeschlossen werden. Die Lampe braucht natürlich auch ihre Spannungsversorgung, die kann / darf der Bus nicht bereitstellen.
Wenn der Schreibbefehl abgesetzt wird ist der Bus "Busy" und nachdem er fertig ist sollte das Busy-Flag ...
Wenn der Schreibbefehl abgesetzt wird ist der Bus "Busy" und nachdem er fertig ist sollte das Busy-Flag ...
- Mon Aug 26, 2019 9:56 am
- Forum: Lighting Deutsch
- Topic: LED-Warrior 14 am Raspberry pi
- Replies: 12
- Views: 29140
Re: LED-Warrior 14 am Raspberry pi
Ich kenne die Geräte von Spega und Wago leider nicht und kann da nicht groß weiter helfen.
Das WAGO-Netzteil ist laut der Produktseite ein einfaches DALI-Netzteil und liefert die 18V/0.2A die für DALI vorgegeben sind. Daher sollte es dort kein Problem geben.
Das WAGO-Netzteil ist laut der Produktseite ein einfaches DALI-Netzteil und liefert die 18V/0.2A die für DALI vorgegeben sind. Daher sollte es dort kein Problem geben.
- Mon Aug 26, 2019 9:09 am
- Forum: Lighting Deutsch
- Topic: LED-Warrior 14 am Raspberry pi
- Replies: 12
- Views: 29140
Re: LED-Warrior 14 am Raspberry pi
Also ich habe das Skript auf dem SMBus(1) ausgeführt und alle Geräte auf meinem Bus gehen auf Max.
Auch das der Status 0 wird ist soweit OK. Das bedeutet ja, das der Bus Frei nach 100ms Wartezeit ist.
Auch das der Status 0 wird ist soweit OK. Das bedeutet ja, das der Bus Frei nach 100ms Wartezeit ist.
- Mon Aug 26, 2019 7:43 am
- Forum: Lighting Deutsch
- Topic: LED-Warrior 14 am Raspberry pi
- Replies: 12
- Views: 29140
Re: LED-Warrior 14 am Raspberry pi
Wie sieht denn das Python Skript aus?
- Thu Jul 18, 2019 10:52 am
- Forum: JoyWarrior Deutsch
- Topic: JoyWarrior56FR1 Beispielsoftware Daten-Recorder, Zeitaufzeichnung
- Replies: 2
- Views: 11346
Re: JoyWarrior56FR1 Beispielsoftware Daten-Recorder, Zeitaufzeichnung
Ich habe die Anwendung "MotionPlotter" um einen UNIX Zeitstemple erweitert.
Bitte einmal neu herunterladen: https://www.codemercs.com/downloads/joy ... R1_win.zip
Bitte einmal neu herunterladen: https://www.codemercs.com/downloads/joy ... R1_win.zip
- Tue Jul 16, 2019 2:45 pm
- Forum: JoyWarrior Deutsch
- Topic: JoyWarrior56FR1 Beispielsoftware Daten-Recorder, Zeitaufzeichnung
- Replies: 2
- Views: 11346
Re: JoyWarrior56FR1 Beispielsoftware Daten-Recorder, Zeitaufzeichnung
Die Software für den JW24F14 ist nicht für den JW56FR1 ausgelegt. Der JW56FR1 gibt ja ein paar mehr Daten zurück.
Aber ich werd mich mal ransetzten und eine Aufzeichnungssoftware für den JW56FR1 angehen, wenn ich eine ruhige Minute habe.
Aber ich werd mich mal ransetzten und eine Aufzeichnungssoftware für den JW56FR1 angehen, wenn ich eine ruhige Minute habe.
- Thu Jul 04, 2019 8:38 am
- Forum: IO-Warrior Deutsch
- Topic: IO-Warrior56 nicht vollständig ansteuerbar mit Python
- Replies: 7
- Views: 15706
Re: IO-Warrior56 nicht vollständig ansteuerbar mit Python
Ich habe etwas gebrauch um das hin zu bekommen, aber jetzt läuft es bei mir. Der Grund, warum es vorher geklappt hat war, dass ich Python und auch die DLL in 32 Bit benutz haben.
Bei 64 Bit (inkl. iowkit.dll) benötigt Python anscheinend zwingend die ctypes der Funktionen, sonst kommt nur Bogus raus ...
Bei 64 Bit (inkl. iowkit.dll) benötigt Python anscheinend zwingend die ctypes der Funktionen, sonst kommt nur Bogus raus ...
- Tue Jul 02, 2019 2:45 pm
- Forum: IO-Warrior English
- Topic: Labview with Sensirion EK-H5 with sensor SHT3x
- Replies: 9
- Views: 55214
Re: Labview with Sensirion EK-H5 with sensor SHT3x
I have build a simple VI with the SHR3X and the Sensirion dongle. In the Vi there is no calculation only raw data. I hope this will work for you.
You can download it here: http://files.codemercs.com/iow24_i2c_sample.vi
You can download it here: http://files.codemercs.com/iow24_i2c_sample.vi
- Mon Jul 01, 2019 3:26 pm
- Forum: IO-Warrior English
- Topic: Labview with Sensirion EK-H5 with sensor SHT3x
- Replies: 9
- Views: 55214
Re: Labview with Sensirion EK-H5 with sensor SHT3x
The funcionality of the Sensirion dongles is the same like the IO-Warrior24 dongle. But the specific product ID was not part of our default IO-Warrior API.
In the last update the Sensirion PID was includet (please check the IO-Warrior SDK). But I don't know if LabView supports that.
Our LabView ...
In the last update the Sensirion PID was includet (please check the IO-Warrior SDK). But I don't know if LabView supports that.
Our LabView ...
- Mon Jul 01, 2019 11:10 am
- Forum: IO-Warrior English
- Topic: Labview with Sensirion EK-H5 with sensor SHT3x
- Replies: 9
- Views: 55214
Re: Labview with Sensirion EK-H5 with sensor SHT3x
Which kind of IO-Warrior do you use? The Sensirion dongle (green case) or one of our basic IO-Warrior devices?
The Sensirion dongle is not included in the LabView component, because it will have its own Product ID.
The Sensirion dongle is not included in the LabView component, because it will have its own Product ID.