Difference between revisions of "Lab:B209"
(9 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
== Specifications == | == Specifications == | ||
− | * 48 networked Windows | + | * 48 networked Windows [[Lab:B209/Computers|computers]] with WIN domain credential logins split up into 24 lab benches |
* 1 instructor station Windows 8.1 - equipped with a SMART Sympodium | * 1 instructor station Windows 8.1 - equipped with a SMART Sympodium | ||
* Projection system with screen | * Projection system with screen | ||
Line 12: | Line 12: | ||
== Using the PCs to Run Unix Programs Remotely == | == Using the PCs to Run Unix Programs Remotely == | ||
Here is the somewhat long-form of the log-in procedure: | Here is the somewhat long-form of the log-in procedure: | ||
− | + | ||
# Pick a PC | # Pick a PC | ||
# Log in using your OIT WIN credentials | # Log in using your OIT WIN credentials | ||
− | -- | + | <!-- |
# Pick a PC - if someone left themselves logged in, log them out and start from scratch | # Pick a PC - if someone left themselves logged in, log them out and start from scratch | ||
# Use FROSH##\mrglocal as the login (with ## being the number on the tape on the top of the computer) and p1p2dell as the password. | # Use FROSH##\mrglocal as the login (with ## being the number on the tape on the top of the computer) and p1p2dell as the password. | ||
+ | --> | ||
# Start [[MobaXterm]] | # Start [[MobaXterm]] | ||
− | # Type <source lang=bash> ssh -XY NETID@login | + | # Start a new terminal in MobaXterm. |
+ | # Type <source lang=bash> ssh -XY NETID@login.oit.duke.edu</source> | ||
#:where NETID is your NET ID in lower case. | #:where NETID is your NET ID in lower case. | ||
+ | # Type your password when asked - if it gives a warning about a .Xauth file, that's probably fine... | ||
+ | # At the prompt, type <source lang=bash> | ||
+ | xeyes & | ||
+ | </source>to start the xeyes program. You can minimize the program, but you should keep it running to keep your session from timing out. | ||
+ | <!-- | ||
# If you are thinking about printing during this session, type <source lang=text>lpq</source> to check the line printer queue - if there are no entries, you are set. If there is a list of files, the particular Teer machine to which you have connected is detached from the [[ePrint]] queue. If you are planning to print anything out, you will want to log into a different Teer machine. | # If you are thinking about printing during this session, type <source lang=text>lpq</source> to check the line printer queue - if there are no entries, you are set. If there is a list of files, the particular Teer machine to which you have connected is detached from the [[ePrint]] queue. If you are planning to print anything out, you will want to log into a different Teer machine. | ||
+ | --> | ||
== Problems Logging In or Running Programs== | == Problems Logging In or Running Programs== | ||
Line 44: | Line 52: | ||
Partial list: | Partial list: | ||
=== Specifically for EGR 103 === | === Specifically for EGR 103 === | ||
− | As of Fall, | + | As of Fall, 2018: |
* Acrobat reader | * Acrobat reader | ||
* [[ePrint]] | * [[ePrint]] | ||
Line 51: | Line 59: | ||
* Microsoft Office | * Microsoft Office | ||
* National Instruments Measurements and drivers | * National Instruments Measurements and drivers | ||
− | * National Instruments LabVIEW | + | * National Instruments LabVIEW |
* [[MobaXterm]] | * [[MobaXterm]] | ||
* [[SSH]] (including file transfer) | * [[SSH]] (including file transfer) | ||
− | + | * Anaconda for Python 3 [https://www.anaconda.com/download/] | |
+ | ** Get pydaqmx and autopep8 packages | ||
=== Other courses === | === Other courses === | ||
Line 60: | Line 69: | ||
* Maple (ECE 381, EGR 224, ME 344) | * Maple (ECE 381, EGR 224, ME 344) | ||
* [[SolidWorks]] (ME 321, ME 421, ME 422) | * [[SolidWorks]] (ME 321, ME 421, ME 422) | ||
+ | * Logger Pro (camps) | ||
+ | * Arduino | ||
+ | * Anaconda and Spyder | ||
=== Instructor Station === | === Instructor Station === | ||
Line 68: | Line 80: | ||
== Tech Notes == | == Tech Notes == | ||
− | * After installing a new version of MATLAB | + | * Make sure DAQ cards are registered on machines that have them. |
+ | * After installing a new version of MATLAB, be sure to: | ||
** Right-click and run as administrator | ** Right-click and run as administrator | ||
** daqregister('nidaq') | ** daqregister('nidaq') |
Latest revision as of 14:45, 18 June 2019
B209 Fitzpatrick is a computer lab used by EGR 103, EGR 224, ECE 382, ME 321, and occasionally ME 344, ME 421 and ME 422.
Contents
Specifications
- 48 networked Windows computers with WIN domain credential logins split up into 24 lab benches
- 1 instructor station Windows 8.1 - equipped with a SMART Sympodium
- Projection system with screen
- WolfVision document camera
- 25 National Instruments NI PCI 6014e or NI PCI 6221 cards (one at instructor station, one per lab bench)
- 20 Circuit Specialists PBB 272 powered breadboards
- 20 Circuit Specialists MS8264 digital multimeters
Using the PCs to Run Unix Programs Remotely
Here is the somewhat long-form of the log-in procedure:
- Pick a PC
- Log in using your OIT WIN credentials
- Start MobaXterm
- Start a new terminal in MobaXterm.
- Type
ssh -XY NETID@login.oit.duke.edu
- where NETID is your NET ID in lower case.
- Type your password when asked - if it gives a warning about a .Xauth file, that's probably fine...
- At the prompt, type to start the xeyes program. You can minimize the program, but you should keep it running to keep your session from timing out.
xeyes &
Problems Logging In or Running Programs
- If your password doesn't work or matlab "doesn't exist,"
- close MobaXterm, re-open it, and try to connect again.
Software
Partial list:
Specifically for EGR 103
As of Fall, 2018:
- Acrobat reader
- ePrint
- MATLAB with toolboxes (esp. Simulink, data acquisition, controls)
- Be sure shortcut has "Start In" of C:\Documents and Settings\mrglocal\My Documents\MATLAB
- Microsoft Office
- National Instruments Measurements and drivers
- National Instruments LabVIEW
- MobaXterm
- SSH (including file transfer)
- Anaconda for Python 3 [1]
- Get pydaqmx and autopep8 packages
Other courses
- Logisim (EGR 224)
- Maple (ECE 381, EGR 224, ME 344)
- SolidWorks (ME 321, ME 421, ME 422)
- Logger Pro (camps)
- Arduino
- Anaconda and Spyder
Instructor Station
The instructor station includes several extra pieces of software. This includes:
- Software for document camera
- SMART Sympodium drivers
- SMART Notebook
Tech Notes
- Make sure DAQ cards are registered on machines that have them.
- After installing a new version of MATLAB, be sure to:
- Right-click and run as administrator
- daqregister('nidaq')
Questions
Post your questions by editing the discussion page of this article. Edit the page, then scroll to the bottom and add a question by putting in the characters *{{Q}}, followed by your question and finally your signature (with four tildes, i.e. ~~~~). Using the {{Q}} will automatically put the page in the category of pages with questions - other editors hoping to help out can then go to that category page to see where the questions are. See the page for Template:Q for details and examples.