From Clomosy Docs

No edit summary
No edit summary
 
Line 3: Line 3:
The sensor structures in Clomosy are listed below.<br>
The sensor structures in Clomosy are listed below.<br>


<div class="alert alert-LightSkyBlue-1 role="alert" data-bs-theme="light"style=background-olor: ">
<div class="alert alert-LightSkyBlue-1 role="alert" data-bs-theme="light">
<h2 class="alert-heading">
<h2 class="alert-heading">
Device Sensor</h2>
Device Sensor</h2>
Line 15: Line 15:
</div>
</div>


<div class="alert alert-LightSkyBlue-2 role="alert" data-bs-theme="light"style=background-olor: ">
<div class="alert alert-LightSkyBlue-2 role="alert" data-bs-theme="light">
<h2 class="alert-heading">
<h2 class="alert-heading">
Motion Sensor</h2>
Motion Sensor</h2>
Line 27: Line 27:
</div>
</div>


<div class="alert alert-LightSkyBlue-3 role="alert" data-bs-theme="light"style=background-olor: ">
<div class="alert alert-LightSkyBlue-3 role="alert" data-bs-theme="light">
<h2 class="alert-heading">
<h2 class="alert-heading">
Touch Sensor</h2>
Touch Sensor</h2>
Line 39: Line 39:
</div>
</div>


<div class="alert alert-LightSkyBlue-4 role="alert" data-bs-theme="light"style=background-olor: ">
<div class="alert alert-LightSkyBlue-4 role="alert" data-bs-theme="light">
<h2 class="alert-heading">
<h2 class="alert-heading">
Mouse Movements Sensor</h2>
Mouse Movements Sensor</h2>
Line 51: Line 51:
</div>
</div>


<div class="alert alert-LightSkyBlue-5 role="alert" data-bs-theme="light"style=background-olor: ">
<div class="alert alert-LightSkyBlue-5 role="alert" data-bs-theme="light">
<h2 class="alert-heading">
<h2 class="alert-heading">
Scanner Sensor</h2>
Scanner Sensor</h2>
<p>This process allows the detected serial number to be transferred from the barcodes to the electronic environment. After this step, the transmitted information is analyzed on the computer or terminal.</p>
<p>This process allows the detected serial number to be transferred from the barcodes to the electronic environment. After this step, the transmitted information is analyzed on the computer or terminal.<br>
<hr>
In the Clomosy platform, there are two types of barcode reader usage:<br></p>
<br>
 
<div class ="green-learn-more" >
<div class ="green-learn-more" >
[[CallBarcodeReader |Learn More]]
* [[CallBarcodeReader]]
* [[CallBarcodeReaderWithScript]]
</div>
</div>
</div>
</div>
Line 65: Line 66:
<h2> See Also </h2>
<h2> See Also </h2>
* [[Components]]
* [[Components]]
{{#seo:|description=Discover Sensor Structures on Clomosy. A detailed guide to the design, functionality, and applications of modern sensor technologies.}}
{{#seo:|description=Discover Sensor Structures on Clomosy. A detailed guide to the design, functionality, and applications of modern sensor technologies.}}

Latest revision as of 14:56, 8 April 2025

Sensor structures allow devices to detect and analyze environmental data. Many sensors are present on smart devices. Sensors are of great importance in making tasks easier for end users. For example, with the compass feature, you can determine directions, and with speed and motion sensors, you can control characters or objects in games.

The sensor structures in Clomosy are listed below.

Device Sensor

It is a sensor used to detect the orientation of the device in the context of mobile application development. It is used for the compass and gyroscope sensors.



Motion Sensor

TclMotionSensor; It is a component available in the Clomosy platform that allows you to read the values of the device's motion sensor.



Touch Sensor

It allows users to interact with a specific component by moving, zooming, rotating, or performing other touch gestures using a touchscreen or mouse.



Mouse Movements Sensor

Mouse movements refer to various physical movements made by computer users on the screen using a mouse device. The mouse is used to move a cursor on the computer screen and perform actions like clicking, dragging, etc.



Scanner Sensor

This process allows the detected serial number to be transferred from the barcodes to the electronic environment. After this step, the transmitted information is analyzed on the computer or terminal.
In the Clomosy platform, there are two types of barcode reader usage:

See Also