| The oRCIN(1-6) Objects monitor I/O Line 17 and looks for the signals provided by a Radio Receiver. The Operate property specifies if the receiver is being read. The Ch1 through Ch6 properties are updated with the servo positioning information read from the Radio Receiver. Channel 1 data will update the Ch1 property, Channel 2 will update Ch2, and so on until up to 6 channels are read. If an oRCIN object with fewer channels than the radio receiver has is used, then only the channels represented in the oRCIN object will be read. The position value matches the positioning values used by the oServo Object where 32 is considered the center position for the servo. The Adjust property adjusts the servo positions in 2.8 degree steps. Adjust is a value with a range of 0 to 7 and defaults to 3, so the positions can be adjusted down 8.4 degrees and up 11.2 degrees. The DIO property is an instance of the oPulseTimeH object which is created when the oRCIN(1-6) object is. The oRCIN(1-6) object configures the oPulseTimeH object in such a way that it will read the servo pulse stream provided by the radio receiver. Attributes of the oPulseTimeH operation can be adjusted by directly manipulated. but note that doing so may change the way the oRCIN object behaves to something different than the way described in this document. (see oPulseTimeH object for more detail) The maximum number of oRCIN(1-6) objects that can be dimensioned in a single application program is 1. |