MATRIXx

cancel
Showing results for 
Search instead for 
Did you mean: 

MATRIXx API

Currently what specific Mechanical CAE/CAD software can be exported and imported using the Xmath/SystemBuild API?

Thanks
0 Kudos
Message 1 of 4
(8,187 Views)
pkad,

Xmath (and thus Systembuild) can read delimited text files with values separated by commas, tabs, or spaces.  As long as your CAD program can export in this format, you can read it into Xmath. See KB 2TCFI7OH for more details

Hope this helps.
--Paul Mandeltort
Automotive and Industrial Communications Product Marketing
0 Kudos
Message 2 of 4
(8,168 Views)
Hi,

I want to allow models that are developed in other Mechanical CAD/CAE software to be compiled for use in Xmath/SystemBuild, and vice versa.  This is similar to the S-function within Simulink.

Do you know which Mechanical CAD/CAE softwares are supported by the Xmath/SystemBuild API?

Thanks.
0 Kudos
Message 3 of 4
(8,157 Views)
pkad,

We don't explicitly support any particular CAD/CAM packages.  However, the specific functionality you are looking for is referred to as UserCode blocks, SystemBuild's parallel to S-Blocks.  You can learn more in Chapter 14 of this SystemBuild user's guide.

If your CAD/CAM package can export the appropriate C code, then chances are you can get the code to work with UserCode blocks.

Hope this helps!
--Paul
--------------
Paul Mandeltort
Applications Engineering
National Instruments, Inc
http://www.ni.com/support

--Paul Mandeltort
Automotive and Industrial Communications Product Marketing
0 Kudos
Message 4 of 4
(8,144 Views)