Reprogramming a 410/440 v4.01+

If there is an SD card pre-installed into your unit then that unit is on v4.01 firmware or above. The difference between v4.01 and previous firmware versions is the filename for the .cfg file. 

 
 
 
The only items that you should ever need to edit are numbered and bolded below.
 
1. This will change what probe the device is reading. You can use the list above to determine what value you should be setting it to. WARNING: Changing this could result in increased data charges. EX. Changing from HTP Temperature to HTP Temperature / Humidity will increase the amount of points from 1 to 2 and will therefore double your data usage. Contact Sonicu prior to making a change like this to ensure that you are set up on the right data plan and that you will not be charged overage fees. 
 
2. This will be necessary to move a 900 MHz unit from one 900 MHz gateway to another. Use the 900 Serial Number on the front of the gateway and put that number here
 
3. Everything in 3 covers all WiFi settings necessary to set up a WiFi unit onto the proper WiFi network. For assistance contact your network administrator.
 
The MVP440.cfg file will have the exact same information inside of the file, except instead of just one UNV INPUT MODE line there will now be 4. WARNING: Changing this can result in increased data charges. If you are adding additional points, contact Sonicu first so you can avoid any data overage charges.
 
When you open the file using Notepad++ (Download Here) you should see lines of code like this:
 
// ==================================== // ---- PROBE CONFIGURATION ----
// ====================================
// Modes:
// None = 0
// Analog Thermistor = 1
// Analog 4 - 20 mA = 2
// Analog Resistor = 3
// Analog Voltage = 4
// Analog Generic Current = 5
// Digital CCI = 6
// Digital Input = 7
// Digital Probe = 8
// Analog Resistive Thermistor = 9
// One Wire Cryogenic = 10
// Battery Voltage = 11
// One Wire ULT = 12
// Probes Unlimited ULT = 13
// HTP Temperature = 17
// HTP Humidity = 18
// HTP Temperature / Humidity = 19
// HTP Pressure = 20
// HTP Temperature / Pressure = 21
// HTP Humidity / Pressure = 22
// HTP Temperature / Humidity / Pressure = 17
1. UNV INPUT 1 MODE = 8                   
// 0 or 1 (for disabled or enabled)
PRESSURE DIFFERENTIAL 1 = 0
// 0 or 1 (for disabled or enabled)
PRESSURE DIFFERENTIAL 2 = 0
// ====  900 MHz SETTINGS ====
// ## ## ## ## ## ## ## ## where ## = 00h to FFh
 
 
2. 900MHZ DESTINATION = 00 13 A2 00 40 B8 35 C6
 
 
 
3. // ====  WIFI SETTINGS ====
// DHCP or STATIC
WIFI ADDRESS MODE = DHCP
// ###.###.###.### where ### = 0 to 255
WIFI ADDRESS MASK = 255.255.255.0
// ###.###.###.### where ### = 0 to 255
WIFI GATEWAY = 192.168.1.254
// ###.###.###.### where ### = 0 to 255
WIFI ADDRESS = 192.168.1.9
// 0 to 65535
WIFI SOURCE PORT = 49152
// NONE, WPA, or WPA2
WIFI ENCRYPTION = WPA2
// ###.###.###.###:XXXXX where ### = 0 to 255, XXXXX = 0 to 65535 (port)
// 1 to 32 characters
WIFI SSID = Sonicu
// Enter 1 to 64 characters
WIFI PASSKEY = passkey
// UDP or TCP
WIFI PROTOCOL = TCP