Bitte ändert euer Passwort!
Im März 2026 wurde das Forum gehackt. Dabei hatten die Angreifer Zugriff auf die Datenbank und somit Zugriff auf eure Passwörter. Auch wenn das Forum kein Passwort im Klartext speichert, können die Angreifer eure Passwörter knacken. Bitte ändert daher dringend euer Passwort für das Forum. Solltet ihr das gleiche Passwort auch an anderer Stelle verwenden, ändert es bitte unbedingt an allen Stellen!
jemoview - jeti modell viewer
- nikolausi
-
Autor
- Offline
- Platinum Mitglied
-
- Beiträge: 328
- Thanks: 153
Re: jemoview - jeti modell viewer
15 Juni 2020 19:32- 0004Pipe.jsn
program crashes while accessing system telemetry values which are not available on my DS-16.
I guess it is the model image that you want to see at position 3 of your telemetry display.
Please confirm or explain if otherwise
- 0008Sky .jsn
special chars like "-" are not used in Jeti file names, but replaced by a space
Klaus
jetiforum.de/index.php/flightmonitor/120...w-jeti-modell-viewer
github.com/werinza/jemoview
R2H - Return to Home Lua App
jetiforum.de/index.php/lua-fuer-die-dc-d...2-r2h-return-to-home
github.com/werinza/R2H
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- NicoS
-
- Offline
- Platinum Mitglied
-
- Beiträge: 489
- Thanks: 146
Re: jemoview - jeti modell viewer
15 Juni 2020 20:52This model program contains an image of the aircraft in question. Just like all other model programs I use. Basically this model memory is the same as other model programs for engine models (electric motor) but the aircraft for which this model program is used has a number of hardware extensions which affect the model program.
In the first place a 900 MHz receiver is used. This receiver also transmits telemetry data. In addition, an RC Power Switch 5A is built in and an additional sensor, a MULi 6s EX, is installed. For this sensor an LUA program is in use that provides information about the individual Li-Po cells of the drive battery in a telemetry screen.
Nico
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- NicoS
-
- Offline
- Platinum Mitglied
-
- Beiträge: 489
- Thanks: 146
Re: jemoview - jeti modell viewer
16 Juni 2020 14:00 - 16 Juni 2020 14:55Creating CSV files via the Windows PowerShell is rather cumbersome. With a small BAT file, which can be started via an icon on the desktop, this works much easier.
The BAT file contains the following rules. However, it is important to adapt the paths to one's own situation. It's not a nice solution, but it works. Actually, it should be part of the program.
An English version would also be very welcome.
This is a modelfile with the same senseor as in 0004Pipe.jsn and this file is accepted by Jemoview.
The space in modelfile 0008Sky .jsn is a problem. With space, Jemoview do not accept the file. If I remove the space it works!
Nico
The BAT file:
@echo off
:start
CLS
dir C:\USERS\NPSTE\ONEDRIVE\JETIDC~1\BACKUP~2\*.jsn
echo .
echo Jeti Model Viewer
echo .
SET /P modelfile= Modelfile name (without extension, stop="end"):
if %modelfile%==end goto stop
if %modelfile%==END goto stop
if %modelfile%==End goto stop
set modelfile=%modelfile%.jsn
C:\progra~2\jetimo~2\.\jemoview.exe C:\USERS\NPSTE\ONEDRIVE\JETIDC~1\BACKUP~2\%modelfile%
goto start
:stop
end
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- nikolausi
-
Autor
- Offline
- Platinum Mitglied
-
- Beiträge: 328
- Thanks: 153
Re: jemoview - jeti modell viewer
16 Juni 2020 15:59I improved the program a bit. Please check if attached output for 0004Pipe is correct now, particularly the telemetry section
jetiforum.de/index.php/flightmonitor/120...w-jeti-modell-viewer
github.com/werinza/jemoview
R2H - Return to Home Lua App
jetiforum.de/index.php/lua-fuer-die-dc-d...2-r2h-return-to-home
github.com/werinza/R2H
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- NicoS
-
- Offline
- Platinum Mitglied
-
- Beiträge: 489
- Thanks: 146
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- nikolausi
-
Autor
- Offline
- Platinum Mitglied
-
- Beiträge: 328
- Thanks: 153
Re: jemoview - jeti modell viewer
18 Juni 2020 20:11 - 18 Juni 2020 20:12Aufruf ist auf der ersten Seite dieses Threads beschrieben.
Das python Skript jemoview.py hier im Anhang (nach dem Download Endung .txt durch .py ersetzen).
Das Windows Programm jemoview.exe auf Dropbox:
www.dropbox.com/sh/v0xtc4kr9u48xe0/AAB0n...ux-c27oChe4V-ga?dl=0
jetiforum.de/index.php/flightmonitor/120...w-jeti-modell-viewer
github.com/werinza/jemoview
R2H - Return to Home Lua App
jetiforum.de/index.php/lua-fuer-die-dc-d...2-r2h-return-to-home
github.com/werinza/R2H
Bitte Anmelden oder Registrieren um der Konversation beizutreten.