High Country Tek DVC80 User Manual
Page 106

P/N: 021-00154, Rev. A.6 - updated for V4.7 Tools
Page | 106
Send Uint Name 1 - 4:
This is the suffix Name for setting the data to the other DVC5/7/10.
Range: 16 Characters with no spaces. Usable characters are A-Z, a-z, 0-9, and "_".
Rules:
The first character cannot be a number.
Compiler Keywords or other Names already in use are not valid.
Receive Uint Name 1 - 4:
This is the suffix Name for the data sent from the other DVC5/7/10.
Range: 16 Characters with no spaces. Usable characters are A-Z, a-z, 0-9, and "_".
Rules:
The first character cannot be a number.
Compiler Keywords or other Names already in use are not valid.
DVC5/7/10 to 5/7/10 Program Variables
Name.Status
Set/Get the state of DVC to be communicated with.
Name.SendName1
Set/Get the current value of that variable.
Range: 0 to 65535
Name.SendByte1Bit0,... Name.Sendbyte1.Bit15
Set/Get the current bit value of that variable.
Range: 0 to 1
Example
In this example, there are 4 variables that are being sent to another DVC10. The second DVC10’s MAC ID is
11. The second DVC10 is sent the current RPM, PSI, Set point, and a few Digital inputs. After the second
DVC10 processes the information, it returns the state of its output.
First DVC10 Setup: Send to MAC ID 11
DVC10to10.Send_RPM = Ana_1
DVC10to10.Send_PSI = Uni_1
DVC10to10.Send_Setpoint = 22%
DVC10to10.Send_Bits.Bit0 = Dig_1
DVC10to10.Send_Bits.Bit1 = Dig_2
Receive from MAC ID 11
Var = DVC10to10.Receive_Output
Second DVC10 Setup: Send to MAC ID 10
DVC10to10.Send_Output = PWM_1
Receive from MAC ID 10
PWM_1 =
(DVC10to10.Rec_RPM/3)+(DVC10to10.Rec_PSI /3)
PWM_2 = DVC10to10.Rec_Setpoint
HS1 = DVC10to10.Rec_Bits.Bit0
HS2 = DVC10to10.Rec_Bits.Bit1