AUTOMATION OF COMPUTATIONAL TASKS IN CAD SYSTEMS AUTOMATYZACJA PROCESÓW OBLICZENIOWYCH W SYSTEMACH CAD
|
|
- Alojzy Podgórski
- 8 lat temu
- Przeglądów:
Transkrypt
1 TADEUSZ CZY EWSKI AUTOMATION OF COMPUTATIONAL TASKS IN CAD SYSTEMS AUTOMATYZACJA PROCESÓW OBLICZENIOWYCH W SYSTEMACH CAD A b s t r a c t Carrying out suitable engineering analyses is an essential part of designing process of machines and devices. Conducting them with the aid of CAD system force the designer to create additional models which have to be properly defined for the particular type of analysis. Therefore, during rebuilding of models very often some information are lost, and designer has to input this once again for each new created model. Even in case of small models consisting of only dozens of elements, inserting mentioned information significantly elongate the designing process. Using of API interface for working out a software which allows automation of computational tasks of mechanism and devices was proposed in this paper. It enables correlation of different types of assemblies and also unbounded information exchange between them. Keywords: CAD system API interface, C++ programming, automation of computational tasks S t r e s z c z e n i e Niezb dnym elementem w procesie projektowania mechanizmów i maszyn jest prowadzenie odpowiednich analiz in ynierskich. Prowadzenie tych analiz za pomoc systemu CAD zmusza konstruktora do tworzenia dodatkowych modeli odpowiednio zdefiniowanych dla danego typu analizy. W zwi zku z tym podczas przebudowywania modeli bardzo cz sto dochodzi do utraty pewnych informacji, co zmusza konstruktora do wprowadzania ich na nowo do ka dego nowo tworzonego modelu. Ju w przypadku niewielkich modeli licz cych zaledwie kilkadziesi t elementów wprowadzanie wspomnianych informacji znacznie wydłu a cały proces projektowania. W niniejszym artykule zaproponowano wykorzystanie interfejsu API do opracowania oprogramowania pozwalaj cego na zautomatyzowanie procesów obliczeniowych maszyn i mechanizmów. Pozwoliło to na skorelowanie ze sob ró nych typów modeli, a co za tym idzie swobodn wymian informacji pomi dzy nimi. Słowa kluczowe: interfejs API systemu CAD, programowanie C++, automatyzacja procesów obliczeniowych MSc. Tadeusz Czy ewski, Institute of Applied Informatics, Faculty of Mechanical Engineering, Cracow University of Technology.
2 18 1. Introduction Dynamic development of computer science and CAD systems contribute to formation of many advanced tools which brings new perspectives in designing process. Increasing possibilities of CAD systems involve enlargement of requirements for contemporary designer. Thus it is expected that design process will last shorter and project will fulfill all briefs and requirements. During the design, suitable strength, kinematic and dynamic analyses taking into account operation features and environment parameters of designed product must be carried out. Creating of models and defining of suitable computational cases, could be very labour-consuming even with the use of the newest achievements in CAD systems. It is related to geometry complexity of the designed product. That problem could be solved by writing suitable software, which will automatically generate necessary computational cases for solution variants by the use of CAD system API interface. After defining of particular spatial configurations of mechanisms, calculations will run sequentially which make evaluation of most disadvantageous cases possible. Using of API interface for working out a software allowing for automation of computational tasks of mechanism and devices was proposed in this paper. 2. Automation algorithm of computational tasks Scheme of proposed automation algorithm of computational tasks is shown in Fig. 1. For its implementation it is necessary to work out a software, which allows for definition of working components of mechanism under investigation in convenient way, generation of geometric transformations matrices and carrying out calculations with the use of CAD system API interface. Fig. 1. Automation algorithm of computational tasks in CAD system Rys. 1. Algorytm automatyzacji procesów obliczeniowych w systemie CAD
3 Software for it is correct functioning needs properly prepared set of input data which is acquired in result of preliminary kinematic analysis carried out in CAD system and matrix movement description of particular working components written in Denavit-Hartenberg notation. Automation of computational tasks is implemented in four steps: first consists in determining of suitable matrix transformations for each assembly component, second encloses setting process of components positions in CAD system, third concerns carrying out calculations by appropriate module of CAD system and fourth is responsible for result presentation. For determining matrix transformations it is necessary to prepare suitable set of input data, which are initial position matrices of each assembly component. The data is prepared directly in CAD system by carrying out preliminary kinematic analysis and storing acquired results on computer hard drive Data structures used in generation process of geometric transformations In proposed algorithm data which describe movement of particular working components as well as information about orientation and position of assembly components in CAD systems are stored in fourth rank matrices. It enables generation of proper geometric transformations in uniform coordinates, which are commonly used in 3D graphics. After getting acquainted with structure of matrices, which are used in Denavit-Hartenberg notation and CAD system matrices, it is possible to ascertain similarity of its construction. Similarities in construction of both types of matrices are shown in Fig. 2. Both CAD system matrix and Denavit-Hartenberg matrix contains information about orientation of working component as the orientation matrix with dimensions 3 x 3 and data about position 19 Fig. 2. Data structures Rys. 2. Struktury danych
4 20 as the position vector. Additionally CAD system matrix owns projection vector and scaling factor. In case of assembly component description the projection vector is zero vector and scaling factor is equal to 1. Thus, when matrix of arbitrary component is transposed, then in the terms of construction it will be identical to Denavit Hartenberg matrix. In consequence synchronous operation on Denavit Hartenberg matrices and CAD system matrices will not involve time-consuming process of data conversion during information exchange between these structures. 3. Example of application 3.1. Hydraulic crane The model of hydraulic crane used to test the prepared algorithm is presented on Fig. 3. Crane model was created in ProEngineer system in a form of static and kinematic assembly. Application of proposed algorithm enables correlation of both assemblies and in result, changes applied in one assembly automatically will be updated in another assembly. It enables using of information acquired in result of kinematic assembly movement range analysis in strength analysis of crane structure. Fig. 3. Model of hydraulic crane Rys. 3. Model hydraulicznego d wigu samochodowego 3.2. Course of experiments Conducted researches consisted in determination of object working area, definition of trajectory on which extension arm end is moving and writing it in form of matrix series which describes positions of particular kinematic links, and finally defining of computational cases for each of these positions. After defining values of position
5 components the prepared software automatically generates computational cases. Calculations were carried out using of ProMechanica module, which is a part of ProEngineer system. After finishing of calculations the results was automatically presented in ProEngineer system. Trajectory on which extension arm end was moved during experiments and determined positions for which the strength analyses were carried out is presented in Fig Fig. 4. Determining of positions for particular computational cases: 1 extension arm end s movement trajectory, 2 considered positions, 3 application based on CAD system API interface, 4 model of the researched object Rys. 4. Okre lanie poło e dla poszczególnych przypadków obliczeniowych: 1 tor ruchu ko cówki wysi gnika, 2 badane poło enia, 3 aplikacja wykorzystuj ca interfejs API systemu CAD, 4 model obiektu bada 3.3. Experiment results Obtained results enable to determine the most disadvantageous position of kinematic links of the object. Distribution of von Mises stress for most disadvantageous position of crane components is presented in Fig. 5. Distribution of total displacement produced by loads in most disadvantageous configuration is shown in Fig. 6.
6 22 Fig. 5. Von Mises stress [MPa] Rys. 5. Rozkład napr e zredukowanych [MPa] Fig. 6. Distribution of displacement [mm] Rys. 6. Rozkład przemieszcze [mm]
7 4. Conclusions 23 The paper presents the method of computational processes automation carried out in CAD system. Automation is realized by suitable software, which uses API interface and is integrated with CAD system. As an result it was possible to correlate two types of assembly used in CAD systems: static and kinematic. Connection of assemblies enables to exchange information between them and results in very fast position change of hydraulic crane s working components in static assembly. Thanks to position changing in static assembly it was possible to carry out strength analyses and determine the most disadvantageous position (which generates largest values of stress and displacement of structure). Furthermore, presented algorithm could be used not only in designing and machinery analysis but also like a training simulator for machine operators. Training conducted in virtual environment does not involve risks connected with accidents caused by inexperienced person during machine operation, as well as costs of heavy machinery repairing. R e f e r e n c e s [1] Z l a j p a h T., Simulation in robotics, Mathematics and Computers in Simulation, [2] L i s o w s k i E., C z y y c k i W., AutoCAD. Automatyzacja zada grafiki za pomoc Delphi, Helion [3] L i s o w s k i E., Automatyzacja i integracja zada projektowania z przykładami dla systemu ProEngineer Wildfire, Politechnika Krakowska, Kraków [4] L i s o w s k i E., C z y y c k i W., Modelowanie elementów maszyn i urz dze w systemie CAD 3D SolidWorks z aplikacjami CosmosWorks i FlowWorks, Politechnika Krakowska, Kraków [5] P a r h o m e n k o A., P a v l y u c h e n k o I., V o t i n o v A., K l i m e n k o V., Investigation and development of program libraries for KOMPAS CAD, CADSM IEEE, [6] L e e H. S., C h a n g S. L., Development of a CAD/CAE/CAM system for a robot manipulator, Journal of Materials Processing Technology, 140/2003. [7] L e x i a o Y e, Y i g a n g W a n g, D a j i a n L i u, J i a n q i C h e n, Application Research of Secondary Development Technology for the Replacement of Furniture Part Based on Inventor API, International Conference on Intelligent Information Hiding and Multimedia Signal Processing IEEE [8] M o r e c k i A., K n a p c z y k J., K dzior K., Teoria mechanizmów i manipulatorów. Podstawy i przykłady zastosowa w praktyce, WNT, [9] Pro/TOOLKIT Wildfire 4.0 User s Guide, Parametric Technology Corporation, 2007.
Zarządzanie sieciami telekomunikacyjnymi
SNMP Protocol The Simple Network Management Protocol (SNMP) is an application layer protocol that facilitates the exchange of management information between network devices. It is part of the Transmission
DUAL SIMILARITY OF VOLTAGE TO CURRENT AND CURRENT TO VOLTAGE TRANSFER FUNCTION OF HYBRID ACTIVE TWO- PORTS WITH CONVERSION
ELEKTRYKA 0 Zeszyt (9) Rok LX Andrzej KUKIEŁKA Politechnika Śląska w Gliwicach DUAL SIMILARITY OF VOLTAGE TO CURRENT AND CURRENT TO VOLTAGE TRANSFER FUNCTION OF HYBRID ACTIVE TWO- PORTS WITH CONVERSION
F-16 VIRTUAL COCKPIT PROJECT OF COMPUTER-AIDED LEARNING APPLICATION WEAPON SYSTEM POWER ON PROCEDURE
GRZESIK Norbert 1 Virtual cockpit, computer-aided learning application, maintenance procedures F-16 VIRTUAL COCKPIT PROJECT OF COMPUTER-AIDED LEARNING APPLICATION WEAPON SYSTEM POWER ON PROCEDURE Author,
SYNTEZA SCENARIUSZY EKSPLOATACJI I STEROWANIA
POLITECHNIKA POZNAŃSKA WYDZIAŁ BUDOWNICTWA I INŻYNIERII ŚRODOWISKA INSTYTUT INŻYNIERII ŚRODOWISKA ZAKŁAD ZAOPATRZENIA W WODĘ I OCHRONY ŚRODOWISKA mgr inż. Rafał BRODZIAK SYNTEZA SCENARIUSZY EKSPLOATACJI
QUANTITATIVE AND QUALITATIVE CHARACTERISTICS OF FINGERPRINT BIOMETRIC TEMPLATES
ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 2014 Seria: ORGANIZACJA I ZARZĄDZANIE z. 74 Nr kol. 1921 Adrian KAPCZYŃSKI Politechnika Śląska Instytut Ekonomii i Informatyki QUANTITATIVE AND QUALITATIVE CHARACTERISTICS
EXAMPLES OF CABRI GEOMETRE II APPLICATION IN GEOMETRIC SCIENTIFIC RESEARCH
Anna BŁACH Centre of Geometry and Engineering Graphics Silesian University of Technology in Gliwice EXAMPLES OF CABRI GEOMETRE II APPLICATION IN GEOMETRIC SCIENTIFIC RESEARCH Introduction Computer techniques
XXIII Konferencja Naukowa POJAZDY SZYNOWE 2018
XXIII Konferencja Naukowa POJAZDY SZYNOWE 2018 Abstract Application of longitudinal dynamics of the train in the simulator of catenary maintenance vehicles - experimental and numerical tests Robert Konowrocki
Proposal of thesis topic for mgr in. (MSE) programme in Telecommunications and Computer Science
Proposal of thesis topic for mgr in (MSE) programme 1 Topic: Monte Carlo Method used for a prognosis of a selected technological process 2 Supervisor: Dr in Małgorzata Langer 3 Auxiliary supervisor: 4
Fig 5 Spectrograms of the original signal (top) extracted shaft-related GAD components (middle) and
Fig 4 Measured vibration signal (top). Blue original signal. Red component related to periodic excitation of resonances and noise. Green component related. Rotational speed profile used for experiment
TTIC 31210: Advanced Natural Language Processing. Kevin Gimpel Spring Lecture 9: Inference in Structured Prediction
TTIC 31210: Advanced Natural Language Processing Kevin Gimpel Spring 2019 Lecture 9: Inference in Structured Prediction 1 intro (1 lecture) Roadmap deep learning for NLP (5 lectures) structured prediction
Realizacja systemów wbudowanych (embeded systems) w strukturach PSoC (Programmable System on Chip)
Realizacja systemów wbudowanych (embeded systems) w strukturach PSoC (Programmable System on Chip) Embeded systems Architektura układów PSoC (Cypress) Możliwości bloków cyfrowych i analogowych Narzędzia
aforementioned device she also has to estimate the time when the patients need the infusion to be replaced and/or disconnected. Meanwhile, however, she must cope with many other tasks. If the department
TTIC 31210: Advanced Natural Language Processing. Kevin Gimpel Spring Lecture 8: Structured PredicCon 2
TTIC 31210: Advanced Natural Language Processing Kevin Gimpel Spring 2019 Lecture 8: Structured PredicCon 2 1 Roadmap intro (1 lecture) deep learning for NLP (5 lectures) structured predic+on (4 lectures)
POLITECHNIKA WARSZAWSKA. Wydział Zarządzania ROZPRAWA DOKTORSKA. mgr Marcin Chrząścik
POLITECHNIKA WARSZAWSKA Wydział Zarządzania ROZPRAWA DOKTORSKA mgr Marcin Chrząścik Model strategii promocji w zarządzaniu wizerunkiem regionu Warmii i Mazur Promotor dr hab. Jarosław S. Kardas, prof.
STEROWANIA RUCHEM KOLEJOWYM Z WYKORZYSTANIEM METOD SYMULACYJNYCH
PRACE NAUKOWE POLITECHNIKI WARSZAWSKIEJ z. 113 Transport 2016 Uniwersytet Technologiczno-Humanistyczny w Radomiu STEROWANIA RUCHEM KOLEJOWYM Z WYKORZYSTANIEM METOD SYMULACYJNYCH : marzec 2016 Streszczenie:
Network Services for Spatial Data in European Geo-Portals and their Compliance with ISO and OGC Standards
INSPIRE Conference 2010 INSPIRE as a Framework for Cooperation Network Services for Spatial Data in European Geo-Portals and their Compliance with ISO and OGC Standards Elżbieta Bielecka Agnieszka Zwirowicz
Planning and Cabling Networks
Planning and Cabling Networks Network Fundamentals Chapter 10 Version 4.0 1 Projektowanie okablowania i sieci Podstawy sieci Rozdział 10 Version 4.0 2 Objectives Identify the basic network media required
4. EKSPLOATACJA UKŁADU NAPĘD ZWROTNICOWY ROZJAZD. DEFINICJA SIŁ W UKŁADZIE Siła nastawcza Siła trzymania
3 SPIS TREŚCI Przedmowa... 11 1. WPROWADZENIE... 13 1.1. Budowa rozjazdów kolejowych... 14 1.2. Napędy zwrotnicowe... 15 1.2.1. Napęd zwrotnicowy EEA-4... 18 1.2.2. Napęd zwrotnicowy EEA-5... 20 1.3. Współpraca
ROZPRAWY NR 128. Stanis³aw Mroziñski
UNIWERSYTET TECHNOLOGICZNO-PRZYRODNICZY IM. JANA I JÊDRZEJA ŒNIADECKICH W BYDGOSZCZY ROZPRAWY NR 128 Stanis³aw Mroziñski STABILIZACJA W ASNOŒCI CYKLICZNYCH METALI I JEJ WP YW NA TRWA OŒÆ ZMÊCZENIOW BYDGOSZCZ
www.irs.gov/form990. If "Yes," complete Schedule A Schedule B, Schedule of Contributors If "Yes," complete Schedule C, Part I If "Yes," complete Schedule C, Part II If "Yes," complete Schedule C, Part
TACHOGRAPH SIMULATOR DTCOSIM
TACHOGRAPH SIMULATOR DTCOSIM Service Manual USB-KSIM interface General description The simulator is a device that is used as a replacement for tachograph in the vehicle where the tachograph is not mandatory,
Innowacje społeczne innowacyjne instrumenty polityki społecznej w projektach finansowanych ze środków Europejskiego Funduszu Społecznego
Zarządzanie Publiczne, 2(18)/2012, s. 33 45 Kraków 2012 Published online September 10, 2012 doi: 10.4467/20843968ZP. 12.009.0533 Innowacje społeczne innowacyjne instrumenty polityki społecznej w projektach
Rozpoznawanie twarzy metodą PCA Michał Bereta 1. Testowanie statystycznej istotności różnic między jakością klasyfikatorów
Rozpoznawanie twarzy metodą PCA Michał Bereta www.michalbereta.pl 1. Testowanie statystycznej istotności różnic między jakością klasyfikatorów Wiemy, że możemy porównywad klasyfikatory np. za pomocą kroswalidacji.
Machine Learning for Data Science (CS4786) Lecture11. Random Projections & Canonical Correlation Analysis
Machine Learning for Data Science (CS4786) Lecture11 5 Random Projections & Canonical Correlation Analysis The Tall, THE FAT AND THE UGLY n X d The Tall, THE FAT AND THE UGLY d X > n X d n = n d d The
Auditorium classes. Lectures
Faculty of: Mechanical and Robotics Field of study: Mechatronic with English as instruction language Study level: First-cycle studies Form and type of study: Full-time studies Annual: 2016/2017 Lecture
WYDZIAŁ NAUK EKONOMICZNYCH. Studia II stopnia niestacjonarne Kierunek Międzynarodowe Stosunki Gospodarcze Specjalność INERNATIONAL LOGISTICS
Studia II stopnia niestacjonarne Kierunek Międzynarodowe Stosunki Gospodarcze Specjalność INERNATIONAL LOGISTICS Description Master Studies in International Logistics is the four-semesters studies, dedicate
Stargard Szczecinski i okolice (Polish Edition)
Stargard Szczecinski i okolice (Polish Edition) Janusz Leszek Jurkiewicz Click here if your download doesn"t start automatically Stargard Szczecinski i okolice (Polish Edition) Janusz Leszek Jurkiewicz
Hard-Margin Support Vector Machines
Hard-Margin Support Vector Machines aaacaxicbzdlssnafiyn9vbjlepk3ay2gicupasvu4iblxuaw2hjmuwn7ddjjmxm1bkcg1/fjqsvt76fo9/gazqfvn8y+pjpozw5vx8zkpvtfxmlhcwl5zxyqrm2vrg5zw3vxmsoezi4ogkr6phieky5crvvjhriqvdom9l2xxftevuwcekj3lktmhghgniauiyutvrwxtvme34a77kbvg73gtygpjsrfati1+xc8c84bvraowbf+uwnipyehcvmkjrdx46vlykhkgykm3ujjdhcyzqkxy0chur6ax5cbg+1m4bbjptjcubuz4kuhvjoql93hkin5hxtav5x6yyqopnsyuneey5ni4keqrxbar5wqaxbik00icyo/iveiyqqvjo1u4fgzj/8f9x67bzmxnurjzmijtlybwfgcdjgfdtajwgcf2dwaj7ac3g1ho1n4814n7wwjgjmf/ys8fenfycuzq==
Installation of EuroCert software for qualified electronic signature
Installation of EuroCert software for qualified electronic signature for Microsoft Windows systems Warsaw 28.08.2019 Content 1. Downloading and running the software for the e-signature... 3 a) Installer
INSPECTION METHODS FOR QUALITY CONTROL OF FIBRE METAL LAMINATES IN AEROSPACE COMPONENTS
Kompozyty 11: 2 (2011) 130-135 Krzysztof Dragan 1 * Jarosław Bieniaś 2, Michał Sałaciński 1, Piotr Synaszko 1 1 Air Force Institute of Technology, Non Destructive Testing Lab., ul. ks. Bolesława 6, 01-494
DATABASE OF TECHNOLOGICAL CAPABILITY MANUFACTURING SYSTEM ORIENTED FOR MACHINES KINEMATICS
TECHNICAL TRANSACTIONS MECHANICS CZASOPISMO TECHNICZNE MECHANIKA 1-M/2013 ŁUKASZ GOLA* DATABASE OF TECHNOLOGICAL CAPABILITY MANUFACTURING SYSTEM ORIENTED FOR MACHINES KINEMATICS BAZA DANYCH MOŻLIWOŚCI
Krytyczne czynniki sukcesu w zarządzaniu projektami
Seweryn SPAŁEK Krytyczne czynniki sukcesu w zarządzaniu projektami MONOGRAFIA Wydawnictwo Politechniki Śląskiej Gliwice 2004 SPIS TREŚCI WPROWADZENIE 5 1. ZARZĄDZANIE PROJEKTAMI W ORGANIZACJI 13 1.1. Zarządzanie
Systemy wbudowane. Poziomy abstrakcji projektowania systemów HW/SW. Wykład 9: SystemC modelowanie na różnych poziomach abstrakcji
Systemy wbudowane Wykład 9: SystemC modelowanie na różnych poziomach abstrakcji Poziomy abstrakcji projektowania systemów HW/SW 12/17/2011 S.Deniziak:Systemy wbudowane 2 1 Model czasu 12/17/2011 S.Deniziak:Systemy
Akademia Morska w Szczecinie. Wydział Mechaniczny
Akademia Morska w Szczecinie Wydział Mechaniczny ROZPRAWA DOKTORSKA mgr inż. Marcin Kołodziejski Analiza metody obsługiwania zarządzanego niezawodnością pędników azymutalnych platformy pływającej Promotor:
DM-ML, DM-FL. Auxiliary Equipment and Accessories. Damper Drives. Dimensions. Descritpion
DM-ML, DM-FL Descritpion DM-ML and DM-FL actuators are designed for driving round dampers and square multi-blade dampers. Example identification Product code: DM-FL-5-2 voltage Dimensions DM-ML-6 DM-ML-8
Computer aided modelling of railway station traffic control systems 3
Piotr Kawalec 1 Warsaw University of Technology Marcin Rżysko 2 Bombardier Transportation (Rail Engineering) Polska Sp. z o.o. Computer aided modelling of railway station traffic control systems 3 Introduction
P R A C A D Y P L O M O W A
POLITECHNIKA POZNAŃSKA Wydział Maszyn Roboczych i Transportu P R A C A D Y P L O M O W A Autor: inż. METODA Ε-CONSTRAINTS I PRZEGLĄDU FRONTU PARETO W ZASTOSOWANIU DO ROZWIĄZYWANIA PROBLEMU OPTYMALIZACJI
www.irs.gov/form990. If "Yes," complete Schedule A Schedule B, Schedule of Contributors If "Yes," complete Schedule C, Part I If "Yes," complete Schedule C, Part II If "Yes," complete Schedule C, Part
DEVELOPING OF SOFTWARE FOR CARRYING OUT RESEARCH IN THE AREA OF HYDRAULIC CONTROL SYSTEMS
GRZEGORZ FILO DEVELOPING OF SOFTWARE FOR CARRYING OUT RESEARCH IN THE AREA OF HYDRAULIC CONTROL SYSTEMS BUDOWA OPROGRAMOWANIA WSPOMAGAJĄCEGO BADANIA UKŁADU STEROWANIA HYDRAULICZNEGO Abstract In the work
PROGRAM STAŻU. Nazwa podmiotu oferującego staż / Company name IBM Global Services Delivery Centre Sp z o.o.
PROGRAM STAŻU Nazwa podmiotu oferującego staż / Company name IBM Global Services Delivery Centre Sp z o.o. Miejsce odbywania stażu / Legal address Muchoborska 8, 54-424 Wroclaw Stanowisko, obszar działania/
TYRE PYROLYSIS. REDUXCO GENERAL DISTRIBUTOR :: ::
TYRE PYROLYSIS Installation for rubber waste pyrolysis designed for processing of used tyres and plastic waste (polyethylene, polypropylene, polystyrene), where the final product could be electricity,
Aktualizacja Oprogramowania Firmowego (Fleszowanie) Microprocessor Firmware Upgrade (Firmware downloading)
Aktualizacja Oprogramowania Firmowego (Fleszowanie) Microprocessor Firmware Upgrade (Firmware downloading) ROGER sp.j. Gościszewo 59 82-416 Gościszewo Poland tel. 055 2720132 fax 055 2720133 www.roger.pl
Rev Źródło:
KAmduino UNO Rev. 20190119182847 Źródło: http://wiki.kamamilabs.com/index.php/kamduino_uno Spis treści Basic features and parameters... 1 Standard equipment... 2 Electrical schematics... 3 AVR ATmega328P
Metodyki projektowania i modelowania systemów Cyganek & Kasperek & Rajda 2013 Katedra Elektroniki AGH
Kierunek Elektronika i Telekomunikacja, Studia II stopnia Specjalność: Systemy wbudowane Metodyki projektowania i modelowania systemów Cyganek & Kasperek & Rajda 2013 Katedra Elektroniki AGH Zagadnienia
F-16 VIRTUAL COCKPIT PROJECT OF COMPUTER-AIDED LEARNING APPLICATION GENERAL MAINTENANCE PROCEDURES
GRZESIK Norbert 1 Virtual cockpit, computer-aided learning application, maintenance procedures F-16 VIRTUAL COCKPIT PROJECT OF COMPUTER-AIDED LEARNING APPLICATION GENERAL MAINTENANCE PROCEDURES Author,
ARNOLD. EDUKACJA KULTURYSTY (POLSKA WERSJA JEZYKOWA) BY DOUGLAS KENT HALL
Read Online and Download Ebook ARNOLD. EDUKACJA KULTURYSTY (POLSKA WERSJA JEZYKOWA) BY DOUGLAS KENT HALL DOWNLOAD EBOOK : ARNOLD. EDUKACJA KULTURYSTY (POLSKA WERSJA Click link bellow and free register
Zmiany techniczne wprowadzone w wersji Comarch ERP Altum
Zmiany techniczne wprowadzone w wersji 2018.2 Copyright 2016 COMARCH SA Wszelkie prawa zastrzeżone Nieautoryzowane rozpowszechnianie całości lub fragmentu niniejszej publikacji w jakiejkolwiek postaci
European Crime Prevention Award (ECPA) Annex I - new version 2014
European Crime Prevention Award (ECPA) Annex I - new version 2014 Załącznik nr 1 General information (Informacje ogólne) 1. Please specify your country. (Kraj pochodzenia:) 2. Is this your country s ECPA
Streszczenie rozprawy doktorskiej
Doskonalenie pomiaru zawartości wody w produktach spożywczych z wykorzystaniem metody wagosuszarkowej bazującej na promieniowaniu IR mgr Sławomir Janas Streszczenie rozprawy doktorskiej Promotor pracy:
SNP SNP Business Partner Data Checker. Prezentacja produktu
SNP SNP Business Partner Data Checker Prezentacja produktu Istota rozwiązania SNP SNP Business Partner Data Checker Celem produktu SNP SNP Business Partner Data Checker jest umożliwienie sprawdzania nazwy
PLANY I PROGRAMY STUDIÓW
WYDZIAŁ INŻYNIERII PRODUKCJI I LOGISTYKI PLANY I PROGRAMY STUDIÓW STUDY PLANS AND PROGRAMS KIERUNEK STUDIÓW FIELD OF STUDY - ZARZĄDZANIE I INŻYNIERIA PRODUKCJI - MANAGEMENT AND PRODUCTION ENGINEERING Studia
PROJECT. Syllabus for course Global Marketing. on the study program: Management
Poznań, 2012, September 20th Doctor Anna Scheibe adiunct in the Department of Economic Sciences PROJECT Syllabus for course Global Marketing on the study program: Management I. General information 1. Name
Ontology-based system of job offers analysis
Cracow University of Economics, Poland Ontology-based system of job offers analysis IT for Practice 2018 VSB-Technical University Ostrava, October, 17 th, 2018 Goal Goal of the research: design and implementation
DETECTION OF MATERIAL INTEGRATED CONDUCTORS FOR CONNECTIVE RIVETING OF FUNCTION-INTEGRATIVE TEXTILE-REINFORCED THERMOPLASTIC COMPOSITES
Kompozyty 11: 2 (2011) 152-156 Werner A. Hufenbach, Frank Adam, Maik Gude, Ivonne Körner, Thomas Heber*, Anja Winkler Technische Universität Dresden, Institute of Lightweight Engineering and Polymer Technology
XIII International PhD Workshop OWD 2011, October 2011 METODA REEINGINEERINGU ORGANIZACJI Z WYKORZYSTANIEM SYMULATORA PROCESÓW BIZNESOWYCH
XIII International PhD Workshop OWD 2011, 22 25 October 2011 METODA REEINGINEERINGU ORGANIZACJI Z WYKORZYSTANIEM SYMULATORA PROCESÓW BIZNESOWYCH METHOD OF REEINGINEERING ORGANIZATION USING BUSINESS PROCESS
Machine Learning for Data Science (CS4786) Lecture 24. Differential Privacy and Re-useable Holdout
Machine Learning for Data Science (CS4786) Lecture 24 Differential Privacy and Re-useable Holdout Defining Privacy Defining Privacy Dataset + Defining Privacy Dataset + Learning Algorithm Distribution
ERASMUS + : Trail of extinct and active volcanoes, earthquakes through Europe. SURVEY TO STUDENTS.
ERASMUS + : Trail of extinct and active volcanoes, earthquakes through Europe. SURVEY TO STUDENTS. Strona 1 1. Please give one answer. I am: Students involved in project 69% 18 Student not involved in
Rev Źródło:
KamPROG for AVR Rev. 20190119192125 Źródło: http://wiki.kamamilabs.com/index.php/kamprog_for_avr Spis treści Introdcution... 1 Features... 2 Standard equipment... 4 Installation... 5 Software... 6 AVR
Linear Classification and Logistic Regression. Pascal Fua IC-CVLab
Linear Classification and Logistic Regression Pascal Fua IC-CVLab 1 aaagcxicbdtdbtmwfafwdgxlhk8orha31ibqycvkdgpshdqxtwotng2pxtvqujmok1qlky5xllzrnobbediegwcap4votk2kqkf+/y/tnphdschtadu/giv3vtea99cfma8fpx7ytlxx7ckns4sylo3doom7jguhj1hxchmy/irhrlgh67lxb5x3blis8jjqynmedqujiu5zsqqagrx+yjcfpcrydusshmzeluzsg7tttiew5khhcuzm5rv0gn1unw6zl3gbzlpr3liwncyr6aaqinx4wnc/rpg6ix5szd86agoftuu0g/krjxdarph62enthdey3zn/+mi5zknou2ap+tclvhob9sxhwvhaqketnde7geqjp21zvjsfrcnkfhtejoz23vq97elxjlpbtmxpl6qxtl1sgfv1ptpy/yq9mgacrzkgje0hjj2rq7vtywnishnnkzsqekucnlblrarlh8x8szxolrrxkb8n6o4kmo/e7siisnozcfvsedlol60a/j8nmul/gby8mmssrfr2it8lkyxr9dirxxngzthtbaejv
ASPEKTY PROJEKTOWANIA PASOWAŃ W POŁĄCZENIACH OSIOWOSYMETRYCZNYCH
MODELOWANIE INŻYNIERSKIE ISSN 1896-771X 39, s. 171-176, Gliwice 2010 ASPEKTY PROJEKTOWANIA PASOWAŃ W POŁĄCZENIACH OSIOWOSYMETRYCZNYCH TOMASZ PODOLSKI, JACEK KROCZAK, MARIAN DUDZIAK Katedra Podstaw Konstrukcji
PROCEEDINGS OF THE INSTITUTE OF VEHICLES 2(106)/2016 (12 pt)
PROCEEDINGS OF THE INSTITUTE OF VEHICLES 2(106)/2016 Maciej Foremny 1, Szymon Gudowski 2, Michał Malesza 3, Henryk Bąkowski 4 TRIBOLOGICAL WEAR ESTIMATION OF THE ENGINE OILS USED IN DRIFTING 1. Introduction
Knovel Math: Jakość produktu
Knovel Math: Jakość produktu Knovel jest agregatorem materiałów pełnotekstowych dostępnych w formacie PDF i interaktywnym. Narzędzia interaktywne Knovel nie są stworzone wokół specjalnych algorytmów wymagających
& portable system. Keep the frame, change the graphics, change position. Create a new stand!
-EASY FRAMESmodular & portable system -EASY FRAMESmodular & portable system by Keep the frame, change the graphics, change position. Create a new stand! koncepcja the concept EASY FRAMES to system, który
PRZEWODNIK PO PRZEDMIOCIE. Negotiation techniques. Management. Stationary. II degree
Politechnika Częstochowska, Wydział Zarządzania PRZEWODNIK PO PRZEDMIOCIE Nazwa przedmiotu Kierunek Forma studiów Poziom kwalifikacji Rok Semestr Jednostka prowadząca Osoba sporządzająca Profil Rodzaj
XII International PhD Workshop OWD 2010, 23 26 October 2010. Metodyka pozyskiwania i analizy wyników badań symulacyjnych ścieżek klinicznych
XII International PhD Workshop OWD 2010, 23 26 October 2010 Metodyka pozyskiwania i analizy wyników badań symulacyjnych ścieżek klinicznych Methodology of Acquiring and Analyzing Results of Simulation
Zakopane, plan miasta: Skala ok. 1: = City map (Polish Edition)
Zakopane, plan miasta: Skala ok. 1:15 000 = City map (Polish Edition) Click here if your download doesn"t start automatically Zakopane, plan miasta: Skala ok. 1:15 000 = City map (Polish Edition) Zakopane,
COMPUTER AIDED MODELING ASSEMBLY PROCESS PLAN KOMPUTEROWO WSPOMAGANE MODELOWANIE PROCESU TECHNOLOGICZNEGO MONTAŻU
TECHNICAL TRANSACTIONS MECHANICS CZASOPISMO TECHNICZNE MECHANIKA 1-M/2013 ŁUKASZ GOLA* COMPUTER AIDED MODELING ASSEMBLY PROCESS PLAN KOMPUTEROWO WSPOMAGANE MODELOWANIE PROCESU TECHNOLOGICZNEGO MONTAŻU
4D and 5D applications in BIM technology.
4D and 5D applications in BIM technology. Datacomp Grzegorzecka 79 street, 31-559 Cracow, Poland Paweł Kogut p.kogut@datacomp.com.pl Andrzej Tomana a.tomana@datacomp.com.pl Plan Who we are? Experience.
Compatible cameras for NVR-5000 series Main Stream Sub stream Support Firmware ver. 0,2-1Mbit yes yes yes n/d
NOVUS IP CAMERAS CLASSIC CAMERAS Compatible cameras for NVR-5000 series Main Stream Sub stream Support Firmware ver. Resolution Bitrate FPS GOP Resolution Bitrate FPS GOP Audio Motion detection NVIP 5000
Streszczenia / Abstracts 6/ 2011
Streszczenia / s 6/ 2011 Paweł Cegielski Andrzej Kolasa Tadeusz Sarnowski Dostosowanie robotów do spawania elementów o obniżonej dokładności Adaptation of welding robots control systems to joining parts
OPTYMALIZACJA PUBLICZNEGO TRANSPORTU ZBIOROWEGO W GMINIE ŚRODA WIELKOPOLSKA
Politechnika Poznańska Wydział Maszyn Roboczych i Transportu Inż. NATALIA LEMTIS OPTYMALIZACJA PUBLICZNEGO TRANSPORTU ZBIOROWEGO W GMINIE ŚRODA WIELKOPOLSKA Promotor: DR INŻ. MARCIN KICIŃSKI Poznań, 2016
Testy jednostkowe - zastosowanie oprogramowania JUNIT 4.0 Zofia Kruczkiewicz
Testy jednostkowe - zastosowanie oprogramowania JUNIT 4.0 http://www.junit.org/ Zofia Kruczkiewicz 1. Aby utworzyć test dla jednej klasy, należy kliknąć prawym przyciskiem myszy w oknie Projects na wybraną
POLITYKA PRYWATNOŚCI / PRIVACY POLICY
POLITYKA PRYWATNOŚCI / PRIVACY POLICY TeleTrade DJ International Consulting Ltd Sierpień 2013 2011-2014 TeleTrade-DJ International Consulting Ltd. 1 Polityka Prywatności Privacy Policy Niniejsza Polityka
1 / 5. Inżynierii Mechanicznej i Robotyki. Mechatronic Engineering with English as instruction language. stopnia
Wydział: Inżynierii Mechanicznej i Robotyki Kierunek: Mechatronic Engineering with English as instruction language Poziom studiów: Studia I stopnia Forma i tryb studiów: Stacjonarn e Rocznik: 017/018 Język
Machine Learning for Data Science (CS4786) Lecture 11. Spectral Embedding + Clustering
Machine Learning for Data Science (CS4786) Lecture 11 Spectral Embedding + Clustering MOTIVATING EXAMPLE What can you say from this network? MOTIVATING EXAMPLE How about now? THOUGHT EXPERIMENT For each
Appendix. Studia i Materiały Centrum Edukacji Przyrodniczo-Leśnej R. 10. Zeszyt 2 (17) /
Appendix Studia i Materiały Centrum Edukacji Przyrodniczo-Leśnej R. 10. Zeszyt 2 (17) / 2008 191 Wnioski zebrane podczas 12 Konferencji Współczesne Zagadnienia Edukacji leśnej Społeczeństwa Rogów, 4 5
Tychy, plan miasta: Skala 1: (Polish Edition)
Tychy, plan miasta: Skala 1:20 000 (Polish Edition) Poland) Przedsiebiorstwo Geodezyjno-Kartograficzne (Katowice Click here if your download doesn"t start automatically Tychy, plan miasta: Skala 1:20 000
AN EVOLUTION PROCESS FOR SERVICE- ORIENTED SYSTEMS
AN EVOLUTION PROCESS FOR SERVICE- ORIENTED SYSTEMS Andrzej Zalewski, Marcin Szlenk, Szymon Kijas a.zalewski@elka.pw.edu.pl s.kijas@elka.pw.edu.pl Praca naukowa finansowana ze środków budżetowych na naukę
Helena Boguta, klasa 8W, rok szkolny 2018/2019
Poniższy zbiór zadań został wykonany w ramach projektu Mazowiecki program stypendialny dla uczniów szczególnie uzdolnionych - najlepsza inwestycja w człowieka w roku szkolnym 2018/2019. Składają się na
SSW1.1, HFW Fry #20, Zeno #25 Benchmark: Qtr.1. Fry #65, Zeno #67. like
SSW1.1, HFW Fry #20, Zeno #25 Benchmark: Qtr.1 I SSW1.1, HFW Fry #65, Zeno #67 Benchmark: Qtr.1 like SSW1.2, HFW Fry #47, Zeno #59 Benchmark: Qtr.1 do SSW1.2, HFW Fry #5, Zeno #4 Benchmark: Qtr.1 to SSW1.2,
DIAGNOSIS OF WORKING MECHANISMS IN MACHINERY AND EQUIPMENT
1 Czestochowa University of Technology Faculty of Management DIAGNOSIS OF WORKING MECHANISMS IN MACHINERY AND EQUIPMENT MODELLING DESIGNING ASSESSMENT OF THE CONDITION MONOGRAPH SCIENTIFIC EDITOR Adam
Sargent Opens Sonairte Farmers' Market
Sargent Opens Sonairte Farmers' Market 31 March, 2008 1V8VIZSV7EVKIRX8(1MRMWXIVSJ7XEXIEXXLI(ITEVXQIRXSJ%KVMGYPXYVI *MWLIVMIWERH*SSHTIVJSVQIHXLISJJMGMEPSTIRMRKSJXLI7SREMVXI*EVQIVW 1EVOIXMR0E]XS[R'S1IEXL
OpenPoland.net API Documentation
OpenPoland.net API Documentation Release 1.0 Michał Gryczka July 11, 2014 Contents 1 REST API tokens: 3 1.1 How to get a token............................................ 3 2 REST API : search for assets
Latent Dirichlet Allocation Models and their Evaluation IT for Practice 2016
Latent Dirichlet Allocation Models and their Evaluation IT for Practice 2016 Paweł Lula Cracow University of Economics, Poland pawel.lula@uek.krakow.pl Latent Dirichlet Allocation (LDA) Documents Latent
Formularz recenzji magazynu. Journal of Corporate Responsibility and Leadership Review Form
Formularz recenzji magazynu Review Form Identyfikator magazynu/ Journal identification number: Tytuł artykułu/ Paper title: Recenzent/ Reviewer: (imię i nazwisko, stopień naukowy/name and surname, academic
WENTYLATORY PROMIENIOWE SINGLE-INLET DRUM BĘBNOWE JEDNOSTRUMIENIOWE CENTRIFUGAL FAN
WENTYLATORY PROMIENIOWE SINGLE-INLET DRUM BĘBNOWE JEDNOSTRUMIENIOWE CENTRIFUGAL FAN TYP WPB TYPE WPB Wentylatory promieniowe jednostrumieniowe bębnowe (z wirnikiem typu Single-inlet centrifugal fans (with
SNP Business Partner Data Checker. Prezentacja produktu
SNP Business Partner Data Checker Prezentacja produktu Istota rozwiązania SNP Business Partner Data Checker Celem produktu SNP Business Partner Data Checker jest umożliwienie sprawdzania nazwy oraz danych
Forested areas in Cracow ( ) evaluation of changes based on satellite images 1 / 31 O
Forested areas in Cracow (1985-2017) evaluation of changes based on satellite images Obszary leśne w Krakowie (1985-2017) szacowanie zmian na podstawie zobrazowań satelitarnych Cracow University of Technology
PRZYSTAŃ ODNOWY KRAKÓW - PŁASZÓW HARBOR OF RENEVAL KRAKOW - PŁASZOW
PRZYSTAŃ ODNOWY KRAKÓW - PŁASZÓW HARBOR OF RENEVAL KRAKOW - PŁASZOW AUTOR: PROMOTOR: DR HAB. INŻ. ARCH. ANNA FRANTA INSTYTUT PROJEKTOWANIA URBANISTYCZNEGO WA PK ZAKŁAD KSZTAŁTOWANIA PRZESTRZENI KOMUNIKACYJNYCH
Politechnika Krakowska im. Tadeusza Kościuszki. Karta przedmiotu. obowiązuje studentów rozpoczynających studia w roku akademickim 2014/2015
Politechnika Krakowska im. Tadeusza Kościuszki Karta przedmiotu Wydział Inżynierii Lądowej obowiązuje studentów rozpoczynających studia w roku akademickim 014/015 Kierunek studiów: Budownictwo Forma sudiów:
Wydział Fizyki, Astronomii i Informatyki Stosowanej Uniwersytet Mikołaja Kopernika w Toruniu
IONS-14 / OPTO Meeting For Young Researchers 2013 Khet Tournament On 3-6 July 2013 at the Faculty of Physics, Astronomy and Informatics of Nicolaus Copernicus University in Torun (Poland) there were two
PROJECT. Syllabus for course Principles of Marketing. on the study program: Management
Poznań, 2012, September 20th Doctor Anna Scheibe adiunct in the Department of Economic Sciences PROJECT Syllabus for course Principles of Marketing on the study program: Management I. General information
EPS. Erasmus Policy Statement
Wyższa Szkoła Biznesu i Przedsiębiorczości Ostrowiec Świętokrzyski College of Business and Entrepreneurship EPS Erasmus Policy Statement Deklaracja Polityki Erasmusa 2014-2020 EN The institution is located
Instrukcja obsługi User s manual
Instrukcja obsługi User s manual Konfigurator Lanberg Lanberg Configurator E-mail: support@lanberg.pl support@lanberg.eu www.lanberg.pl www.lanberg.eu Lanberg 2015-2018 WERSJA VERSION: 2018/11 Instrukcja
Jazz EB207S is a slim, compact and outstanding looking SATA to USB 2.0 HDD enclosure. The case is
1. Introduction Jazz EB207S is a slim, compact and outstanding looking SATA to USB 2.0 HDD enclosure. The case is made of aluminum and steel mesh as one of the coolest enclosures available. It s also small
LED WASHER 30x3W WHITE IP65 F
USER MANUAL / INSTRUKCJA OBSŁUGI LED WASHER 30x3W WHITE IP65 F7200171 LED WASHER 30x3W WHITE IP65 F7200171 Table of contents 1 Introduction... 2 2 Safety information... 2 3 Product information... 2 3.1
Updated Action Plan received from the competent authority on 4 May 2017
1 To ensure that the internal audits are subject to Response from the GVI: independent scrutiny as required by Article 4(6) of Regulation (EC) No 882/2004. We plan to have independent scrutiny of the Recommendation