SlideShare a Scribd company logo
1 of 27
Download to read offline
Fab Academy: Machine Design
Ilan Moyer
4/7/2010
FAB-IN-A-BOX: WORKFLOW
Eagle .PNG CAD.PY .RML
.PY
Virtual Machine
Environment FABNET
Stepper
Control multifab
MTM MULTIFAB
Ilan Moyer and Maxim Lobovsky
XY STAGE Z FRAME
X AXIS
Y AXIS
Shuttle/
Tool
Holder
THE XY STAGE: KINEMATICS
Four C-Chanel Extrusions
THE XY STAGE: STRUCTURE
Symmetric Bolt Pattern
THE XY STAGE: MECHANISM
Stepper
MotorSynchronization Shaft
Drive Shaft
Drive Pulleys
Shuttle Bushings
Rollers
Idler Pulleys
Drive Belts
Belt Tensioner
THE XY STAGE: MECHANISM
THE Z AXIS: DRIVE MECHANISM
Stepper Motor
Guide Rail (x2)
Leadscrew
Helical Beam Coupler
Leadnut
Bushings
Thrust Bearing Assy
Tube
THE Z AXIS:TABLE
Sub-Frame Sub-Table Mounting
Working Surface
Leveling
TOOL-HEADS AND CAPABILITIES
5 AXIS TRUNNION
STRENGTHS WEAKNESSES
•Low Inertia -> High
Acceleration
•Direct Drive -> High
Speed
•200mm^3 WorkVolume
•Fixed Table -> Tall 3D
Prints
•Low Stiffness -> No
Heavy Milling
•Low Basic Resolution:
0.0035” (~0.0015 with half
stepping.)
STEPPER MOTOR SELECTION
Lin Engineering 4209M-02P
Resistance = 2.35 Ohms
Inductance = 3.2 mHenries
Lin Engineering 4209L-03P
Resistance: 58 Ohms
Inductance: 82 mHenries
NOTE: t_rise is the time for motor current to reach 100%.
DRIVEVOLTAGE SELECTION
Current Rise Time: 12V
Max Speed: 12V
41% Power @ 400mm/s
Max Speed: 24V
75% Power @ 400mm/s
DRIVE ELECTRONICS
Allegro A3967 Allegro A3982
- 8 uSteps/Step
- 750mA/Phase
- 2 uSteps/Step
- 2A/Phase
THE NETWORK
Stepper Motor Control DC Motor Control RC Servo Control
Virtual Machine Environment NETWORK + POWER
GENERAL PACKET FORMAT
[
[UNICAST|MULTICAST]
[SOURCE IP][SOURCE PORT]
[DEST. IP][DEST PORT]
[LENGTH]
[----PAYLOAD----]
[CRC CHECKSUM]
]
MOTION CONTROL
Virtual Machine Object
Control Firmware
http://mtm.cba.mit.edu/fabinabox/vm/076-001e.py
WWW
MOTION CONTROL
VM Environment on PC MICRO-CONTROLLER
MOTION CONTROL CODE
MACHINE
DESCRIPTION
VM Object Firmware
FIRMWARE
•PACKET HANDLING
•BRESENHAM LINE ALGORITHM
•CIRCULAR QUEUE
•ANTI-BACKLASH
BRESENHAM LINE ALGORITHM
RULE #1:Always step along major axis.
RULE #2: Step in minor axis if error > 0.5 steps.
BRESENHAM ALGORIGTHM...THE TRICK:
How do you know when the error is > 0.5?
Don’t you need to know the slope?
Y STEPS
X STEPS
ALWAYS STEP IN X AXIS.
SLOPE = (Y STEPS) / (X STEPS)
ERROR = (Y STEPS)
ACCUMULATE ERROR EACH X STEP.
WHEN ERROR > 0.5(X STEPS),TAKE A STEP INY.
OR,WHEN 2 x ERROR > X STEPS.
VIRTUAL MAJOR AXIS
FOR DISTRIBUTED MOTION CONTROL
VIRTUAL STEPS = 8
= MAXIMUM STEPS
X STEPS = 8
Y STEPS = 3
Z STEPS = 1
2-AXIS
CONTROLLER
1-AXIS
CONTROLLER
mtm.move(8,3,1)
CIRCULAR BUFFER: ACCOUNTS FOR RAPID SERIES
OF MOVES, SUCH AS WHEN GOING AROUND AN ARC.COMMANDWIDTH
Read Pointer
Write PointerSLOT0
SLOT1
SLOT2
SLOT3
SLOT4
SLOT5
SLOT6
SLOT7
SLOT8
SLOT9
SLOT10
SLOT11
SLOT12
SLOT13
3 AXIS MOTION CONTROL
mtm.move(x,y,z,rate)
VME
Machine Hardware Description
i.e. step angle, linear reduction,
control system topology, etc...
vmo.spin(x_steps, y_steps, z_steps, move_time)
PC-BASED FIRMWARE
Does complex calculations such as
floating point and division.
VMO
[key, dir., max_steps, x_steps, y_steps, z_steps, counter_top]
MCU-BASED FIRMWARE
Does timing-critical calculations and
I/O control.
MCU
mtm.cba.mit.edu/fabinabox/

More Related Content

Viewers also liked

Mat lab solving equations simulink
Mat lab solving equations simulinkMat lab solving equations simulink
Mat lab solving equations simulinkAmeen San
 
Ppt of design of machine element
Ppt of  design of machine elementPpt of  design of machine element
Ppt of design of machine elementmanish kanade
 
Introduction of design of machine element
Introduction of design of machine elementIntroduction of design of machine element
Introduction of design of machine elementyamini champaneri
 
Torsion test machine design
Torsion test machine designTorsion test machine design
Torsion test machine designWaleed Alyafie
 
Chapter 3 load and stress analysis final
Chapter 3  load and stress analysis finalChapter 3  load and stress analysis final
Chapter 3 load and stress analysis finalKhalil Alhatab
 
Shear stresses on beam (MECHANICS OF SOLIDS)
Shear stresses on beam (MECHANICS OF SOLIDS)Shear stresses on beam (MECHANICS OF SOLIDS)
Shear stresses on beam (MECHANICS OF SOLIDS)Er.Navazhushen Patel
 
Finite Element Simulation with Ansys Workbench 14
Finite Element Simulation with Ansys Workbench 14Finite Element Simulation with Ansys Workbench 14
Finite Element Simulation with Ansys Workbench 14Prem Prakash Pandey
 
Fasteners & fastening
Fasteners & fasteningFasteners & fastening
Fasteners & fasteningAbrish Gebru
 

Viewers also liked (9)

Mat lab solving equations simulink
Mat lab solving equations simulinkMat lab solving equations simulink
Mat lab solving equations simulink
 
Ppt of design of machine element
Ppt of  design of machine elementPpt of  design of machine element
Ppt of design of machine element
 
Introduction of design of machine element
Introduction of design of machine elementIntroduction of design of machine element
Introduction of design of machine element
 
Torsion test machine design
Torsion test machine designTorsion test machine design
Torsion test machine design
 
Chapter 3 load and stress analysis final
Chapter 3  load and stress analysis finalChapter 3  load and stress analysis final
Chapter 3 load and stress analysis final
 
Shear stresses on beam (MECHANICS OF SOLIDS)
Shear stresses on beam (MECHANICS OF SOLIDS)Shear stresses on beam (MECHANICS OF SOLIDS)
Shear stresses on beam (MECHANICS OF SOLIDS)
 
Ch 11 slides_m
Ch 11 slides_mCh 11 slides_m
Ch 11 slides_m
 
Finite Element Simulation with Ansys Workbench 14
Finite Element Simulation with Ansys Workbench 14Finite Element Simulation with Ansys Workbench 14
Finite Element Simulation with Ansys Workbench 14
 
Fasteners & fastening
Fasteners & fasteningFasteners & fastening
Fasteners & fastening
 

Similar to Fab.in.a.box - Fab Academy: Machine Design

Design of mechatronics systems team #4
Design of mechatronics systems team #4Design of mechatronics systems team #4
Design of mechatronics systems team #4Waleed El-Badry
 
Serverless, Tekton, and Argo CD: How to craft modern CI/CD workflows | DevNat...
Serverless, Tekton, and Argo CD: How to craft modern CI/CD workflows | DevNat...Serverless, Tekton, and Argo CD: How to craft modern CI/CD workflows | DevNat...
Serverless, Tekton, and Argo CD: How to craft modern CI/CD workflows | DevNat...Red Hat Developers
 
New ISMS Overview For Intrusion Detection
New ISMS Overview For Intrusion DetectionNew ISMS Overview For Intrusion Detection
New ISMS Overview For Intrusion DetectionGuisun Han
 
Hypervisor Security - OpenStack Summit Hong Kong
Hypervisor Security - OpenStack Summit Hong KongHypervisor Security - OpenStack Summit Hong Kong
Hypervisor Security - OpenStack Summit Hong KongRobert Clark
 
C:\documents and settings\jmason\my documents\avtron metals ind. capabilitie ...
C:\documents and settings\jmason\my documents\avtron metals ind. capabilitie ...C:\documents and settings\jmason\my documents\avtron metals ind. capabilitie ...
C:\documents and settings\jmason\my documents\avtron metals ind. capabilitie ...guest796b72f
 
VMTH Project
VMTH ProjectVMTH Project
VMTH ProjectSVDevOps
 
점진적인 레거시 웹 애플리케이션 개선 과정
점진적인 레거시 웹 애플리케이션 개선 과정점진적인 레거시 웹 애플리케이션 개선 과정
점진적인 레거시 웹 애플리케이션 개선 과정Arawn Park
 
Project seminar quadcopter
Project seminar quadcopterProject seminar quadcopter
Project seminar quadcopterShazaan Sayeed
 
RhinoCAM_RotaryPrimer_DenseMaterials
RhinoCAM_RotaryPrimer_DenseMaterialsRhinoCAM_RotaryPrimer_DenseMaterials
RhinoCAM_RotaryPrimer_DenseMaterialsNYCCTfab
 
2011 ats presentation
2011 ats presentation2011 ats presentation
2011 ats presentationDaniel Reiss
 
VCL template abstraction model and automated deployments to Fastly
VCL template abstraction model and automated deployments to FastlyVCL template abstraction model and automated deployments to Fastly
VCL template abstraction model and automated deployments to FastlyFastly
 
NetSim Webinar on VANET's and SUMO Interfacing
NetSim Webinar on VANET's and SUMO InterfacingNetSim Webinar on VANET's and SUMO Interfacing
NetSim Webinar on VANET's and SUMO InterfacingKAVITHA IYER
 

Similar to Fab.in.a.box - Fab Academy: Machine Design (20)

Design of mechatronics systems team #4
Design of mechatronics systems team #4Design of mechatronics systems team #4
Design of mechatronics systems team #4
 
Serverless, Tekton, and Argo CD: How to craft modern CI/CD workflows | DevNat...
Serverless, Tekton, and Argo CD: How to craft modern CI/CD workflows | DevNat...Serverless, Tekton, and Argo CD: How to craft modern CI/CD workflows | DevNat...
Serverless, Tekton, and Argo CD: How to craft modern CI/CD workflows | DevNat...
 
New ISMS Overview For Intrusion Detection
New ISMS Overview For Intrusion DetectionNew ISMS Overview For Intrusion Detection
New ISMS Overview For Intrusion Detection
 
Performance tests - it's a trap
Performance tests - it's a trapPerformance tests - it's a trap
Performance tests - it's a trap
 
E z cam.pptx
E z cam.pptxE z cam.pptx
E z cam.pptx
 
One-Click CFD Users' Guide
One-Click CFD Users' GuideOne-Click CFD Users' Guide
One-Click CFD Users' Guide
 
Hypervisor Security - OpenStack Summit Hong Kong
Hypervisor Security - OpenStack Summit Hong KongHypervisor Security - OpenStack Summit Hong Kong
Hypervisor Security - OpenStack Summit Hong Kong
 
C:\documents and settings\jmason\my documents\avtron metals ind. capabilitie ...
C:\documents and settings\jmason\my documents\avtron metals ind. capabilitie ...C:\documents and settings\jmason\my documents\avtron metals ind. capabilitie ...
C:\documents and settings\jmason\my documents\avtron metals ind. capabilitie ...
 
VMTH Project
VMTH ProjectVMTH Project
VMTH Project
 
Vmth project
Vmth projectVmth project
Vmth project
 
점진적인 레거시 웹 애플리케이션 개선 과정
점진적인 레거시 웹 애플리케이션 개선 과정점진적인 레거시 웹 애플리케이션 개선 과정
점진적인 레거시 웹 애플리케이션 개선 과정
 
Project seminar quadcopter
Project seminar quadcopterProject seminar quadcopter
Project seminar quadcopter
 
Mobile crane
Mobile craneMobile crane
Mobile crane
 
RhinoCAM_RotaryPrimer_DenseMaterials
RhinoCAM_RotaryPrimer_DenseMaterialsRhinoCAM_RotaryPrimer_DenseMaterials
RhinoCAM_RotaryPrimer_DenseMaterials
 
NCS-1544 - IBM Service Management Suite for z/OS for Automation and IP Manage...
NCS-1544 - IBM Service Management Suite for z/OS for Automation and IP Manage...NCS-1544 - IBM Service Management Suite for z/OS for Automation and IP Manage...
NCS-1544 - IBM Service Management Suite for z/OS for Automation and IP Manage...
 
2011 ats presentation
2011 ats presentation2011 ats presentation
2011 ats presentation
 
VCL template abstraction model and automated deployments to Fastly
VCL template abstraction model and automated deployments to FastlyVCL template abstraction model and automated deployments to Fastly
VCL template abstraction model and automated deployments to Fastly
 
Zio in real world
Zio in real worldZio in real world
Zio in real world
 
NetSim Webinar on VANET's and SUMO Interfacing
NetSim Webinar on VANET's and SUMO InterfacingNetSim Webinar on VANET's and SUMO Interfacing
NetSim Webinar on VANET's and SUMO Interfacing
 
Low Cost Automation
Low Cost AutomationLow Cost Automation
Low Cost Automation
 

More from elliando dias

Clojurescript slides
Clojurescript slidesClojurescript slides
Clojurescript slideselliando dias
 
Why you should be excited about ClojureScript
Why you should be excited about ClojureScriptWhy you should be excited about ClojureScript
Why you should be excited about ClojureScriptelliando dias
 
Functional Programming with Immutable Data Structures
Functional Programming with Immutable Data StructuresFunctional Programming with Immutable Data Structures
Functional Programming with Immutable Data Structureselliando dias
 
Nomenclatura e peças de container
Nomenclatura  e peças de containerNomenclatura  e peças de container
Nomenclatura e peças de containerelliando dias
 
Polyglot and Poly-paradigm Programming for Better Agility
Polyglot and Poly-paradigm Programming for Better AgilityPolyglot and Poly-paradigm Programming for Better Agility
Polyglot and Poly-paradigm Programming for Better Agilityelliando dias
 
Javascript Libraries
Javascript LibrariesJavascript Libraries
Javascript Librarieselliando dias
 
How to Make an Eight Bit Computer and Save the World!
How to Make an Eight Bit Computer and Save the World!How to Make an Eight Bit Computer and Save the World!
How to Make an Eight Bit Computer and Save the World!elliando dias
 
A Practical Guide to Connecting Hardware to the Web
A Practical Guide to Connecting Hardware to the WebA Practical Guide to Connecting Hardware to the Web
A Practical Guide to Connecting Hardware to the Webelliando dias
 
Introdução ao Arduino
Introdução ao ArduinoIntrodução ao Arduino
Introdução ao Arduinoelliando dias
 
Incanter Data Sorcery
Incanter Data SorceryIncanter Data Sorcery
Incanter Data Sorceryelliando dias
 
The Digital Revolution: Machines that makes
The Digital Revolution: Machines that makesThe Digital Revolution: Machines that makes
The Digital Revolution: Machines that makeselliando dias
 
Hadoop - Simple. Scalable.
Hadoop - Simple. Scalable.Hadoop - Simple. Scalable.
Hadoop - Simple. Scalable.elliando dias
 
Hadoop and Hive Development at Facebook
Hadoop and Hive Development at FacebookHadoop and Hive Development at Facebook
Hadoop and Hive Development at Facebookelliando dias
 
Multi-core Parallelization in Clojure - a Case Study
Multi-core Parallelization in Clojure - a Case StudyMulti-core Parallelization in Clojure - a Case Study
Multi-core Parallelization in Clojure - a Case Studyelliando dias
 
From Lisp to Clojure/Incanter and RAn Introduction
From Lisp to Clojure/Incanter and RAn IntroductionFrom Lisp to Clojure/Incanter and RAn Introduction
From Lisp to Clojure/Incanter and RAn Introductionelliando dias
 

More from elliando dias (20)

Clojurescript slides
Clojurescript slidesClojurescript slides
Clojurescript slides
 
Why you should be excited about ClojureScript
Why you should be excited about ClojureScriptWhy you should be excited about ClojureScript
Why you should be excited about ClojureScript
 
Functional Programming with Immutable Data Structures
Functional Programming with Immutable Data StructuresFunctional Programming with Immutable Data Structures
Functional Programming with Immutable Data Structures
 
Nomenclatura e peças de container
Nomenclatura  e peças de containerNomenclatura  e peças de container
Nomenclatura e peças de container
 
Geometria Projetiva
Geometria ProjetivaGeometria Projetiva
Geometria Projetiva
 
Polyglot and Poly-paradigm Programming for Better Agility
Polyglot and Poly-paradigm Programming for Better AgilityPolyglot and Poly-paradigm Programming for Better Agility
Polyglot and Poly-paradigm Programming for Better Agility
 
Javascript Libraries
Javascript LibrariesJavascript Libraries
Javascript Libraries
 
How to Make an Eight Bit Computer and Save the World!
How to Make an Eight Bit Computer and Save the World!How to Make an Eight Bit Computer and Save the World!
How to Make an Eight Bit Computer and Save the World!
 
Ragel talk
Ragel talkRagel talk
Ragel talk
 
A Practical Guide to Connecting Hardware to the Web
A Practical Guide to Connecting Hardware to the WebA Practical Guide to Connecting Hardware to the Web
A Practical Guide to Connecting Hardware to the Web
 
Introdução ao Arduino
Introdução ao ArduinoIntrodução ao Arduino
Introdução ao Arduino
 
Minicurso arduino
Minicurso arduinoMinicurso arduino
Minicurso arduino
 
Incanter Data Sorcery
Incanter Data SorceryIncanter Data Sorcery
Incanter Data Sorcery
 
Rango
RangoRango
Rango
 
The Digital Revolution: Machines that makes
The Digital Revolution: Machines that makesThe Digital Revolution: Machines that makes
The Digital Revolution: Machines that makes
 
Hadoop + Clojure
Hadoop + ClojureHadoop + Clojure
Hadoop + Clojure
 
Hadoop - Simple. Scalable.
Hadoop - Simple. Scalable.Hadoop - Simple. Scalable.
Hadoop - Simple. Scalable.
 
Hadoop and Hive Development at Facebook
Hadoop and Hive Development at FacebookHadoop and Hive Development at Facebook
Hadoop and Hive Development at Facebook
 
Multi-core Parallelization in Clojure - a Case Study
Multi-core Parallelization in Clojure - a Case StudyMulti-core Parallelization in Clojure - a Case Study
Multi-core Parallelization in Clojure - a Case Study
 
From Lisp to Clojure/Incanter and RAn Introduction
From Lisp to Clojure/Incanter and RAn IntroductionFrom Lisp to Clojure/Incanter and RAn Introduction
From Lisp to Clojure/Incanter and RAn Introduction
 

Recently uploaded

Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 

Recently uploaded (20)

Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 

Fab.in.a.box - Fab Academy: Machine Design