Posted: 20 Apr 2018, 09:44
Hi.
I added LED templates, for when clicking on a 'trigger' or 'switch' output pin. The 'switchOut02-Led1' template in the application folder wasn't working and was seemingly configured as for a trigger output, because the template's 'term display flow type' was set at 15 (dftTrigger). Changing this to a 4 (dftButton) fixed this, which leads to my first question....
What exactly is the difference between a button and a trigger output pin?
I'm a little confused with the console's output too:
...
process msg SET_TARGET_PATCH SENDER_PATCH
Var not found SENDER_PATCH
Can't find the module : SENDER_PATCH
process msg CREATE_MODULE LED 104 MOUSE_X MOUSE_Y
create module TpgControl_Led 104
SET_VAR String LAST_CREATED_MODULE_NAME = LED
process msg CREATE_LINK SRC_MODULE SRC_TERM_NUM LED 1
Var not found LED
process msg SET_VALUE LED 1 SRC_VALUE
Set Value LED 1 SRC_VALUE
...
Why are the SENDER_PATCH, and LED variables being reported as not found?
Cheers!
I added LED templates, for when clicking on a 'trigger' or 'switch' output pin. The 'switchOut02-Led1' template in the application folder wasn't working and was seemingly configured as for a trigger output, because the template's 'term display flow type' was set at 15 (dftTrigger). Changing this to a 4 (dftButton) fixed this, which leads to my first question....
What exactly is the difference between a button and a trigger output pin?
I'm a little confused with the console's output too:
...
process msg SET_TARGET_PATCH SENDER_PATCH
Var not found SENDER_PATCH
Can't find the module : SENDER_PATCH
process msg CREATE_MODULE LED 104 MOUSE_X MOUSE_Y
create module TpgControl_Led 104
SET_VAR String LAST_CREATED_MODULE_NAME = LED
process msg CREATE_LINK SRC_MODULE SRC_TERM_NUM LED 1
Var not found LED
process msg SET_VALUE LED 1 SRC_VALUE
Set Value LED 1 SRC_VALUE
...
Why are the SENDER_PATCH, and LED variables being reported as not found?
Cheers!