jemoview - jeti modell viewer
- nikolausi
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 328
- Thank you received: 153
TPL_KUNENA_MESSAGE_REPLIED_NEW jemoview - jeti modell viewer
15 Jun 2020 19:32
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
Please Log in or Create an account to join the conversation.
- NicoS
-
- Offline
- Platinum Member
-
- Posts: 489
- Thank you received: 146
TPL_KUNENA_MESSAGE_REPLIED_NEW jemoview - jeti modell viewer
15 Jun 2020 20:52
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
Please Log in or Create an account to join the conversation.
- NicoS
-
- Offline
- Platinum Member
-
- Posts: 489
- Thank you received: 146
TPL_KUNENA_MESSAGE_REPLIED_NEW jemoview - jeti modell viewer
16 Jun 2020 14:00 - 16 Jun 2020 14:55
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.
Attachment 0006Easy.csv not found
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 Jun 2020 14:55 by NicoS.
Please Log in or Create an account to join the conversation.
- nikolausi
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 328
- Thank you received: 153
TPL_KUNENA_MESSAGE_REPLIED_NEW jemoview - jeti modell viewer
16 Jun 2020 15:59
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
Please Log in or Create an account to join the conversation.
- NicoS
-
- Offline
- Platinum Member
-
- Posts: 489
- Thank you received: 146
TPL_KUNENA_MESSAGE_REPLIED_NEW jemoview - jeti modell viewer
16 Jun 2020 17:29
As far as I can see, it's okay.
Nico
Nico
Please Log in or Create an account to join the conversation.
- nikolausi
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 328
- Thank you received: 153
TPL_KUNENA_MESSAGE_REPLIED_NEW jemoview - jeti modell viewer
18 Jun 2020 20:11 - 18 Jun 2020 20:12
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 Jun 2020 20:12 by nikolausi.
Please Log in or Create an account to join the conversation.
Time to create page: 0.370 seconds