Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For a complete overview, detailed instructions and examples please see the "MATLAB Programmer's Guide for FACET physicists", attached to this Confluence page.

Here is a short excerpt:

To obtain control system names and values, AIDA is accessible from the linux command line, via aidaWeb https://seal.slac.stanford.edu/aidaweb, through matlab and other language interfaces.

Basically, to get data from AIDA, use the function
aidaget(aida_name, type, params)

  • aida_name is the AIDA control system name, following the pattern <device>//<attribute>
  • type (optional case-insensitive string)
  • params (optional parameter=value pairs)

...

command line tools

matlab

web interface

#top

...

VII. FAQs

Q: How do I log onto the channel access network?
A: While shared accounts are used, the command is:
ssh fphysics@facet-srv01
If that hangs, then ssh into mcclogin first:
ssh mcclogin

...