Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Visuino. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:44, 15 September 2025 Visuino talk contribs created page File:TArduinoFindLastUnsignedArrayPosition.Preview.png
- 00:44, 15 September 2025 Visuino talk contribs uploaded File:TArduinoFindLastUnsignedArrayPosition.Preview.png
- 00:40, 15 September 2025 Visuino talk contribs created page Find Last Binary Position (Created page with "Image:TArduinoFindLastBinaryArrayPosition.png == Summary == Finds the index of the last occurrence of a specified binary value within a binary array. == Description == The **Find Last Binary Position** component searches the input binary array for matching values from the **Value Elements**, starting from the end of the array. It outputs the index of the last occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:</b> I...")
- 00:40, 15 September 2025 Visuino talk contribs created page File:TArduinoFindLastBinaryArrayPosition.Preview.png
- 00:40, 15 September 2025 Visuino talk contribs uploaded File:TArduinoFindLastBinaryArrayPosition.Preview.png
- 00:38, 15 September 2025 Visuino talk contribs created page Find Binary Position (Created page with "Image:TArduinoFindBinaryArrayPosition.png == Summary == Finds the index of the first occurrence of a specified binary value within a binary array. == Description == The **Find Binary Position** component searches the input binary array for matching values from the **Value Elements**, starting from the beginning of the array. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:</b> Im...")
- 00:37, 15 September 2025 Visuino talk contribs created page File:TArduinoFindBinaryArrayPosition.Preview.png
- 00:37, 15 September 2025 Visuino talk contribs uploaded File:TArduinoFindBinaryArrayPosition.Preview.png
- 00:34, 15 September 2025 Visuino talk contribs created page Find Complex Array Position (Created page with "Image:TArduinoFindComplexArrayPosition.png == Summary == Finds the index of the first occurrence of a specified complex value within a complex array. == Description == The **Find Complex Array Position** component searches the input complex array for matching values from the **Value Elements**, starting from the beginning of the array. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:<...")
- 00:33, 15 September 2025 Visuino talk contribs created page File:TArduinoFindComplexArrayPosition.Preview.png
- 00:33, 15 September 2025 Visuino talk contribs uploaded File:TArduinoFindComplexArrayPosition.Preview.png
- 00:31, 15 September 2025 Visuino talk contribs created page Find Last Complex Array Position (Created page with "Image:TArduinoFindLastComplexArrayPosition.png == Summary == Finds the index of the last occurrence of a specified complex value within a complex array. == Description == The **Find Last Complex Array Position** component searches the input complex array for matching values from the **Value Elements**, starting from the end of the array. It outputs the index of the last occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:...")
- 00:31, 15 September 2025 Visuino talk contribs created page File:TArduinoFindLastComplexArrayPosition.Preview.png
- 00:31, 15 September 2025 Visuino talk contribs uploaded File:TArduinoFindLastComplexArrayPosition.Preview.png
- 00:29, 15 September 2025 Visuino talk contribs created page Find Last Analog Array Position (Created page with "Image:TArduinoFindLastAnalogArrayPosition.png == Summary == Finds the index of the last occurrence of a specified value within an analog array. == Description == The **Find Last Analog Array Position** component searches the input analog array for matching values from the **Value Elements**, starting from the end of the array. It outputs the index of the last occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:</b> I...")
- 00:28, 15 September 2025 Visuino talk contribs created page File:TArduinoFindLastAnalogArrayPosition.Preview.png
- 00:28, 15 September 2025 Visuino talk contribs uploaded File:TArduinoFindLastAnalogArrayPosition.Preview.png
- 00:27, 15 September 2025 Visuino talk contribs created page Find Analog Array Position (Created page with "Image:TArduinoFindAnalogArrayPosition.png == Summary == Finds the index of a specified value within an analog array. == Description == The **Find Analog Array Position** component searches the input analog array for a matching value from the **Value Elements**. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:</b> Image:TArduinoFindAnalogArrayPosition.Preview.png == Propertie...")
- 00:26, 15 September 2025 Visuino talk contribs created page File:TArduinoFindAnalogArrayPosition.Preview.png
- 00:26, 15 September 2025 Visuino talk contribs uploaded File:TArduinoFindAnalogArrayPosition.Preview.png
- 00:22, 15 September 2025 Visuino talk contribs created page Humidity and Thermometer Sensirion SHT20 (Created page with "Image:TArduinoSHT20.png == Summary == Measures ambient temperature and relative humidity using the Sensirion SHT20 digital sensor over I²C. == Description == The **Humidity and Thermometer Sensirion SHT20** component provides precise temperature and humidity readings. It communicates via the I²C bus and supports multiple resolution settings for temperature and humidity measurements. A **Reset** pin allows the sensor to be reset via a digital input....")
- 00:22, 15 September 2025 Visuino talk contribs created page File:TArduinoSHT20.Preview.png
- 00:22, 15 September 2025 Visuino talk contribs uploaded File:TArduinoSHT20.Preview.png
- 23:54, 14 September 2025 Visuino talk contribs created page Humidity and Thermometer Sensirion HTS221(I2C) (Created page with "Image:TArduinoHTS221.png == Summary == Measures ambient temperature and relative humidity using the Sensirion HTS221 digital sensor over I²C. == Description == The **Humidity and Thermometer Sensirion HTS221 (I2C)** component provides high-precision temperature and humidity readings. It communicates via the I²C bus and supports features such as averaging, one-shot measurement mode, and built-in heater control. Data availability can be monitored using...")
- 23:51, 14 September 2025 Visuino talk contribs created page File:TArduinoHTS221.Preview.png
- 23:51, 14 September 2025 Visuino talk contribs uploaded File:TArduinoHTS221.Preview.png
- 23:45, 14 September 2025 Visuino talk contribs created page Humidity and Thermometer DHT12 (Created page with "Image:TArduinoDHT12.png == Summary == Reads temperature and humidity data from the DHT12 digital sensor using the I²C interface. == Description == The **Humidity and Thermometer DHT12** component measures ambient temperature and relative humidity. It communicates over the I²C bus and provides precise digital sensing. The temperature can be reported in Celsius or Fahrenheit based on the **In Fahrenheit** property. A read cycle is triggered through th...")
- 23:45, 14 September 2025 Visuino talk contribs created page File:TArduinoDHT12.Preview.png
- 23:45, 14 September 2025 Visuino talk contribs uploaded File:TArduinoDHT12.Preview.png
- 23:41, 14 September 2025 Visuino talk contribs created page Grove Temperature (Created page with "Image:TArduinoGroveDHT11.png == Summary == Reads temperature and humidity data from the Grove Temperature & Humidity Sensor (DHT11). == Description == The **Grove Temperature & Humidity Sensor (DHT11)** component measures both ambient temperature and relative humidity. It supports temperature output in either Celsius or Fahrenheit, depending on the **In Fahrenheit** property. The sensor is triggered via the **Clock** pin, and outputs the readings as ana...")
- 23:37, 14 September 2025 Visuino talk contribs created page File:TArduinoGroveDHT11.Preview.png
- 23:37, 14 September 2025 Visuino talk contribs uploaded File:TArduinoGroveDHT11.Preview.png
- 23:33, 14 September 2025 Visuino talk contribs created page Merge Octets To 64 bit Unsigned MAC Address (Created page with "Image:TArduinoMergeOctetsToMACUnsigned.png == Summary == Combines six individual octets into a single 64-bit unsigned MAC address. == Description == The **Merge Octets To 64-bit Unsigned MAC Address** component constructs a MAC address by merging six octet inputs into a single 64-bit unsigned integer. The merge is triggered by the **Clock** input. This is useful for generating or reconstructing MAC addresses from their separate byte components. <b>Di...")
- 23:33, 14 September 2025 Visuino talk contribs created page File:TArduinoMergeOctetsToMACUnsigned.Preview.png
- 23:33, 14 September 2025 Visuino talk contribs uploaded File:TArduinoMergeOctetsToMACUnsigned.Preview.png
- 23:29, 14 September 2025 Visuino talk contribs created page Split 64 bit Unsigned MAC Address To Octets (Created page with "Image:TArduinoSplitMACUnsignedToOctets.png == Summary == Splits a 64-bit unsigned MAC address into six individual octets. == Description == The **Split 64-bit Unsigned MAC Address To Octets** component takes a single 64-bit unsigned integer representing a MAC address and breaks it down into its six constituent octets. This allows easier formatting, display, or transmission of MAC addresses in their common colon-separated octet form. <b>Diagram:</b>...")
- 23:28, 14 September 2025 Visuino talk contribs created page File:TArduinoSplitMACUnsignedToOctets.Preview.png
- 23:28, 14 September 2025 Visuino talk contribs uploaded File:TArduinoSplitMACUnsignedToOctets.Preview.png
- 23:25, 14 September 2025 Visuino talk contribs created page Split Unsigned TCP/IP IPv4 Address To Octets (Created page with "Image:TArduinoSplitUnsignedIPv4ToOctets.png == Summary == Splits a 32-bit unsigned integer IPv4 address into four individual octets. == Description == The **Split Unsigned TCP/IP IPv4 Address To Octets** component takes a single 32-bit unsigned integer representing an IPv4 address and breaks it down into its four constituent octets. This allows easier manipulation, display, or transmission of IPv4 addresses in segmented form. <b>Diagram:</b> Image...")
- 23:25, 14 September 2025 Visuino talk contribs created page File:TArduinoSplitUnsignedIPv4ToOctets.Preview.png
- 23:25, 14 September 2025 Visuino talk contribs uploaded File:TArduinoSplitUnsignedIPv4ToOctets.Preview.png
- 23:22, 14 September 2025 Visuino talk contribs created page Merge Octets To Unsigned TCP/IP IPv4 Address (Created page with "Image:TArduinoMergeOctetsToUnsignedIPv4.png == Summary == Merges four individual octets into a single unsigned 32-bit integer representing an IPv4 address. == Description == The **Merge Octets To Unsigned TCP/IP IPv4 Address** component combines four 8-bit octets into a 32-bit unsigned integer value. This value represents a complete IPv4 address in numeric form, making it useful for networking applications, comparisons, or storage. The **Initial Value**...")
- 23:22, 14 September 2025 Visuino talk contribs created page File:TArduinoMergeOctetsToUnsignedIPv4.Preview.png
- 23:22, 14 September 2025 Visuino talk contribs uploaded File:TArduinoMergeOctetsToUnsignedIPv4.Preview.png
- 23:18, 14 September 2025 Visuino talk contribs created page Merge Octets To Text MAC Address (Created page with "Image:TArduinoMergeOctetsToTextMAC.png == Summary == Converts six separate octets into a formatted text representation of a MAC address. == Description == The **Merge Octets To Text MAC Address** component combines six input octets into a single string formatted as a standard MAC address (e.g., `00:1A:2B:3C:4D:5E`). Each octet is provided as a separate input, and the full address is updated when triggered by the **Clock** pin. An initial default address...")
- 23:17, 14 September 2025 Visuino talk contribs created page File:TArduinoMergeOctetsToTextMAC.Preview.png
- 23:17, 14 September 2025 Visuino talk contribs uploaded File:TArduinoMergeOctetsToTextMAC.Preview.png
- 23:14, 14 September 2025 Visuino talk contribs created page Merge Octets To Text TCP/IP IPv4 Address (Created page with "Image:TArduinoMergeOctetsToTextIPv4.png == Summary == Converts four separate octets into a formatted text representation of an IPv4 address. == Description == The **Merge Octets To Text TCP/IP IPv4 Address** component combines four input octets into a single string formatted as a standard IPv4 address (e.g., `192.168.0.1`). Each octet is provided as a separate input, and the full address is updated when triggered by the **Clock** pin. An initial default...")
- 23:13, 14 September 2025 Visuino talk contribs created page File:TArduinoMergeOctetsToTextIPv4.Preview.png
- 23:13, 14 September 2025 Visuino talk contribs uploaded File:TArduinoMergeOctetsToTextIPv4.Preview.png