Difference between revisions of "Supravision"

From ATTWiki
Jump to: navigation, search
(Supravision Software)
 
(Supravision File Format)
 
(48 intermediate revisions by one user not shown)
Line 1: Line 1:
Supravision is currently (2006) the leading software package used in the tube fabrication industry. (By "leading", I mean the most installed software package.)
+
[[Image:svdos.png|right|thumb|The original DOS Supravision main menu (circa 1980s and '90s)]]
 +
[[Image:svwin.png|right|thumb|The newer Windows Supravision main menu (circa late 1990s to current)]]
  
Supravision was designed by Homer Eaton and Foad Rekabi of ROMER back in the '80s.  It originally began as a DOS program, then migrated to Windows.  When it was redesigned for Windows, Foad decided to keep the DOS SV look and feel in the Windows version.
+
__TOC__
  
Supravision uses
+
==Intro and History==
  
 +
Supravision was designed by Homer Eaton and Foad Rekabi of ROMER in the 1980s.  It originally began as a DOS program, then migrated to Windows.  When it was redesigned for Windows, Foad decided to keep the DOS SV look and feel in the Windows version. 
 +
<br><br>
 +
In 2011, [[ROMER]] CIMCORE - A division of [[Hexagon Metrology]], began replacing sales of Supravision with [[DOCS]] software.
  
  
SUPRAVISION and NETWORK PROTOCOL
+
== Supravision File Format==
 +
<table>
  
-----------VERSION 5-----------------
+
<tr valign=top>
 +
<td width=300>
 +
You can load any Supravision file into any text editor to view the data.<br><br>
 +
This is an example Supravision file in a Notepad++ editor (the editor that installs with VTube software).
  
Version 5.00.0 - NOT OK
+
</td>
Causes the program to report "This program has performed an illegal
+
<td>
function and will be shutdown" when it attempts to perform a
+
[[image:vtube-step_v2.5_notepad++SupravisionFile.png|600px]]<br><br>
Supravsion Network communication.
+
</td>
 +
</tr>
 +
<tr>
 +
</table>
 +
<br>
  
 +
==[[Supravision Network Protocol]]==
  
-----------VERSION 4-----------------
+
[[image:svnetwork_logo.jpg|250px]]
  
Version 4.00.9398 - NOT OK
+
Both the DOS and Windows versions of Supravision use several protocolsThe most prominent is Supravision Network protocolWe commonly refer to this protocol as "SVNET."  (We pronounce it S-V-Net.) See [[Supravision Network Protocol]]
No TIMEOUT Recognized for Supravision Network
+
VR.EXE      364,080 05-22-98 12:19p vr.exe
+
  
Version 4.02.9832 - OK for Supravision Network
+
==Supravision Filename Standard==
vr.exe  359KB 3/8/99 3:52OPM
+
  
 +
<table cellpadding="15" width = 650>
 +
<tr valign="top">
 +
<td bgcolor="#f0f0f0" width = 200>
 +
'''All Versions'''
 +
'''(3, 4, 5, and 6)'''
 +
</td>
 +
<td bgcolor="#e3e4f5">
 +
<ol>
  
-----------VERSION 3-----------------
+
The Supravision filename uses the triple dollar sign (.$$$) for all filename extensions.
Version 3.58.9570 - OK for Supravision Network
+
 
vr.exe  375KB 11/2/98 2:49PM
+
</ol>
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
 
 +
 
 +
<table cellpadding="15" width = 650>
 +
<tr valign="top">
 +
<td bgcolor="#f0f0f0" width = 200>
 +
'''Older DOS Versions'''
 +
'''(3 and 4)'''
 +
</td>
 +
<td bgcolor="#e3e4f5">
 +
<ol>
 +
The DOS version of Supravision allowed long filenames by breaking the name into a series of sub folders.  For example, this part:
 +
 
 +
 
 +
<pre>LONG PART NAME TESTED ON SV4</pre>
 +
 
 +
is saved as
 +
 
 +
<pre>...\parts\LONG&PAR.---\T&NAME&T.---\ESTED&ON.---\&SV4.$$$</pre>
 +
 
 +
on the systems using DOS versions 3 and 4. The actual filename is "&SV4.$$$."  The rest of the filename is retained in the folder structure.
 +
 
 +
</ol>
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
 
 +
<table cellpadding="15" width = 650>
 +
<tr valign="top">
 +
<td bgcolor="#f0f0f0" width = 200>
 +
'''Windows Versions'''
 +
'''(5 and 6)'''
 +
</td>
 +
<td bgcolor="#e3e4f5">
 +
<ol>
 +
 
 +
The newer Windows versions (5 and 6) of Supravision take advantage of the long filename capability of Windows.
 +
For example, this part:
 +
 
 +
<pre>LONG PART NAME TESTED ON SV6.$$$</pre>
 +
 
 +
is saved as
 +
 
 +
<pre>...\parts\LONG PART NAME TESTED ON SV6.$$$</pre>
 +
 
 +
 
 +
</ol>
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
<br><br>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
==Converting Filenames with [[SVFILE]]==
 +
 
 +
Our [[SVFILE]] Converter Software converts the older style filenames into Windows style filenames automatically.
 +
 
 +
See [[SVFILE]] for download information.
 +
 
 +
<br><br>
 +
 
 +
==Tutorials==
 +
 
 +
* [[How to change the Supravision Configuration Setup]]
 +
* [[How to change the Supravision audio volume]]
 +
 
 +
==Articles Related to Supravision==
 +
 
 +
Read about the SVout feature in CNC Bender:
 +
[[CNC Bender 10.0.6.0i - SVout Export Feature]]
 +
 
 +
See also [[DOCS]] - the replacement software for Supravision.
 +
 
 +
==External Links==
 +
 
 +
The Romer site no longer shows Supravision pages.

Latest revision as of 15:15, 20 May 2016

The original DOS Supravision main menu (circa 1980s and '90s)
The newer Windows Supravision main menu (circa late 1990s to current)

Contents


Intro and History

Supravision was designed by Homer Eaton and Foad Rekabi of ROMER in the 1980s. It originally began as a DOS program, then migrated to Windows. When it was redesigned for Windows, Foad decided to keep the DOS SV look and feel in the Windows version.

In 2011, ROMER CIMCORE - A division of Hexagon Metrology, began replacing sales of Supravision with DOCS software.


Supravision File Format

You can load any Supravision file into any text editor to view the data.

This is an example Supravision file in a Notepad++ editor (the editor that installs with VTube software).

Vtube-step v2.5 notepad++SupravisionFile.png


Supravision Network Protocol

Svnetwork logo.jpg

Both the DOS and Windows versions of Supravision use several protocols. The most prominent is Supravision Network protocol. We commonly refer to this protocol as "SVNET." (We pronounce it S-V-Net.) See Supravision Network Protocol

Supravision Filename Standard

All Versions (3, 4, 5, and 6)

    The Supravision filename uses the triple dollar sign (.$$$) for all filename extensions.


Older DOS Versions (3 and 4)

    The DOS version of Supravision allowed long filenames by breaking the name into a series of sub folders. For example, this part:
    LONG PART NAME TESTED ON SV4

    is saved as

    ...\parts\LONG&PAR.---\T&NAME&T.---\ESTED&ON.---\&SV4.$$$

    on the systems using DOS versions 3 and 4. The actual filename is "&SV4.$$$." The rest of the filename is retained in the folder structure.


Windows Versions (5 and 6)

    The newer Windows versions (5 and 6) of Supravision take advantage of the long filename capability of Windows. For example, this part:
    LONG PART NAME TESTED ON SV6.$$$

    is saved as

    ...\parts\LONG PART NAME TESTED ON SV6.$$$






Converting Filenames with SVFILE

Our SVFILE Converter Software converts the older style filenames into Windows style filenames automatically.

See SVFILE for download information.



Tutorials

Articles Related to Supravision

Read about the SVout feature in CNC Bender: CNC Bender 10.0.6.0i - SVout Export Feature

See also DOCS - the replacement software for Supravision.

External Links

The Romer site no longer shows Supravision pages.