Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TRICKY - Through VB, open a file on a remote computer and perform operations

4 REPLIES 4
Reply
Message 1 of 5
Anonymous
227 Views, 4 Replies

TRICKY - Through VB, open a file on a remote computer and perform operations

Hi All,

 

I have some users who will need to view a DWF file
of an Inventor drawing. The thing is they do not have Inventor on their
workstation.

 

What I'd like to do through VB is to remotely open
the source file in question on another known PC that has Inventor installed,
perform the file save to DWF and that's it....Is this at all possible, or has
anyone done anything similar?

 

 
4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: Anonymous

Stand alone design tracking allows you to view
native Inventor IDWs.  You can download it from the Autodesk site free of
charge.


--
Sean Dotson, PE
Autodesk Inventor Certified Expert

href="http://www.sdotson.com">http://www.sdotson.com

Check the Inventor
FAQ for most common questions

href="http://www.sdotson.com/faq.html">www.sdotson.com/faq.html

-----------------------------------------------------------------------


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Hi All,

 

I have some users who will need to view a DWF
file of an Inventor drawing. The thing is they do not have Inventor on their
workstation.

 

What I'd like to do through VB is to remotely
open the source file in question on another known PC that has Inventor
installed, perform the file save to DWF and that's it....Is this at all
possible, or has anyone done anything similar?

 

 
Message 3 of 5
Anonymous
in reply to: Anonymous

Thanks Sean,

 

The DWF's I make will eventually be run through a
Batch Print routine, so I will need to create DWF's, and unfortunately VV3 does
not support Inventor files through the ACtiveX, which is why I'm in this
predicament in the first place....any other ideas?

 

mike

 

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Stand alone design tracking allows you to view
native Inventor IDWs.  You can download it from the Autodesk site free of
charge.


--
Sean Dotson, PE
Autodesk Inventor Certified Expert

href="http://www.sdotson.com">http://www.sdotson.com

Check the Inventor
FAQ for most common questions

href="http://www.sdotson.com/faq.html">www.sdotson.com/faq.html

-----------------------------------------------------------------------


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Hi All,

 

I have some users who will need to view a DWF
file of an Inventor drawing. The thing is they do not have Inventor on their
workstation.

 

What I'd like to do through VB is to remotely
open the source file in question on another known PC that has Inventor
installed, perform the file save to DWF and that's it....Is this at all
possible, or has anyone done anything similar?

 

 
Message 4 of 5
Anonymous
in reply to: Anonymous

Gotcha.  Possibly another solution would be to
save a DWF when the user sets the design state flag to released.  So all
the DWFs will exist.

 

Or do you *have* to create the DWFs at runtime
(e.g. when the non-Inventor users opens the file)?


--
Sean Dotson, PE
Autodesk Inventor Certified Expert

href="http://www.sdotson.com">http://www.sdotson.com

Check the Inventor
FAQ for most common questions

href="http://www.sdotson.com/faq.html">www.sdotson.com/faq.html

-----------------------------------------------------------------------


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Thanks Sean,

 

The DWF's I make will eventually be run through a
Batch Print routine, so I will need to create DWF's, and unfortunately VV3
does not support Inventor files through the ACtiveX, which is why I'm in this
predicament in the first place....any other ideas?

 

mike

 

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Stand alone design tracking allows you to view
native Inventor IDWs.  You can download it from the Autodesk site free
of charge.


--
Sean Dotson, PE
Autodesk Inventor Certified Expert

href="http://www.sdotson.com">http://www.sdotson.com

Check the
Inventor FAQ for most common questions

href="http://www.sdotson.com/faq.html">www.sdotson.com/faq.html

-----------------------------------------------------------------------


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Hi All,

 

I have some users who will need to view a DWF
file of an Inventor drawing. The thing is they do not have Inventor on
their workstation.

 

What I'd like to do through VB is to remotely
open the source file in question on another known PC that has Inventor
installed, perform the file save to DWF and that's it....Is this at all
possible, or has anyone done anything similar?

 

 
Message 5 of 5
Anonymous
in reply to: Anonymous

Hi Sean,

 

Actually I found ascript so that the actual
Inventor users can have a DWF saved on every document save, this I believe
should give me a constant up to date version in a DWF format. Do you think this
would be acceptible?

 

The thing is, there is still the possibility that I
would like to run a macro on a remote workstation running Inventor. I wonder if
this is still possible...

 

mike

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Gotcha.  Possibly another solution would be
to save a DWF when the user sets the design state flag to released.  So
all the DWFs will exist.

 

Or do you *have* to create the DWFs at
runtime (e.g. when the non-Inventor users opens the file)?


--
Sean Dotson, PE
Autodesk Inventor Certified Expert

href="http://www.sdotson.com">http://www.sdotson.com

Check the Inventor
FAQ for most common questions

href="http://www.sdotson.com/faq.html">www.sdotson.com/faq.html

-----------------------------------------------------------------------


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Thanks Sean,

 

The DWF's I make will eventually be run through
a Batch Print routine, so I will need to create DWF's, and unfortunately VV3
does not support Inventor files through the ACtiveX, which is why I'm in
this predicament in the first place....any other ideas?

 

mike

 

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Stand alone design tracking allows you to
view native Inventor IDWs.  You can download it from the Autodesk
site free of charge.


--
Sean Dotson, PE
Autodesk Inventor Certified
Expert

href="http://www.sdotson.com">http://www.sdotson.com

Check the
Inventor FAQ for most common questions

href="http://www.sdotson.com/faq.html">www.sdotson.com/faq.html

-----------------------------------------------------------------------


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">

Hi All,

 

I have some users who will need to view a
DWF file of an Inventor drawing. The thing is they do not have Inventor
on their workstation.

 

What I'd like to do through VB is to
remotely open the source file in question on another known PC that has
Inventor installed, perform the file save to DWF and that's it....Is
this at all possible, or has anyone done anything similar?

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report