Communication interfaces

Hi James,

The page about secondary programs on the support site states:

"A secondary program may not take any physical time to execute"

The sleep command in the above example uses physical time, and is therefore not permitted.

A single set command as shown on the support site example works fine:

sec prog():
  set_standard_digital_out(1, True)
end

@jbm Can I edit the above wiki? Don’t seem to be able to at the moment.