|
digital outs
Is it possible to send a signal to the same digital output on the controller more than once in a program cycle? I know the putData() function is only called once every slow cycle, but is it possible to have another function that only sends data to the digital outputs that is called more often in order to speed things up?
|