Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VI Speed issue

Status
Not open for further replies.

Blorf

Programmer
Dec 30, 2003
1,608
US
Hello.

Using the following dos .bat code to auto activate a VI job works extremely well because it means I can automate the processess with out humans being trained on VI or what not.

However.... When I run a VI job this way, it operates at about 10% the speed it would if I went to the VI menu and manually activated it. Why? And is there a way around this?

Thanks!
ChaZ

Code:
M:
CD\
CD MAS90\HOME
M:\MAS90\HOME\PVXWIN32.EXE ..\launcher\sota.ini ..\soa\mas90 -ARG VIWI05 W O DIRECT DISPLAY AAP

There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
 
The speed depends somewhat on the file type used and the location of the file. Is the file on your work station or the server?

 
Server.

The same file type and location run via above bat file, and from the vi menu produces different results.

The file type is comma delimited.

Thanks!
ChaZ

There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
 
Here is one thing to consider. If you are running MAS200 and you run the VI job from a desk top the difference is this. With 200 the processing is done on the server but your VI job running from the desk top is actually running it in MAS90, that being file server mode. This should account for the speed difference.
 
Ahhh I see.

Invoking as I am using the .bat forces the desk top to interpert rather than the server. At least now I can try to come up with a solution.

Thanks!
ChaZ

There Are 10 Types Of People In The world:
Those That Understand BINARY And Those That Don’t.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top