Difference between revisions of "Remote control"

From GISAXS
Jump to: navigation, search
(Solution: Robot)
(Solution: Robot)
 
(14 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
=Video Conferencing=
 
=Video Conferencing=
May need to improve WiFi signal in certain lab spaces.
 
 
==Solution: Tablets==
 
==Solution: Tablets==
* Purchase a tablet:
+
A simple solution for video conferencing is to use a tablet that has front and back cameras (for discussion and for showing equipment status, respectively). For instance, this tablet is light, low-cost, and has the necessary features:
** [https://www.samsung.com/us/mobile/tablets/galaxy-tab-a/samsung-galaxy-tab-a-8-0-2019-32gb-black-wi-fi-sm-t290nzkaxar/ Samsung Galaxy Tab A 8.0" (2019), 32GB, Black (Wifi)] $130
+
* [https://www.samsung.com/us/mobile/tablets/galaxy-tab-a/samsung-galaxy-tab-a-8-0-2019-32gb-black-wi-fi-sm-t290nzkaxar/ Samsung Galaxy Tab A 8.0" (2019), 32GB, Black (Wifi)] $130, [https://en.wikipedia.org/wiki/Samsung_Galaxy_Tab_A_8.0#Galaxy_Tab_A_8.0_(2019) details on Wikipedia]
  
# Initiate a video conference session, either:
+
In terms of video conferecing, there are of course many platforms and associated apps. To avoid using a personal account, one can:
## Create a [https://accounts.google.com/signup/v2/webcreateaccount?flowName=GlifWebSignIn&flowEntry=SignUp Gmail account].
+
# Create a gmail account for the device:
 +
## Create a new [https://accounts.google.com/signup/v2/webcreateaccount?flowName=GlifWebSignIn&flowEntry=SignUp Gmail account].
 
## Use [https://hangouts.google.com/ Google Hangouts] to create a meeting.
 
## Use [https://hangouts.google.com/ Google Hangouts] to create a meeting.
# Or:
+
# Or, use [https://meet.google.com/ Google Meet] to create a new meeting.
## Use [https://meet.google.com/ Google Meet] to create a new meeting.
 
## Email the link.
 
 
 
==Solution: Robot==
 
Double 3 Telepresence Robot
 
* [https://www.bhphotovideo.com/c/product/1508570-REG/double_robotics_1013_double_2_robot.html ]
 
* [https://www.therobotreport.com/double-3-telepresence-robot-debuts-double-robotics/ ]
 
  
 
=Remote Desktop=
 
=Remote Desktop=
Line 50: Line 43:
 
* [https://tigervnc.org/ TigerVNC]
 
* [https://tigervnc.org/ TigerVNC]
 
|}
 
|}
 +
 +
==Solution: Network KVM==
 +
For instrument computers that cannot have VNC software installed on them, one option is to install a hardware module in the path of the keyboard/video/mouse (KVM) cables. Small hardware boxes known as network/remote KVM switches allow one to connect (e.g. via VNC) over the network and control the remote computer (in terms of clicking the mouse and typing on the keyboard, at least).
 +
 +
Here are a couple examples of commercially available IP-based Network KVM switches:
 +
* [https://www.kvm-switches-online.com/ipeps-plus.html Adder iPeps+ HDMI KVM-Over-IP Gateway]: HDMI + USB; $720
 +
* [https://www.kvm-switches-online.com/ald-ipeps.html Adder AdderLink Digital iPEPS - IP KVM]: DVI/D + USB; $720
  
 
=Viewing=
 
=Viewing=
Line 60: Line 60:
 
* Linux system (accessible via SSH, scp, rsync, etc.) that hosts an NFS shared drive to Windows machines (via Samba).
 
* Linux system (accessible via SSH, scp, rsync, etc.) that hosts an NFS shared drive to Windows machines (via Samba).
  
==Solution: BNL Box==
+
=Distanced Computer Sharing=
* Based on [https://nextcloud.com/ Nextcloud]
+
If two people want to co-operate on a single computer, while maintaining distancing, there are some options:
** [https://nextcloud.com/install/#install-clients install client]
+
# Use the '''remote desktop''' solutions (e.g. VNC) mentioned above. This allows a second person to remotely view/control the computer.
* Test instance for [https://bnlbox-test.sdcc.bnl.gov/index.php/login SDCC]
+
# Use a network/remote '''KVM switch''' to remotely control the computer.
 
+
# '''Mirror''' the display to another nearby monitor. There are several ways to do this:
=Instrument Tests=
+
## A video splitter and long cables.
===Labscale SAXS===
+
## A KVM splitter (a.k.a. reverse KVM, a.k.a. "2-way KVM Extender") allows two users (with separate keyboard/monitor/mouse) to both control a single computer.
TBD
+
## For Mac, [https://shop.astropad.com/ Luna Display] allows one to use an iPad or another Mac as a mirror/extension of the computer.
===Cypher AFM===
+
# Have a WiFi '''tablet''' near the computer, allowing the user of that computer to video-conference with someone else (and use the tablet camera to show what is on screen).
Vendor uses proprietary web-based "OnSite platform" for remote connection.
+
# Point a '''web-camera''' at the computer screen, allowing a remote participant to see what's happening.
 
 
===JEOL e-beam===
 
We are planning an upgrade to the tool:
 
* Upgrade computer to Linux (will provide more remote control options)
 
* New cassette for loading multiple wafers and doing automated exchange
 
 
 
===Percy STM===
 
Percy has remote access and a functioning web camera.
 

Latest revision as of 11:27, 10 August 2020

It is becoming increasingly important for researchers to be able to operate their instruments remotely. Below are some notes that may help in this regard.

Video Conferencing

Solution: Tablets

A simple solution for video conferencing is to use a tablet that has front and back cameras (for discussion and for showing equipment status, respectively). For instance, this tablet is light, low-cost, and has the necessary features:

In terms of video conferecing, there are of course many platforms and associated apps. To avoid using a personal account, one can:

  1. Create a gmail account for the device:
    1. Create a new Gmail account.
    2. Use Google Hangouts to create a meeting.
  2. Or, use Google Meet to create a new meeting.

Remote Desktop

Solution: VNC

VNC is a generic cross-platform protocol for remote desktop. Free and open-source viewers/clients and servers are available for all major operations systems.

OS Viewer Server
Windows
OS X
Linux

Solution: Network KVM

For instrument computers that cannot have VNC software installed on them, one option is to install a hardware module in the path of the keyboard/video/mouse (KVM) cables. Small hardware boxes known as network/remote KVM switches allow one to connect (e.g. via VNC) over the network and control the remote computer (in terms of clicking the mouse and typing on the keyboard, at least).

Here are a couple examples of commercially available IP-based Network KVM switches:

Viewing

Solution: Network Web Cameras

Cameras:

Data Access

Solution: Linux Shared Network Drives

  • Linux system (accessible via SSH, scp, rsync, etc.) that hosts an NFS shared drive to Windows machines (via Samba).

Distanced Computer Sharing

If two people want to co-operate on a single computer, while maintaining distancing, there are some options:

  1. Use the remote desktop solutions (e.g. VNC) mentioned above. This allows a second person to remotely view/control the computer.
  2. Use a network/remote KVM switch to remotely control the computer.
  3. Mirror the display to another nearby monitor. There are several ways to do this:
    1. A video splitter and long cables.
    2. A KVM splitter (a.k.a. reverse KVM, a.k.a. "2-way KVM Extender") allows two users (with separate keyboard/monitor/mouse) to both control a single computer.
    3. For Mac, Luna Display allows one to use an iPad or another Mac as a mirror/extension of the computer.
  4. Have a WiFi tablet near the computer, allowing the user of that computer to video-conference with someone else (and use the tablet camera to show what is on screen).
  5. Point a web-camera at the computer screen, allowing a remote participant to see what's happening.