Day 4 Conclusion

Congratulations! Your driver is now almost finished. In today's lesson you created a device discovery parameters structure, a device discovery request, a device discovery response, and a device discovery preferences structure. In Java code, you made some associations between these and your driver's network. By doing this, your driver should now support device discovery.

To discover field-devices on your field-bus:

  1. Run a station and view your network's Dev Device Manager

  2. Discover the devices on your field-bus.

  3. Add one or more device components to your network.

Tomorrow we will show you how to update your driver to support discovery of data points in your device. The procedure for point-discovery is very similar to the procedure that you followed today for adding device-discovery support to your driver.