Notifications
Clear all

Firmware Features BETA31

5 Posts
2 Users
0 Likes
10.4 K Views
(@moderator)
Noble Member Admin
Joined: 14 years ago
Posts: 1044
Topic starter  

Die neue V4-Firmware ist ab sofort verfügbar und bietet folgende neue Funktionen:

    - Neue Spezial-Filter hinzugefügt:
    200kHz (Wird für GSM benötigt)
    1,5MHz (Wird für CDMA2000 benötigt)[/list:u:cl57mtj0]

      - Zeichenbefehle für das Grafikdisplay hinzugefügt:
      #define SC_PPIXDOT 0x66 (Punkt-Funktion)
      #define SC_PPIXLINE 0x67 (Linien-Funktion)
      #define SC_PPIXRECT 0x68 (Rechteck-Funktion)
      Der Immediate Opcode Parameter ist in allen Fällen: Pixel: 0=Aus, 1=Ein, 2=XOR.
      Die Koordinaten müssen jeweils zuvor auf den Stack geladen werden: x,y (Punkt) bzw. x1,y1,x2,y2 (Linie/Rechteck).[/list:u:cl57mtj0]

        - Einschalt-Logo hinzugefügt.[/list:u:cl57mtj0]

          - Diverse Funktionen können jetzt auch "extern" über folgende "Pseudo-Programm-IDs" gestartet werden (u.a. wichtig für alle SPECTRAN X bzw XFR):
          #define FID_FACTSETUP 97 (Factory setup starten)
          #define FID_INICALREQ 98 (Einschalt-Initial-Kalibrierung starten)
          #define FID_POWEROFF 99 (Gerät abschalten)
          Die "Pseudo-Programm-IDs" können jetzt durch Setzen der Setup-Var.:
          #define SV_USBRUNPROG 0x23 (Programm-Nummer-Start via USB)
          mit der gewünschten Programm-Nummer gestartet werden (Start nach dem Sweep).
          Solange, wie das Programm noch nicht ausgeführt ist, bleibt die Setup-Var. gesetzt, mit dem Programmstart wird sie auf Null gesetzt und kann neu gesetzt werden, auch in dem fraglichen Programm selber.
          Dies eröffnet natürlich eine Vielzahl an neuen Möglichkeiten! [/list:u:cl57mtj0]

          Die aktuelle BETA31-Firmware ist auf unserer Download-Seite verfügbar: http://www.aaronia.de/Analyzer_Software.htm

Snip


   
Quote
(@babbudoio)
Active Member
Joined: 14 years ago
Posts: 10
 

hi Moderator,

Can You desscribe in english the new feature of Beta 30 and Beta 31 Firmware?

Thanks in advance.


   
ReplyQuote
(@moderator)
Noble Member Admin
Joined: 14 years ago
Posts: 1044
Topic starter  

No problem, but this is also available on our ENGLISH website at http://www.spectran.com/SPECTRAN_V4-Firmware-History_en.htm

    -Added new filter:
    200kHz (Needed for GSM)
    1,5MHz (Needed for CDMA2000)[/list:u:u0wt2cpe]

      - Added drawing functions to the grafic display:
      #define SC_PPIXDOT 0x66 (Dot)
      #define SC_PPIXLINE 0x67 (Line)
      #define SC_PPIXRECT 0x68 (Rectangle)
      The immediate opcode parameter for all cases is: Pixel: 0=Off, 1=On, 2=XOR.
      The coordinates need to be pusshed on the stack: x,y (Dot) and x1,y1,x2,y2 (Line/Rectangle).[/list:u:u0wt2cpe]

        - Added Boot-Logo[/list:u:u0wt2cpe]

          - Added external program start feature incl. "Pseudo-Program-IDs" (Needed for SPECTRAN X and XFR):
          #define FID_FACTSETUP 97 (Start factory setup)
          #define FID_INICALREQ 98 (Start initial-boot-calibration)
          #define FID_POWEROFF 99 (Switch unit off)
          All those "Pseudo-Program-IDs" can be startet (start after sweep) with the setup-var.:
          #define SV_USBRUNPROG 0x23 (Program number start via USB)
          The setup var. will remain set as long as the program is not startet. With program start the setup var. will be set back to zero and can be set again even within the program itself.
          This offers a lot of new features! [/list:u:u0wt2cpe]

          The latest BETA31 firmware is available at our Download-Site at http://www.spectran.com/Software_en.shtml

Snip


   
ReplyQuote
(@babbudoio)
Active Member
Joined: 14 years ago
Posts: 10
 

Hi Moderator,
thx for your reply!

I have seen , before your post, only this (not updated ) page:
http://spectran-developer.net/typo3/index.php?id=12&L=1

Ok for the new features, The poweroff is very useful!

..I don't understand the meaning of "Beam-Sweep-Funktion" and the use in this case of "USB Sweep Id." and the "USB Status Reply"
Please, Can You explain this method with an example?
Thx in advance. bye


   
ReplyQuote
(@moderator)
Noble Member Admin
Joined: 14 years ago
Posts: 1044
Topic starter  

See our note at viewtopic.php?f=23&t=170#p254

Snip


   
ReplyQuote
Share: