While following the examples in this chapter, please replace the text jarFileName, yourDriver and yourCompany as previously described in the Preparation section):
/*- class BYourDriverDevice { properties { communicator : BValue -- This plugs in an instance of yourDriver's -- communicator onto the device to which -- the Niagara station's platform will directly -- communicate. default{[ new BYourDriverCommunicator() ]} } } -*/
/*- class BYourDriverGatewayNetwork { properties { communicator : BValue -- This plugs in an instance of yourDriver's -- communicator onto the gateway network component. -- The Niagara station's platform will communicate -- directly to the corresponding gateway unit on the -- field-bus. default{[ new BYourDriverCommunicator() ]} } } -*/
/*- class BYourDriverNetwork { properties { communicator : BValue -- This plugs in an instance of yourDriver's -- communicator onto the serial network component. -- The Niagara station's platform will communicate -- over a serial port that is configured on this -- serial network. You can look at the property -- sheet of this communicator to review the exact -- settings. default{[ new BYourDriverCommunicator() ]} } } -*/
Copyright © 2000-2016 Tridium Inc. All rights reserved.