Functions | |
| int | SPI_ASM_is_MTE_loaded () |
| Tests if an MTE machine is loaded and active on current part. | |
| int | SPI_ASM_load_fmo () |
| Loads the tool assembly model of MTE. | |
| int | SPI_ASM_free_fmo () |
| Releases the tool assembly model of MTE. | |
| int | SPI_ASM_nb_turret () |
| Reads the number of turret. | |
| int | SPI_ASM_select_turret (int index) |
| Selects the turret by its index. | |
| int | SPI_ASM_select_turret_no (int notrl) |
| Selects the turret by its number. | |
| int | SPI_ASM_read_turret_name (std::string &name) |
| Reads the turret name. | |
| int | SPI_ASM_read_turret_type () |
| Reads the type of a turret. | |
| int | SPI_ASM_nb_support_turret () |
| Reads the number of the tool support. | |
| int | SPI_ASM_select_support (int index) |
| Selects a support of a turret by its index. | |
| int | SPI_ASM_select_support_notool (int notool, int poste) |
| Selects a support of a turret by tool number. | |
| int | SPI_ASM_read_support_name (std::string &name) |
| Reads the tool support name. | |
| int | SPI_ASM_select_component () |
| Select a component. | |
| int | SPI_ASM_read_component_name (std::string &name) |
| Reads the component name. | |
| int | SPI_ASM_read_component_type () |
| Reads the type of the component. | |
| void | SPI_ASM_read_component_typetool (std::string &nameType) |
| Reads the name of the type tool. | |
| int | SPI_ASM_component_is_tool () |
| Tests if the component is a tool. | |
| int | SPI_ASM_nb_support_component () |
| Reads the support number of a component. | |
| int | SPI_ASM_select_support_component (int level, int index) |
| Selects a support of a component by its index. | |
| int | SPI_ASM_select_tool2 () |
| Selects a tool. | |
Read assembly
| int SPI_ASM_component_is_tool | ( | ) |
Tests if the component is a tool.
| int SPI_ASM_free_fmo | ( | ) |
Releases the tool assembly model of MTE.
| int SPI_ASM_is_MTE_loaded | ( | ) |
Tests if an MTE machine is loaded and active on current part.
| int SPI_ASM_load_fmo | ( | ) |
Loads the tool assembly model of MTE.
| int SPI_ASM_nb_support_component | ( | ) |
Reads the support number of a component.
| int SPI_ASM_nb_support_turret | ( | ) |
Reads the number of the tool support.
| int SPI_ASM_nb_turret | ( | ) |
Reads the number of turret.
| int SPI_ASM_read_component_name | ( | std::string & | name | ) |
Reads the component name.
| [out] | name | Name of the component |
| int SPI_ASM_read_component_type | ( | ) |
Reads the type of the component.
| void SPI_ASM_read_component_typetool | ( | std::string & | nameType | ) |
Reads the name of the type tool.
| [out] | nameType | Name of the type tool |
| int SPI_ASM_read_support_name | ( | std::string & | name | ) |
Reads the tool support name.
| [out] | name | Name of the support |
| int SPI_ASM_read_turret_name | ( | std::string & | name | ) |
Reads the turret name.
| [out] | name | Name of the turret |
| int SPI_ASM_read_turret_type | ( | ) |
Reads the type of a turret.
| int SPI_ASM_select_component | ( | ) |
Select a component.
| int SPI_ASM_select_support | ( | int | index | ) |
Selects a support of a turret by its index.
| [in] | index | Index of the support |
| int SPI_ASM_select_support_component | ( | int | level, |
| int | index ) |
Selects a support of a component by its index.
| [in] | level | Level of a support |
| [in] | index | Index of a support |
| int SPI_ASM_select_support_notool | ( | int | notool, |
| int | poste ) |
Selects a support of a turret by tool number.
| [in] | notool | tool number |
| [in] | poste | poste number |
| int SPI_ASM_select_tool2 | ( | ) |
Selects a tool.
| int SPI_ASM_select_turret | ( | int | index | ) |
Selects the turret by its index.
| [in] | index | Index of the turret |
| int SPI_ASM_select_turret_no | ( | int | notrl | ) |
Selects the turret by its number.
| [in] | notrl | turret number |