Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Recent content by czins

  1. czins

    Problems running Catia in administrator mode V5

    Hello, here is my v5_admin start script for AIX perhaps you can use it: export CNEXTOUTPUT=CONSOLE export CNEXTSPLASHSCREEN=NO export CNEXTBACKGROUND=NO export CATNoStartDocument=YES cd /usr/DassaultSystemes/B12/aix_a/code/bin CNEXT -env /home/catocw/v5/CATEnv/CATIA.V5R12.B12 -admin Regards...
  2. czins

    Batch transformation in V4.2.2

    Hello, the most important document is the: Apllication Programming Interface Manual catap sh52-0631 Here a typical (not complete) fortran source: PROGRAM MSGMAIN C------------------------------------------------- IMPLICIT NONE INTEGER*4...
  3. czins

    Batch transformation in V4.2.2

    Hello, no, CATIA has to be up. but I think, this is more an organisational question. You can run your IUA over night. If you want to run it really in batch mode, you have to write a CATGEO program in FORTRAN or C, compile it and link it with the catgeo linker. Regards Stefan
  4. czins

    Batch transformation in V4.2.2

    Hello, when you don't know FORTRAN and speed isn't important, you can use IUA which is a interpreted language with many samples in the directory $CATIA/code/iua. Regards Stefan
  5. czins

    Batch transformation in V4.2.2

    Hello, you have to write a little CATGEO program to do your task. Regards Stefan
  6. czins

    printing in CATIA V4, need help with configuration

    Hello, if your plotter understands PS try out this parameter section in your plt_cfg file. The MAP parameters refer to an A4 in this example. Regards Stefan *BEGIN_PARAM / --------------PLOTTING KEYWORDS (REFER TO CATPUB REFERENCE MANUAL) *EXPORT POSTSCRIPT / MAPPING --> MARGIN 5 MILLIMETERS...
  7. czins

    IUA EXECUTABLE

    Hello gontxal, my installation is: xlfcmp 5.1.1.0 C XL Fortran Compiler xlC.cpp 4.3.0.1 C C for AIX Preprocessor perhaps you can try this combination, if available. It is on the CD: RS/6000 Operating Environment for CATIA Version 2.2 I think that is my last idea. Good luck...
  8. czins

    IUA EXECUTABLE

    Hello gontxal, my fault: shared -p mysub1.o mysub2.o csystem.o -o /prog/v4load/myiua -a /usr/lib/libC.a use a backslash after myiua. By the way, which version of Fortran and C do you use ? Sorry and regards Stefan
  9. czins

    IUA Progs: How to access the name of a workspace?

    Hello Jim, the routine you are looking for is: LOAD GIRIDE MNUM,JADF,NIDEN,LIDEN,IER ****** JADF: POINTER TO WSP NIDEN: LENGHT OF IDENTIFIER (MAX 16) LIDEN: IDENTIFIER (CHAR*16 LIDEN) REGARDS Stefan
  10. czins

    IUA EXECUTABLE

    Hello gontxal, you have listed all subroutines in your link script ? Perhaps you have code in C where you have to add the apropriate Library ? shared -p mysub1.o mysub2.o csystem.o -o /prog/v4load/myiua -a /usr/lib/libC.a Regards Stefan
  11. czins

    IUA EXECUTABLE

    Hello gontxal, you need for the linking a C-compiler. The standard IBM C-compiler needs a license and is in the directory: /usr/ibmcxx/bin You have to add this directory to your path. If you want to use a GNU C-compiler you have to try. I have no experience with it. Good luck ! Best regards...
  12. czins

    IUA EXECUTABLE

    Hello gontxal, it is important that you do your programming as a catia user with the the correct PATH and LIB settings (YOUR.env) Best Regards Stefan
  13. czins

    IUA EXECUTABLE

    Hallo, make a little script eg. test.sh with the following content: shared -p mysub1.o mysub2.o csystem.o -o /prog/v4load/myiua Best Regards Stefan
  14. czins

    IUA programming - How to get to a Detail from one of its Dittos

    Hello, For Draw Dittos: GIRDDI to get the detail workspace GIREXT to check if it is external For Space Dittos: GIRWDI to get the detail workspace GIREXT to check if it is external Regards Stefan
  15. czins

    IUA Programming - how to pass an entity as an argument

    Hello, you have to pass your geometrical argument as an integer. IUA: PTD JPTD1 LOAD XXX JTPD1 FORTRAN: SUBROUTINE XXX (JPTD1) INTEGER*4 JPTD1 Regards Stefan

Part and Inventory Search