Tim Madden software documentation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Below are links to files written by Tim Madden when he was implementing the Digital Gammasphere software setup. | Below are links to files written by Tim Madden when he was implementing the Digital Gammasphere software setup. | ||
Line 8: | Line 6: | ||
* [[file:PythonEPICS.pdf]] | * [[file:PythonEPICS.pdf]] | ||
=== | ===Additional resources=== | ||
* Mike Carpenter has some Evernote notes that can be accessed using a web browser | * Mike Carpenter has some Evernote notes that can be accessed using a web browser. You can request them at mailto:[email protected] | ||
* | * There are some Gnotes on machine DGS1 that may be useful. | ||
* The bash scripts found on DGS1 are | * The bash scripts found on DGS1 are heavily commented and can provide useful information. | ||
===Spreadsheet Generation=== | ===Spreadsheet Generation=== | ||
* C and VHDL files are generated using VBA code. [[file: | * C and VHDL files are generated using VBA code. [[file:Generation_of_C_and_VHDL_from_spreadsheet.docx]] | ||
* Data is read from the cells of the sheet to be put in the files | * Data is read from the cells of the sheet to be put in the files. |
Latest revision as of 16:17, February 20, 2023
Below are links to files written by Tim Madden when he was implementing the Digital Gammasphere software setup.
- File:AsynDebugDriverDOCS.pdf
- File:DebuggingEPICSChannelAccess.pdf
- File:DigitalGammasphereSW.pdf
- File:PythonEPICS.pdf
Additional resources
- Mike Carpenter has some Evernote notes that can be accessed using a web browser. You can request them at mailto:[email protected]
- There are some Gnotes on machine DGS1 that may be useful.
- The bash scripts found on DGS1 are heavily commented and can provide useful information.
Spreadsheet Generation
- C and VHDL files are generated using VBA code. File:Generation of C and VHDL from spreadsheet.docx
- Data is read from the cells of the sheet to be put in the files.