Ivo Clarysse
- Total activity 150
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 29
- Subscriptions 61
Activity overview
Latest activity by Ivo Clarysse-
Ivo Clarysse commented,
Official comment Try title: Measure Resistance with No Current Appliedsuite: title: "Measure" steps: # Measure resistance, store in 'RESISTANCE' user key, capture in log file - command: measure resistance DAT...
-
Ivo Clarysse commented,
Official comment Hi Armance, The procedure to put a PLT into debug mode is documented at https://docs.pltcloud.com/pltcloud/webconsole/project/settings/debugkeys/#debug-keys If you're not seeing the "Reset (DEBUG M...
-
Ivo Clarysse commented,
Official comment The prescribed methods to disable DEBUG mode are: - *Reset deployment* from the PLT details page on PLTcloud (Administration > Manage PLTs > PLT Details); trigger "restart" from the PLTs built-in m...
-
Ivo Clarysse commented,
Official comment When using the `extract:` field, use parenthesis to specify the "capturing" group, as in: - command: uart UART2 send: "\r\nconfig get SER_NUM\r\n" extract: "(2024\\d{9})" extractKey: THEKEY tim...
-
Ivo Clarysse commented,
Official comment ADC-based differential voltage measurements (voltageDiff) are supported for the following combinations of signals only, due to limitations of the ADC chip used to perform these differential measure...
-
Ivo Clarysse commented,
Official comment serial_number is a mandatory field for the response payload for this command, and assigned to the built-in %SERIAL_NUMBER% key. - steps: - command: serial request - command: operator "%SER...
-
Ivo Clarysse commented,
Official comment The Yocto layer and images described in https://docs.pltcloud.com/acc/ppc/yocto/are meant to facilitate UART integration with getty, automatic login already set up.uart interaction in a YAML test p...
-
Ivo Clarysse commented,
Official comment During `currentDMM` measurements, the MUX subsystem is disconnected from the internal DMM; you can measure the current draw of a 1KOhm resistor directly. When autorange is disabled, the range wil...
-
Ivo Clarysse commented,
Official comment Hi Nick, The PLT-300A does indeed not include any buzzer, but one can definitely be integrated in a custom PPC.Without a PPC, one or more buzzer could be hooked up to DDTPxx signals, and controlled...
-
Ivo Clarysse commented,
Official comment We might be able add some form of timestamps for UART (and CAN) logs, but due to the asynchronous nature of UART/CAN (and buffering in multiple layers), these will always be somewhat skewed from th...