New pages

New pages
Hide registered users | Hide bots | Show redirects
  • 15:00, 5 July 2024Using Multiple Proximity Sensors (hist | edit) ‎[2,571 bytes]Mparadis (talk | contribs) (Created page with "In this guide, we'll go over how to connect many proximity sensors to a single VINT Hub. == Interface == Normally if you're interfacing only one proximity sensor, you can simply use a DAQ1400 to provide 12V or 24V power and read the state of the sensor: link=|600px While this is convenient when using a single sensor, it can take up a lot of space if you need to interface many sensors, since a new DAQ1400 is needed for each added senso...")
  • 21:08, 24 June 2024Asynchronous Methods (hist | edit) ‎[9,490 bytes]Lmpacent (talk | contribs) (Created page with "{{#seo:|description=This guide provides information about asynchronous methods with Phidget22.}} Category:IntroGuide __TOC__ ==What Are Asynchronous Methods?== Asynchronous methods allow you to send commands to a device ''without'' waiting for return codes. When calling a typical non-asynchronous method, your program must wait for the return code, blocking the rest of your program’s operation. center|link= When using an...")
  • 18:59, 6 June 2024Failsafe Guide (hist | edit) ‎[5,972 bytes]Lmpacent (talk | contribs) (Created page with "{{#seo:|description=Learn how to add failsafe functionality to your application.}} Category:IntroGuide __TOC__ ==What is Failsafe?== Failsafe is a feature that activates when communication loss occurs between your application and your Phidget controller. When enabled, it reverts your controller to a predefined safe state. ===Failsafe Example=== In this example, a user's application includes the following parts: * VINT Hub Phidget * [https://www.phidgets.com/?prodid=...")