The following example demonstrates how to use DioGroup Object as follows:
● Create new DIO file.
● Create group with channels 0-18.
Dim diofile As New DioFile
Dim dioGroup As DioGroup
diofile.Open (“NewFile.dio”)
dioGroup = diofile.CreateGroup (0, 18)