jemoview - jeti modell viewer
- nikolausi
- Offline Autor
- Platinum Mitglied
- Beiträge: 327
- Dank erhalten: 153
Hi Nico,
- 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
- 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
jemoview - jeti model viewer
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
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
von nikolausi
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- NicoS
- Abwesend
- Platinum Mitglied
- Beiträge: 489
- Dank erhalten: 146
0004Pipe.jsn
This 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
This 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
von NicoS
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- NicoS
- Abwesend
- Platinum Mitglied
- Beiträge: 489
- Dank erhalten: 146
Modelfile 0004Pipe.jsn freezes in position 3 of the telemetry screen. This is a display of the consumed capacity, measured by an SM-Modellbau Unisens 3. I have several of these in use and they give no problems with the processing of the data by Jemoview. The same sensor I used in another plane. This model memory is easily processed by Jemoview.
Creating 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
Creating 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
Last Edit:16 Juni 2020 16:55
von NicoS
Letzte Änderung: 16 Juni 2020 16:55 von NicoS.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- nikolausi
- Offline Autor
- Platinum Mitglied
- Beiträge: 327
- Dank erhalten: 153
Hi Nico,
I improved the program a bit. Please check if attached output for 0004Pipe is correct now, particularly the telemetry section
I improved the program a bit. Please check if attached output for 0004Pipe is correct now, particularly the telemetry section
jemoview - jeti model viewer
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
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
von nikolausi
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- NicoS
- Abwesend
- Platinum Mitglied
- Beiträge: 489
- Dank erhalten: 146
As far as I can see, it's okay.
Nico
Nico
von NicoS
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- nikolausi
- Offline Autor
- Platinum Mitglied
- Beiträge: 327
- Dank erhalten: 153
Neue Version mit Fehlerkorrekturen und mehr Details.
Aufruf 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
Aufruf 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
jemoview - jeti model viewer
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
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
Last Edit:18 Juni 2020 22:12
von nikolausi
Letzte Änderung: 18 Juni 2020 22:12 von nikolausi.
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
Ladezeit der Seite: 1.142 Sekunden