Refering to back to a previous thread regarding creating a curve by equation. After sorting out my problems with basic mathmatics I eventually got something similiar to what I was after, however I am a bit confused as to how pro is treating the values in the equations.
If I use microsoft excel...
I am trying to create a curve of a trochoid which has the parametric equation
x = [ a * THETA ] - [ b * sin(THETA) ]
y = a - [ b * cos(THETA) ]
where a & b are real numbers and THETA is the angle in radians.
This is what I used to define the equation in pro, however I dont get the correct...
I have a few issues with my post processor and want to make some changes to the FIL (Factory Interface Language) file. Does anyone know where I can obtain a decent FIL reference manual explaining the command syntax etc.
Thanks in advance.
Dave
Hi
Could anyone tell me if there is a Free addin for excel that will let me plot a normal distribution curve, histograms etc. Any help will be appreciated
Dave
I am running Proe a P3 1.8GHZ with 256MB Ram and a 64MB graphics card. However when I run Pro my PC becomes very sluggish. Is there anything I need to set to make it run faster, such as virtual memory, network setup etc. Any help would be appreciated.
Thanks in advance
Could anyone tell me wether it is possible to create manufacturing sequences from a triangulated polygon mesh such as an STL file. I am particularly interested in Pro 2001. Any info on this subject would be usefull. Thanks in advance
Dav
Does anyone have any experience of machining Devlon T100 plastic. I am particularly interest in recommended surface speeds, feed per tooth etc for use with carbide cutting tools. And also deep hole drilling (upto 400mm)
Any help would be appreciated
When promting the user for inputs in pro program is there anyway of having a default, wereby if the tick is clicked while the input box is empty a default value is used.
Does anyone have experience of using the Windows API in Win2K.
I have used the GetComputerName API in an excel application I wrote on windows NT which worked fine. We have since then changed over to WIN2K and the same application falls down when it trys to call the API.
Has the Kernel32.dll...
Does anyone know if it is possible to run a batch file from an excel macro? I've tried using
Application.Run "C:\temp\MyBatchFile.bat"
But that didnt work
anyone got any ideas