code:work:lvisf:2020centos8withgui:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
code:work:lvisf:2020centos8withgui:start [2020/02/01 14:51] – david | code:work:lvisf:2020centos8withgui:start [2020/02/13 23:25] (current) – [Malibu Qt Library] david | ||
---|---|---|---|
Line 97: | Line 97: | ||
==== Compile Ourselves ==== | ==== Compile Ourselves ==== | ||
+ | |||
+ | ==== Malibu Qt Library ==== | ||
+ | |||
+ | For our old CentOS 6.5 we need to build the libraries from scratch | ||
+ | |||
+ | - Become root < | ||
+ | sudo bash | ||
+ | </ | ||
+ | - Install a dependent 3rd party utility that is not mentioned in the readme (but doesn' | ||
+ | yum install wxWidgets-devel | ||
+ | yum install wxBase #for / | ||
+ | cd /usr/bin; ln -s wx-config-3.0 wx-config | ||
+ | </ | ||
+ | - Create the **Makefiles** for the debug and release < | ||
+ | cd / | ||
+ | / | ||
+ | / | ||
+ | </ | ||
+ | - Compile < | ||
+ | |||
+ | </ | ||
+ | - For some reason, the Qt path is missing in **Framework_Qt**< | ||
+ | Could manually just add the path to the MakeAllDebug but it appears to overwrite when I run from above | ||
+ | Looks to be missing at least this: -I../ | ||
+ | </ | ||
+ | |||
+ | ==== Snap ==== | ||
- Looks like | - Looks like | ||
Line 177: | Line 204: | ||
</ | </ | ||
- | Input Connector JP1 | + | ==== Input Connector JP1 ==== |
JP1connector is the front panel connector for the analog inputs, external clock and external trigger inputs. | JP1connector is the front panel connector for the analog inputs, external clock and external trigger inputs. | ||
- | Connector Type: MDR | + | |
- | Number of Connections: 68 | + | ^ Connector Type | MDR | |
- | Connector Part Number 3M part number 10268-55H3VC | + | ^ Number of Connections |
- | Mating Connector: 3M part number 10168-6000EC (IDC) | + | ^ Connector Part Number 3M part number |
- | Digikey (www.digikey.com) P/N MPB68A-ND | + | ^ Mating Connector: 3M part number |
- | Cable Innovative part number 65057 | + | ^ Digikey ([[https://www.digikey.com]]) |
+ | ^ Cable Innovative part number | ||
MDR68 male to-male, 36 inches (0.91meters) | MDR68 male to-male, 36 inches (0.91meters) | ||
+ | |||
This is the MDR68 as viewed from the front panel. | This is the MDR68 as viewed from the front panel. | ||
- | | Pin | Signal | + | ^ Pin |
- | | 02 | AGND | 36 | AGND | | + | | 02 |
- | | 03 | A/D0 IN+ | 37 | A/D0 IN- | | + | | 03 |
- | | 04 | AGND | 38 | AGND | | + | | 04 |
- | | 10 | AGND | 44 | AGND | | + | | 10 |
- | | 11 | A/D1 IN+ | 45 | A/D1 IN- | | + | | 11 |
- | | 12 | AGND | 46 | AGND | | + | | 12 |
- | | 18 | AGND | 52 | AGND | | + | | 18 |
- | | 19 | A/D2 IN+ | 53 | A/D2 IN- | | + | | 19 |
- | | 20 | AGND | 54 | AGND | | + | | 20 |
- | | 26 | AGND | 60 | AGND | | + | | 26 |
- | | 27 | A/D3 IN+ | 61 | A/D3 IN- | | + | | 27 |
- | | 28 | AGND | 62 | AGND | | + | | 28 |
- | | 32 | AGND | 66 | AGND | | + | | 32 |
- | | 33 | EXT CLK+ | 67 | EXT CLK- | | + | | 33 |
- | | 34 | TRIGGER1 | 68 | TRIGGER0 | | + | | 34 |
- | + | ||
- | 0.00027778 x 72 = 0.02 | + | |
+ | My question to Innovative Tech Support 2020.02.01 | ||
+ | < | ||
In Common/ | In Common/ | ||
HandleDirectDataAvailable() | HandleDirectDataAvailable() | ||
Line 216: | Line 247: | ||
and then let it continue? | and then let it continue? | ||
| | ||
- | seems like the right place to do that? | + | seems like the right place to do that? |
- | + | </ | |
- | | + |
code/work/lvisf/2020centos8withgui/start.1580568688.txt.gz · Last modified: 2020/02/01 14:51 by david