COE Store (large)

Welcome to the COE Discussion Forums! 

 

To participate in the discussion forum, you must be logged in to the website.  If you forget your login information, please contact COE Headquarters at coe@coe.org or (800) 263-2255.

If you are new to the COE Discussion Forum and would like to participate, please register.


 

Follow COE on

COE DISCUSSION FORUM
HOW TO KNOW CATIA VERSION OF A .CATPart
Last Post 22 Jun 2009 02:55 PM by HICHAM11. 12 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
DSAINI27
Occasional Poster
Occasional Poster
Posts:1


--
06 Jun 2008 05:08 AM  

CAN ANYBODY TELL ME HOW TO KNOW THAT A PART (.CATPART) IS IN WHICH VERSION OF CATIA.

JSTRAWN
1500+ Poster
1500+ Poster
Posts:1502
Avatar


--
06 Jun 2008 07:51 AM  
Open the file into a binary viewer (TextPad, NotePad, etc). In the first line or two it should have a version level in it.
Jim Strawn
Cessna Aircraft Co.

View Jim Strawn's profile on LinkedIn
GSAUN
50+ Poster
50+ Poster
Posts:172


--
06 Jun 2008 08:27 AM  
There is also a handy utility called "which version" or at least the executable is named which_version.exe. I don't remember where I got it, but the copyright on the file is by Didier Lacour, and the company name is "Ecole Centrale de Lyon". I have the French version, but I'm pretty sure there is an English version out there too.
Gary Saunders
GSAUN
50+ Poster
50+ Poster
Posts:172


--
06 Jun 2008 08:37 AM  
I believe this is where I obtained the file, but don't see it attached here anymore.
http://www.coe.org/Collaboration/DiscussionForum/ActiveDiscussions/tabid/210/view/topic/forumid/6/postid/104164/Default.aspx
Gary Saunders
FERDO
200+ Poster
200+ Poster
Posts:242


--
18 Jun 2008 05:39 AM  
Jim is right. Open CATIA file in a text editor and search the string MinimalVersionToRead . Its working no meter what OS are you using.
Best Regards
Fernando
JAMES2703
Occasional Poster
Occasional Poster
Posts:18
Avatar


--
20 Jun 2008 11:43 AM  

I have a copy of the english version. It has an email: Didier.Lacour@ec-lyon.fr

VNPENGUIN
Occasional Poster
Occasional Poster
Posts:11


--
26 Oct 2008 10:48 AM  
Just use this Perl code:
==================================
$/ = "\0";
while (<>) {
while (/([\040-\176\s]{4,})/g) {
$string = $1;
if($string =~ m#(\d+)/(\d+)/#){
$ver = $1;
$rel = $2;
printf "V%dR%d",$ver,$rel;
}
}
}
=====================================
tjs4689
200+ Poster
200+ Poster
Posts:242
Avatar


--
29 Oct 2008 08:45 AM  
Try this link instead: http://didier.lacour.free.fr/#english
Timothy J. Suhr
COE EME DPC Co-Chair
EE Technical Designer
The Boeing Company
P.O. Box 3707 M/S 42-54
Seattle, WA 98124-2207
Truds
Occasional Poster
Occasional Poster
Posts:6


--
21 Nov 2008 06:32 PM  

Hi all,

Inquiring about information in regards to V5 R18 Vs. V5 R19? Information of differences between the releases? Or have there been any issues reported? Please let me know.........

tjs4689
200+ Poster
200+ Poster
Posts:242
Avatar


--
08 Dec 2008 10:15 AM  
Inquiring about information in regards to V5 R18 Vs. V5 R19? Information of differences between the releases? Or have there been any issues reported? Please let me know.........

The program directory is intended for any user who wishes to install or maintain the system, or access product data. The information is provided as an addition to the official documentation, which is available on your Documentation CD. The "General and Open Issues" section of the program directory includes any important or open issues you need to be aware of in a specific product. Also each workbench / product contains a section "What's New" that covers "New Functionalities", "Enhanced Functionality", and "Customizing Settings" that are new to each release. My first task with each new release is to review both of these locations for the workbenches I cover.
The V5 Documentation is one of the major improvmeents over the V4 suite. Please make use of this valuable resource! I hope that with V6 DS will start to include more Why to the V5 User Guides. This is one area that I fell could have been inproved.
Timothy J. Suhr
COE EME DPC Co-Chair
EE Technical Designer
The Boeing Company
P.O. Box 3707 M/S 42-54
Seattle, WA 98124-2207
BIBERS
Occasional Poster
Occasional Poster
Posts:1


--
20 Jun 2009 01:27 PM  
Hi

open it with notepad.
and serche this word: RELEASE
GSAUN
50+ Poster
50+ Poster
Posts:172


--
22 Jun 2009 07:57 AM  
This is better.

http://www.coe.org/Collaboration/DiscussionForum/ActiveDiscussions/tabid/210/forumid/6/tpage/1/view/topic/postid/123686/Default.aspx#124621
Gary Saunders
HICHAM11
Occasional Poster
Occasional Poster
Posts:3


--
22 Jun 2009 02:55 PM  
Hi

Another way to check CATIA version of the part. If you have the part opened in Catia, just go to Desk and right click on it, then go to properties and you will see the version, release and service pack.

Thanks
You are not authorized to post a reply.

Active Forums 4.1