Inventor Engineer-To-Order (Read-Only)
Welcome to Autodesk’s Inventor ETO Forums. Share your knowledge, ask questions, and explore popular Inventor ETO topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Thread feature not working through Web Client

5 REPLIES 5
Reply
Message 1 of 6
gadurai
818 Views, 5 Replies

Thread feature not working through Web Client

Hi, 

 

I am creating Assembly through ETO rules.I need to create threaded hole in the Part.

My ETO rule works fine through ETO series but doesn't works through my web application.

Without including thread feature my Web application is working.If i am including Thread child.It is not working.

I have used following code to create thread in my part.

 

'*************************

Child Hole1Threaded As  :IvPartHoleFeature

drilledType = :Drilled
face = "TopFace"
edge1 = "TopLeftEdge"
edge2 = "TopFrontEdge"
biasPoint = "V2"
extentDirection = :Positive
throughAllType = :throughAll
parallelThreadType ="ANSI Metric M Profile"' 
threadClass = "6H"
fullDepthThread = True
distance1 = 3
distance2 = 1.5
threadDesignation = "M12x1.75" 
End Child

 '***********************

I am  getting the follwoing error message.

 

"Could not apply Part Features. Error creating parallel thread for hole."

 

Regards,

Appadurai.G

5 REPLIES 5
Message 2 of 6
wayne.brill
in reply to: gadurai

Hi Appadurai,

 

I believe this is related to an issue with Excel being accessed from ETO on a server. Thread features use Excel to access the thread.xls file and do not run reliably on a server OS. (iParts with ETO  have a similar problem on a web server). This problem has been reported to Autodesk ETO Engineering.  

 

 



Wayne Brill
Developer Technical Services
Autodesk Developer Network

Message 3 of 6
gadurai
in reply to: wayne.brill

Hi  Wayne Brill,

 

This means to say, craeting thread feature through ETO web client is not Possible.

 

Is there any work around we can implement here?

 

Regards,

Appadurai.G

Message 4 of 6
gadurai
in reply to: gadurai

Hi,

 

I am trying it to achive through ilogic.

My ilogic rule is running thorugh ETO series.

I am using the follwing rule to run my ilogic rule.

'****************

Parameter Rule ilogr As Integer
Dim dummyref As Any = BarThk
ilogr = iv_RuniLogicRule(Me.Plate, "ThreadRule")

End Rule'

'******************

 

While i am creating assembly throough ETO client(Web).It is not working.

 

can any body guide me to achive this Thread hole feature in my Part dynamically throgh Intent rule.

 

Regards,

Appadurai.G

 

Message 5 of 6
Jon.Balgley
in reply to: gadurai

There is no workaround for this.  Thread features (changing them) will not work in ETO Server.  Although we have made some progress on this deficiency (it works on Configurator 360 now), at this point we have no ETA for when it will be supported in ETO Server.  If you have further questions, you can email me directly, and I can forward it to the appropriate people.

 

jon.balgley@autodesk.com


Jon Balgley
Message 6 of 6
Jon.Balgley
in reply to: Jon.Balgley

Slight correction.  While we have made progress on this front, there are still problems with thread-features on Configurator 360.  That doesn't affect the status of ETO Server.


Jon Balgley

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

Post to forums  

Autodesk Design & Make Report