Drobny
Drobny
NUMBER 3
INSTITUTE OF ENGINEERING PROCESSES AUTOMATION
AND INTEGRATED MANUFACTURING SYSTEMS
1. Introduction
At the present time it is possible to notice the increasing development of science and
technology. Manufacturing companies are on the one hand in a front of the huge challenge of
meeting the requirements of the customers connected with the expected quality, time
restrictions and a complexity of the project; on the other hand they are obliged to obtain an
advantage over competitors.
Often on the basis of one standard structure designers generate several structural variants
of the element, forming the series of types. Usage of a parameterization significantly
improves the entire process, because the dimensions are linked with specific functions and
dependences. The parameterization provides the correct fitting of related dimensions, so that
treatment enables easily avoiding of errors associated with the redesign process of elements in
assemblies (mechanisms, machines, etc.). The use of the parameterization in modern CAD
systems significantly improves a quality of a design and a construction process,
simultaneously reducing the time [1, 2].
APPLICATION OF THE ILOGIC TECHNOLOGY… 52
The iLogic technology makes possible an automation of many tasks, among other things
[5,6]:
• an activation or a deactivation of individual parts in assembly, their relations (drilling
operations, extrusions made on items), by using a command containing rules based on
text values (true/false)
• an automatic updating of the document structure (if made some modifications in the
model),
• an upload and a download of parameter values to an Excel spreadsheet, along with the
possibility of reading and writing,
• an establishment of a communication process between the model and external databases
(such as the SQL Server or the Microsoft Access).
3. iLogic rules
Rules are small programs written using the Visual Basic through which it is possible to
control the model (modification of parameters) and the behavior determination of the
elements (operations on them, depending on certain conditions). Allow also the use of
parameters, including numeric and text variables. The rules are stored in the same file as the
APPLICATION OF THE ILOGIC TECHNOLOGY… 53
created part, or assembly (no errors associated with the name of the object, or a path). Figure
2 shows the window dedicated to an edition of the rules.
A field of available
functions An area dedicated to a definition of new rule function
The high transparency of the editing window and a collection of all of the available
features make easy to add another command rules.
Parameter("joint_type") = "key"
• a numerical value:
Power_input = 3 KW
Component.IsActive("shaft:1") = True
Appended values (/(10^9) and /6), to the end of command lines, are the conversion
coefficients of power (given in kilowatts) and speed (given in rev/min), in order to properly
sending of parameter values to a spreadsheet cell. With the iLogic technology the authors
made the clear form shown in Figure 3.
The final step of the rule edition is saving the changes and closing the spreadsheet, with
a purpose of appropriate commands:
• saving the changes command::
GoExcel.Save
• closing the spreadsheet:
GoExcel.Close
Elaborated form allows to enter the input data (generation of a new variant of a gear
design, shown in the Figure 4), and then generation of a complete design documentation.
Additionally the user has the possibility to export the model to IGES or STEP formats.
6. Summary
The paper presents the possibilities of using the Autodesk Inventor iLogic technology for
definition of rules, and forms used for a development of the parametric model of helical gear
units. By using the described technology user may perform any variant of considered
structure, based on defined inputs recorded within the range of the form.
The process works on the principle of communication (by iLogic rules) made between the
model (in the Inventor software) and the Microsoft Excel spreadsheet, which are made all the
calculations and a choice of the dimensions of the standard.
The proposed solution significantly reduces the whole time of a design and a construction
associated with the development of a new variant structure and its documentation, bringing
the whole process to introducing a new input data and then generation of all documentation.
References