jemoview - jeti modell viewer

  • nikolausi
  • nikolausi's Avatar Offline Autor
  • Platinum Mitglied
  • Platinum Mitglied
  • Beiträge: 327
  • Dank erhalten: 153

nikolausi antwortete auf jemoview - jeti modell viewer

Posted 15 Juni 2020 21:32 #13
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
von nikolausi

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • NicoS
  • NicoS's Avatar Abwesend
  • Platinum Mitglied
  • Platinum Mitglied
  • Beiträge: 489
  • Dank erhalten: 146

NicoS antwortete auf jemoview - jeti modell viewer

Posted 15 Juni 2020 22:52 #14
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
von NicoS

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • NicoS
  • NicoS's Avatar Abwesend
  • Platinum Mitglied
  • Platinum Mitglied
  • Beiträge: 489
  • Dank erhalten: 146

NicoS antwortete auf jemoview - jeti modell viewer

Posted 16 Juni 2020 16:00 #15
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.

File Attachment:

Dateiname: 0006Easy.csv
Dateigröße:5 KB


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

Anhänge:

Letzte Änderung: 16 Juni 2020 16:55 von NicoS.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • nikolausi
  • nikolausi's Avatar Offline Autor
  • Platinum Mitglied
  • Platinum Mitglied
  • Beiträge: 327
  • Dank erhalten: 153

nikolausi antwortete auf jemoview - jeti modell viewer

Posted 16 Juni 2020 17:59 #16
Hi Nico,
I improved the program a bit. Please check if attached output for 0004Pipe is correct now, particularly the telemetry section
von nikolausi

Anhänge:

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • NicoS
  • NicoS's Avatar Abwesend
  • Platinum Mitglied
  • Platinum Mitglied
  • Beiträge: 489
  • Dank erhalten: 146

NicoS antwortete auf jemoview - jeti modell viewer

Posted 16 Juni 2020 19:29 #17
As far as I can see, it's okay.

Nico
von NicoS

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

  • nikolausi
  • nikolausi's Avatar Offline Autor
  • Platinum Mitglied
  • Platinum Mitglied
  • Beiträge: 327
  • Dank erhalten: 153

nikolausi antwortete auf jemoview - jeti modell viewer

Posted 18 Juni 2020 22:11 #18
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
Last Edit:18 Juni 2020 22:12 von nikolausi

Anhänge:

Letzte Änderung: 18 Juni 2020 22:12 von nikolausi.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Ladezeit der Seite: 1.142 Sekunden