Nick Vandehey
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
Activity overview
Latest activity by Nick Vandehey-
Nick Vandehey created a post,
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...
-
Nick Vandehey created a post,
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
-
Nick Vandehey commented,
Yes. That was indeed a typo. Without "RES 0" in the response, I would think that a response with "RES 1" would fail this step. I think I can proceed with the understanding that 'expect' fields will...
-
Nick Vandehey created a post,
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...
-
Nick Vandehey commented,
As a followup on this, I've been able to get this set command to execute: - command: canCfg CAN0 500000- command: operator "canSEND"- command: canSend CAN0 1 12 But I'm generally confused of what ...
-
Nick Vandehey commented,
Ok. So I got the measurement above working, but the question from above is still appropriate. But now I have even a more challenging signal to measure frequency on. 72mV pk to pk on a 1v DC offset...
-
Nick Vandehey created a post,
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...
-
Nick Vandehey created a post,
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...
-
Nick Vandehey commented,
amazing! thank you
-
Nick Vandehey created a post,
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 ...