Questions tagged [tango-controls]
6 questions
2
votes
1 answer
PyTango Device with 'externally' updated attributes
Let's say you have a hardware device that sends you updates at more or less random intervals and that a client wants to receive events every time this happens. How would you write a PyTango (The Python wrapper for the Tango controls library…

NeilenMarais
- 2,949
- 1
- 25
- 23
1
vote
1 answer
Accessing PyTango Attribute values
I'm trying to write a device server with PyTango. I created a list of Attributes for the Server. How do I access the value stored in the attributes by the set_value() function?
If I have this attribute for example, how can I retrieve the…

Klaus Götz
- 21
- 3
1
vote
1 answer
PyQt4 Application takes time on startup for the very fist time
I have developed an application using Python 2.7 and PyQt4.
Usually when I start my application it start within a second, but when I do start/restart my computer an than I start application for the very first time, It takes countable amount of time.…

Binit Amin
- 481
- 2
- 18
0
votes
1 answer
Facing issues while updating authentication_string in mariadb
I'm new to databases and was doing installation for a software where we have to change following in maria db.
> mariadb-server-10.6
> sudo mariadb -u root
ALTER USER 'root'@'localhost' IDENTIFIED BY 'mypassword';
UPDATE mysql.user SET…

sandy560
- 49
- 1
- 8
0
votes
1 answer
How to install a Rust dependency in an environment with no internet?
I would like to use the tango client crate for a Rust project at work, however the environment that I will be developing this in does not have direct access to the internet. This means that the standard method of adding the dependency to Cargo.toml…

smolloy
- 308
- 1
- 11
0
votes
1 answer
How can I install PyTango 7.2 in a virtualenv on Debian 7?
I am able to install PyTango 7.2 on Debian 7 using:
sudo apt-get install python-pytango #installs on system, not virtualenv
However, I need to install it in a Python virtualenv. I have created a virtualenv and installed the following prerequisites,…

lofidevops
- 15,528
- 14
- 79
- 119