Skip to content
Snippets Groups Projects
  1. Jul 15, 2024
    • Marco Filho's avatar
      Make register name dynamic · 4d3389a8
      Marco Filho authored
      ST register is not hardcoded into template file anymore.
      This will make it easier to add new registers, I hope.
      4d3389a8
    • Marco Filho's avatar
      Style: remove excessive comment symbols · f724db59
      Marco Filho authored
      f724db59
    • Marco Filho's avatar
      Make register ST channel set for correct Hybrid/VMM pair. · d408299e
      Marco Filho authored
      Before this, Any caput to AllST-S record would only set channels values to
      hybrid 0, vmm 0 because of hardcoded values.
      
      This commit makes the vmmST_ an array with epics parameters.
      The function getPair discovers the HYBRID-VMM pair for the parameter
      that was called and sets the correct pair register's values.
      
      Also, records are loaded with .sub files so we don't need to keep repeating
      record names with different numbers.
      
      All have been tested and works.
      d408299e
  2. Jul 12, 2024
    • Marco Filho's avatar
      Style: add whitespace between variables declaration and logic. · fcd719d7
      Marco Filho authored
      Nothing should change with this.
      fcd719d7
    • Marco Filho's avatar
      Add bo record to set every ST channel all at once. · 629d181b
      Marco Filho authored
      Before this, you would need to put array of values into ST-S.
      Now you can simply put 1 or 0 into AllST-S and it will set all channels.
      
      OOPT "on change" field is needed because for some reason without it even
      if you put PINI=NO in all these three ST-S records, it processes on IOC
      initialization, which I don't think is desired.
      629d181b
    • Marco Filho's avatar
      Add initial set channels array · 95201d33
      Marco Filho authored
      Add array of 64 elements. When you put into it, the nth element will
      set the nth ST channel of VMM to the value put to it.
      
      Added writeInt8Array method.
      Added the ST-T aao record.
      Added vmmST parameter to VMM class.
      Removed TO-DO comment that was about adding this functionality.
      95201d33
  3. May 29, 2024
  4. May 27, 2024
  5. May 24, 2024
  6. Apr 04, 2024
  7. Mar 26, 2024
  8. Mar 25, 2024
  9. Mar 22, 2024
  10. Mar 21, 2024
  11. Mar 20, 2024
  12. Mar 16, 2024
  13. Mar 15, 2024
  14. Mar 12, 2024
Loading