1. char fourChar[4];
  2. int* value = (int*)(&fourChar);
  3. *value = (int)floatValueFromSlider; // or the simple values from your picker
  4. [appNote sendCharArray:fourChar]; // assuming the method wants a char[] of only 4 characters