Statistics: Posted by Vincent — 30 Jun 2022, 22:05
CODE:
// flagvar sendTrigger:boolean;Procedure Process;begin if sendTrigger then begin TrigNext.asInteger(1); sendTrigger := false; end else TrigNext.asInteger(0);end;Statistics: Posted by senso — 19 Jun 2022, 09:31
Statistics: Posted by sm_jamieson — 18 Jun 2022, 01:43
CODE:
// trigger outputTrigNext := CreateParam('trig next',ptButton,pioOutput);CODE:
TrigNext.asInteger(1);// something to insert here, but what?TrigNext.asInteger(0);Statistics: Posted by Vincent — 17 Jun 2022, 11:35
Statistics: Posted by Vincent — 30 Jun 2022, 22:05
CODE:
// flagvar sendTrigger:boolean;Procedure Process;begin if sendTrigger then begin TrigNext.asInteger(1); sendTrigger := false; end else TrigNext.asInteger(0);end;Statistics: Posted by senso — 19 Jun 2022, 09:31
Statistics: Posted by sm_jamieson — 18 Jun 2022, 01:43
CODE:
// trigger outputTrigNext := CreateParam('trig next',ptButton,pioOutput);CODE:
TrigNext.asInteger(1);// something to insert here, but what?TrigNext.asInteger(0);Statistics: Posted by Vincent — 17 Jun 2022, 11:35