Nick Vandehey
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
Posts
Recent activity by Nick Vandehey-
breakpoint other than 'operator'
I often find myself using the 'operator' command for a breakpoint to ensure a certain manual operation is done. But sometimes it's inappropriate to have pass/fail associated with the step. I'd like...
-
test report filter improvements
I'd love to see a few improvements to test report filtering: Use multi-select instead of single select on al dropdowns allow for removing archived test plans from the test plan menu
-
UART expect v extract
What happens with an 'expect' and 'extract' clause in the same UART command? I ask in that I'm getting unexpected behaivor. With the following test plan: - ident: FW title: Firmware Revision st...
-
No Frequency Found
Are there limits (high/low) of the voltage measurement for the "measure frequency" command? I have this block of code in my test plan that consistently results in "no frequency detected" failure, d...
-
clarification of CAN interface commands
Can you please help send example statements for interactions with CAN bus?Specifically, how do canMatch and canSend work with respect to these parameters? msgId. How do I format this? Something li...
-
send UART based on key value
I'd like to send over UART the value stored in a key. Is this possible? As a simple example, would this work for - command: define sensorID "Nick\r\n" - uartcmd: uart UART0 send: sensorID ...
-
Add buzzer
I've found myself hoping for an audible sound to alert me to operator interactions and the end of test. Adding a buzzer would help. I could see that as part of a custom PPC, or even better part of...
-
UART, escape key
How do I send an escape key character over UART on the PLT?
-
add timestamp to UART Logs
The UART log in the test report & JSON report are great, but they are generally disconnected from the step results. It would be really helpful to have a timestamp for each line using the same clock...
-
Network Card MAC address
CompletedHow do I determine the MAC address of my PLT-300A? I can't find it printed on the device, on the screen, nor through PLTCloud.If this isn't already an option, I'd like to consider it a request.