You can subscribe to this list here.
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(6) |
Jul
(16) |
Aug
(8) |
Sep
(2) |
Oct
(1) |
Nov
(9) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2016 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
(3) |
Jul
(3) |
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(4) |
Dec
|
2017 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(2) |
Jul
(1) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(3) |
Feb
|
Mar
(1) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2023 |
Jan
(1) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(2) |
Aug
(3) |
Sep
(2) |
Oct
(2) |
Nov
(3) |
Dec
(3) |
2024 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
(3) |
May
(4) |
Jun
(3) |
Jul
(2) |
Aug
|
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(2) |
2025 |
Jan
(1) |
Feb
(2) |
Mar
(2) |
Apr
(2) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Teresa N. <mar...@de...> - 2015-11-24 11:33:29
|
Hi Carlos, thanks. Yes, I also thought that it should work ... I get the warning as you say, but after the warning the program crashes complaining about the model. I will have a look at the examples you say and fill a ticket if I think that it is a bug in Taurus. Regards, Teresa On 11/24/15 12:28, Carlos Pascual wrote: > You are right. There is a bug already about this in the tracker: > > https://sourceforge.net/p/tauruslib/tickets/221/ > > But note that old eval syntax should be supported in Taurus 4 (it should > issue deprecation warnings, but it should work). So please fill a bug if > some previously valid eval name is not working in taurus-4. > > Cheers, > > Carlos > > PS: until the official docs are updated, you can find many examples of > valid and invalid eval names in > .../taurus/core/evaluation/test/test_evalvalidator.py > > > > On Tue 24 November 2015 11:56:10 Teresa Nunez wrote: >> Hi Carlos, >> many thanks for the information and all the >> work implied. >> I have simply tried to run some basic taurus scripts I have, >> and I got an error in the script I was using an expresion >> with 'eval' for setting the model. I know that you made >> changes in the model scheme (according to TEP3) but >> I could not find a clear documentation how the expresions >> have to be changed, and with the old expresion it doesn't >> work. I can look deeper and perhaps the solution can be >> found without asking, but in any case I think that this >> information should be place in any very visible place (well, >> sorry if it is already placed and I didn't find it). >> Many thanks again. >> >> Regards, >> Teresa >> >> On 11/23/15 16:20, Carlos Pascual wrote: >>> Hi all, >>> >>> I would like to announce that we uploaded a preview of the >>> development of taurus v 4.0.0 on which we have been working at >>> ALBA. >>> >>> You can try it by checking out the "taurus4-preview" branch from the >>> canonical git repo. >>> >>> The main changes introduced in Taurus4 are those documented in TEP3 >>> and TEP14, plus some widget adaptations. The most visible changes >>> for the user are: >>> >>> * Units support: numerical values types are pint Quantities (instead >>> >>> of int or float) >>> >>> * The core is control-system agnostic (tango dependency is now >>> optional) * Much more powerful and robust eval scheme >>> * Simplified API for creating new schemes >>> >>> Note that this introduced some unavoidable API backward >>> incompatibilities (i.e. some code created for taurus 3.x may need >>> modifications to work with 4.x), but we have done a huge effort to >>> minimize this by providing a backwards compatibility API that will >>> correctly handle "3.x-style" code and issue recommendations of "new- >>> style" alternatives whenever it is possible. >>> >>> Apart from the above-mentioned incompatibilities, note that this is >>> a >>> "preview" (i.e. alpha stage) and it contains some bugs that need to >>> be fixed prior to the release. You can find the list of taurus4 >>> release- critical bugs here: >>> >>> https://sourceforge.net/p/tauruslib/tickets/milestone/taurus4/ >>> >>> We would love to get the feedback of the community. Please try >>> taurus 4 and give feedback. Bugs can be reported on the usual >>> tracker (please specify if they are taurus4-specific) >>> >>> Cheers, >>> >>> Carlos (on behalf of ALBA's Taurus Developers) >>> >>> PS: Regarding the plans for the official release of taurus4 and the >>> support for taurus 3.x after that, I will write the details in >>> another email soon. >> ---------------------------------------------------------------------- >> -------- Go from Idea to Many App Stores Faster with Intel(R) XDK >> Give your users amazing mobile app experiences with Intel(R) XDK. >> Use one codebase in this all-in-one HTML5 development environment. >> Design, debug & build mobile apps & 2D/3D high-impact games for >> multiple OSs. >> http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 >> _______________________________________________ >> Tauruslib-users mailing list >> Tau...@li... >> https://lists.sourceforge.net/lists/listinfo/tauruslib-users |
From: Carlos P. <cpa...@ce...> - 2015-11-24 11:28:16
|
You are right. There is a bug already about this in the tracker: https://sourceforge.net/p/tauruslib/tickets/221/ But note that old eval syntax should be supported in Taurus 4 (it should issue deprecation warnings, but it should work). So please fill a bug if some previously valid eval name is not working in taurus-4. Cheers, Carlos PS: until the official docs are updated, you can find many examples of valid and invalid eval names in .../taurus/core/evaluation/test/test_evalvalidator.py On Tue 24 November 2015 11:56:10 Teresa Nunez wrote: > Hi Carlos, > many thanks for the information and all the > work implied. > I have simply tried to run some basic taurus scripts I have, > and I got an error in the script I was using an expresion > with 'eval' for setting the model. I know that you made > changes in the model scheme (according to TEP3) but > I could not find a clear documentation how the expresions > have to be changed, and with the old expresion it doesn't > work. I can look deeper and perhaps the solution can be > found without asking, but in any case I think that this > information should be place in any very visible place (well, > sorry if it is already placed and I didn't find it). > Many thanks again. > > Regards, > Teresa > > On 11/23/15 16:20, Carlos Pascual wrote: > > Hi all, > > > > I would like to announce that we uploaded a preview of the > > development of taurus v 4.0.0 on which we have been working at > > ALBA. > > > > You can try it by checking out the "taurus4-preview" branch from the > > canonical git repo. > > > > The main changes introduced in Taurus4 are those documented in TEP3 > > and TEP14, plus some widget adaptations. The most visible changes > > for the user are: > > > > * Units support: numerical values types are pint Quantities (instead > > > > of int or float) > > > > * The core is control-system agnostic (tango dependency is now > > optional) * Much more powerful and robust eval scheme > > * Simplified API for creating new schemes > > > > Note that this introduced some unavoidable API backward > > incompatibilities (i.e. some code created for taurus 3.x may need > > modifications to work with 4.x), but we have done a huge effort to > > minimize this by providing a backwards compatibility API that will > > correctly handle "3.x-style" code and issue recommendations of "new- > > style" alternatives whenever it is possible. > > > > Apart from the above-mentioned incompatibilities, note that this is > > a > > "preview" (i.e. alpha stage) and it contains some bugs that need to > > be fixed prior to the release. You can find the list of taurus4 > > release- critical bugs here: > > > > https://sourceforge.net/p/tauruslib/tickets/milestone/taurus4/ > > > > We would love to get the feedback of the community. Please try > > taurus 4 and give feedback. Bugs can be reported on the usual > > tracker (please specify if they are taurus4-specific) > > > > Cheers, > > > > Carlos (on behalf of ALBA's Taurus Developers) > > > > PS: Regarding the plans for the official release of taurus4 and the > > support for taurus 3.x after that, I will write the details in > > another email soon. > > ---------------------------------------------------------------------- > -------- Go from Idea to Many App Stores Faster with Intel(R) XDK > Give your users amazing mobile app experiences with Intel(R) XDK. > Use one codebase in this all-in-one HTML5 development environment. > Design, debug & build mobile apps & 2D/3D high-impact games for > multiple OSs. > http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 > _______________________________________________ > Tauruslib-users mailing list > Tau...@li... > https://lists.sourceforge.net/lists/listinfo/tauruslib-users -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
From: Teresa N. <mar...@de...> - 2015-11-24 10:56:20
|
Hi Carlos, many thanks for the information and all the work implied. I have simply tried to run some basic taurus scripts I have, and I got an error in the script I was using an expresion with 'eval' for setting the model. I know that you made changes in the model scheme (according to TEP3) but I could not find a clear documentation how the expresions have to be changed, and with the old expresion it doesn't work. I can look deeper and perhaps the solution can be found without asking, but in any case I think that this information should be place in any very visible place (well, sorry if it is already placed and I didn't find it). Many thanks again. Regards, Teresa On 11/23/15 16:20, Carlos Pascual wrote: > Hi all, > > I would like to announce that we uploaded a preview of the development > of taurus v 4.0.0 on which we have been working at ALBA. > > You can try it by checking out the "taurus4-preview" branch from the > canonical git repo. > > The main changes introduced in Taurus4 are those documented in TEP3 and > TEP14, plus some widget adaptations. The most visible changes for the > user are: > > * Units support: numerical values types are pint Quantities (instead > of int or float) > * The core is control-system agnostic (tango dependency is now optional) > * Much more powerful and robust eval scheme > * Simplified API for creating new schemes > > Note that this introduced some unavoidable API backward > incompatibilities (i.e. some code created for taurus 3.x may need > modifications to work with 4.x), but we have done a huge effort to > minimize this by providing a backwards compatibility API that will > correctly handle "3.x-style" code and issue recommendations of "new- > style" alternatives whenever it is possible. > > Apart from the above-mentioned incompatibilities, note that this is a > "preview" (i.e. alpha stage) and it contains some bugs that need to be > fixed prior to the release. You can find the list of taurus4 release- > critical bugs here: > > https://sourceforge.net/p/tauruslib/tickets/milestone/taurus4/ > > We would love to get the feedback of the community. Please try taurus 4 > and give feedback. Bugs can be reported on the usual tracker (please > specify if they are taurus4-specific) > > Cheers, > > Carlos (on behalf of ALBA's Taurus Developers) > > PS: Regarding the plans for the official release of taurus4 and the > support for taurus 3.x after that, I will write the details in another > email soon. > |
From: Carlos P. <cpa...@ce...> - 2015-11-24 08:47:35
|
Hi all, As mentioned in a previous email [1], the next major version release of Taurus (v4.x) is now closer. Now I would like to introduce our proposal for the release plan (feedback is welcome). Our plan is to treat the taurus4-preview branch [2] as a feature branch (similar to what we do for the tep-x branches) and eventually merge it into the develop branch (among other things, this implies the acceptance of TEP3 and TEP14). Our intention is to be ready for merging into develop right after the Jan16 release (which will likely be Taurus 3.7). After we merge, the development of new features would be based on the develop branch (i.e. on v 4.x), and official beta releases of Taurus 4 could be done shortly after the Jan16 release. Considering that existing user's code may need changes to run on Taurus 4 (see the PS note below) and also that legacy systems may not be able to meet the updated dependencies of Taurus 4 (e.g., PyQt>=4.8), we intend to continue supporting the Taurus 3.x series during some time via hotfixes with selected bug fixes (and, exceptionally, with feature backports from the 4.x series). Nevertheless, we strongly recommend to port existing code to Taurus 4 as early as possible, and to base any new development on the latest version. Please reply to this email with your comments, questions and/or suggestions regarding the proposed release plans. Cheers, Carlos (on behalf of the ALBA Taurus Developers) PS: Taurus 4 is largely compatible with Taurus 3. Code that uses only standard widgets is likely to run unmodified. More complex code may also run unmodified thanks to a backwards compatibility API that transparently adapts 3.x API to its 4.x equivalent (and logs messages warning the user to help porting the code later on). Still, some 3.x API cannot be automatically adapted, and code that uses it may need to be changed. Links: [1] http://sf.net/p/tauruslib/taurus-devel/message/34641275/ [2] http://sf.net/p/tauruslib/taurus.git/ci/taurus4-preview/tree/ -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
From: Carlos P. <cpa...@ce...> - 2015-11-23 15:20:14
|
Hi all, I would like to announce that we uploaded a preview of the development of taurus v 4.0.0 on which we have been working at ALBA. You can try it by checking out the "taurus4-preview" branch from the canonical git repo. The main changes introduced in Taurus4 are those documented in TEP3 and TEP14, plus some widget adaptations. The most visible changes for the user are: * Units support: numerical values types are pint Quantities (instead of int or float) * The core is control-system agnostic (tango dependency is now optional) * Much more powerful and robust eval scheme * Simplified API for creating new schemes Note that this introduced some unavoidable API backward incompatibilities (i.e. some code created for taurus 3.x may need modifications to work with 4.x), but we have done a huge effort to minimize this by providing a backwards compatibility API that will correctly handle "3.x-style" code and issue recommendations of "new- style" alternatives whenever it is possible. Apart from the above-mentioned incompatibilities, note that this is a "preview" (i.e. alpha stage) and it contains some bugs that need to be fixed prior to the release. You can find the list of taurus4 release- critical bugs here: https://sourceforge.net/p/tauruslib/tickets/milestone/taurus4/ We would love to get the feedback of the community. Please try taurus 4 and give feedback. Bugs can be reported on the usual tracker (please specify if they are taurus4-specific) Cheers, Carlos (on behalf of ALBA's Taurus Developers) PS: Regarding the plans for the official release of taurus4 and the support for taurus 3.x after that, I will write the details in another email soon. -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
From: Sergi R. <sr...@ce...> - 2015-11-23 09:01:24
|
Well, to check if your attribute is archived or not: > ipython # import PyTangoArchiving # attribute = 'a/b/c/d' # rd = PyTangoArchiving.Reader() # rd.is_attribute_archived(attribute) if the result is True, ask for the last hour values # rd.get_attribute_values(attribute,-3600) If the result is False or exception, please reply with your output To add the attribute to archiving: # hdb = PyTangoArchiving.ArchivingAPI('hdb') #or tdb for temporary archiving # hdb.start_archiving(attribute) #To archive every minute # hdb.start_archiving(attribute,{'MODE_P':[15000]}) #To archive every 15s If it fails, reply to this email with your output. The arguments for start_archiving are described in the ArchivingManager documentation. For using tdb you have to configure the DB maintenance/cleanup in your DB server, you can ask Soleil regarding that. Sergi Rubio On 11/23/2015 09:50 AM, Carlos Pascual wrote: > Hi Lukasz, > > As I said, I am personally not an expert on archiving. Sergi Rubio (in > CC) is the author of the archiving support of TaurusTrend, so he may be > able to give better help. > > With my limited knowledge, all I can suggest is: > 1- make sure you use Soleil's archiving system (according to srubio, it > doesn't work with other archivers) > 2- make sure that your attribute (let's say "a/b/c/d") is configured in > the archiver and also that its values are really being archived (*) > 3- launch taurustrend a/b/c/d > 4- use the context menu to enable archiving (righ-click->use archiver) > 5- Now go to plot configuration (Right-click->plot configuration) and > disable the "Fixed-range scale" checkbox. Then enter a start value > previous to the time when you launched the trend (step 3). Apply and > Close the configuration dialog. > > You should be seeing archived values now. > > (*) Note: this is crucial, but it is where I cannot help you much since > I've never done this myself. I guess you can do a mysql query against > the DB, or use Mambo... > > > > > On Fri 20 November 2015 12:06:42 Lukasz Zytniak wrote: >> Hi Carlos, >> >> Please find in attachment printscreen from Astor, as I know we are >> using *external* archiver infrastructure. >> Still, I have problem with taurustrend --use-archiving. >> >> Could you please help me? >> >> Best regards, >> Lukasz >> >> W dniu 2015-11-13 o 16:06, Carlos Pascual pisze: >>> (Note: the original message was sent to both devel and users list. I >>> reply only to the the users list to avoid duplication of messages) >>> >>> Hi, >>> >>> Since the feature is working without problems in Alba and you do not >>> give details of how you are trying it, I can only guess a very basic >>> explanation... please excuse me if my answer is too obvious: >>> >>> In order to use the archiving feature you need, first of all, to >>> have the values archived. That is, an *external* archiver >>> infrastructure is needed, and the attributes for which you wish to >>> access the archived values need to be configured for archiving. >>> >>> Sergi rubio may be able to give further hints... >>> >>> Cheers, >>> Carlos >>> >>> On Fri 13 November 2015 15:22:47 Lukasz Zytniak wrote: >>>> Hello All, >>>> >>>> I have a question about taurustrend --use-archiving, as you can >>>> find >>>> in attachment, it doesn't work. >>>> I tested it on new TangoBox9 and in control room at Solaris (we are >>>> using taurus-3.3.0). >>>> I didn't find any ticket >>>> (http://sourceforge.net/p/tauruslib/tickets/), so maybe I use it in >>>> wrong way or I don't know how to configure it? I found in >>>> documentation: >>>> http://www.taurus-scada.org/en/stable/users/ui/trend.html#accessing >>>> -ar chived-values >>>> >>>> I will be very gratefull for your help. >>>> >>>> Kind regards, >>>> Lukasz |
From: Carlos P. <cpa...@ce...> - 2015-11-23 08:50:57
|
Hi Lukasz, As I said, I am personally not an expert on archiving. Sergi Rubio (in CC) is the author of the archiving support of TaurusTrend, so he may be able to give better help. With my limited knowledge, all I can suggest is: 1- make sure you use Soleil's archiving system (according to srubio, it doesn't work with other archivers) 2- make sure that your attribute (let's say "a/b/c/d") is configured in the archiver and also that its values are really being archived (*) 3- launch taurustrend a/b/c/d 4- use the context menu to enable archiving (righ-click->use archiver) 5- Now go to plot configuration (Right-click->plot configuration) and disable the "Fixed-range scale" checkbox. Then enter a start value previous to the time when you launched the trend (step 3). Apply and Close the configuration dialog. You should be seeing archived values now. (*) Note: this is crucial, but it is where I cannot help you much since I've never done this myself. I guess you can do a mysql query against the DB, or use Mambo... On Fri 20 November 2015 12:06:42 Lukasz Zytniak wrote: > Hi Carlos, > > Please find in attachment printscreen from Astor, as I know we are > using *external* archiver infrastructure. > Still, I have problem with taurustrend --use-archiving. > > Could you please help me? > > Best regards, > Lukasz > > W dniu 2015-11-13 o 16:06, Carlos Pascual pisze: > > (Note: the original message was sent to both devel and users list. I > > reply only to the the users list to avoid duplication of messages) > > > > Hi, > > > > Since the feature is working without problems in Alba and you do not > > give details of how you are trying it, I can only guess a very basic > > explanation... please excuse me if my answer is too obvious: > > > > In order to use the archiving feature you need, first of all, to > > have the values archived. That is, an *external* archiver > > infrastructure is needed, and the attributes for which you wish to > > access the archived values need to be configured for archiving. > > > > Sergi rubio may be able to give further hints... > > > > Cheers, > > Carlos > > > > On Fri 13 November 2015 15:22:47 Lukasz Zytniak wrote: > >> Hello All, > >> > >> I have a question about taurustrend --use-archiving, as you can > >> find > >> in attachment, it doesn't work. > >> I tested it on new TangoBox9 and in control room at Solaris (we are > >> using taurus-3.3.0). > >> I didn't find any ticket > >> (http://sourceforge.net/p/tauruslib/tickets/), so maybe I use it in > >> wrong way or I don't know how to configure it? I found in > >> documentation: > >> http://www.taurus-scada.org/en/stable/users/ui/trend.html#accessing > >> -ar chived-values > >> > >> I will be very gratefull for your help. > >> > >> Kind regards, > >> Lukasz -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
From: Carlos P. <cpa...@ce...> - 2015-11-13 15:06:14
|
(Note: the original message was sent to both devel and users list. I reply only to the the users list to avoid duplication of messages) Hi, Since the feature is working without problems in Alba and you do not give details of how you are trying it, I can only guess a very basic explanation... please excuse me if my answer is too obvious: In order to use the archiving feature you need, first of all, to have the values archived. That is, an *external* archiver infrastructure is needed, and the attributes for which you wish to access the archived values need to be configured for archiving. Sergi rubio may be able to give further hints... Cheers, Carlos On Fri 13 November 2015 15:22:47 Lukasz Zytniak wrote: > Hello All, > > I have a question about taurustrend --use-archiving, as you can find > in attachment, it doesn't work. > I tested it on new TangoBox9 and in control room at Solaris (we are > using taurus-3.3.0). > I didn't find any ticket > (http://sourceforge.net/p/tauruslib/tickets/), so maybe I use it in > wrong way or I don't know how to configure it? I found in > documentation: > http://www.taurus-scada.org/en/stable/users/ui/trend.html#accessing-ar > chived-values > > I will be very gratefull for your help. > > Kind regards, > Lukasz -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carrer de la Llum 2-26 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
From: Lukasz Z. <luk...@uj...> - 2015-11-13 14:22:59
|
Hello All, I have a question about taurustrend --use-archiving, as you can find in attachment, it doesn't work. I tested it on new TangoBox9 and in control room at Solaris (we are using taurus-3.3.0). I didn't find any ticket (http://sourceforge.net/p/tauruslib/tickets/), so maybe I use it in wrong way or I don't know how to configure it? I found in documentation: http://www.taurus-scada.org/en/stable/users/ui/trend.html#accessing-archived-values I will be very gratefull for your help. Kind regards, Lukasz -- Kind Regards, Lukasz Zytniak Control Software Engineer --------------------------------------------------------------- Synchrotron Radiation Centre "Solaris" Jagiellonian University 98 Czerwone Maki Street; 30-392 Krakow mobile: +48 519 307 972 www.synchrotron.pl |
From: Carlos P. <cpa...@ce...> - 2015-10-01 07:54:59
|
Hi, Wow! thanks a lot for the hint. This has been a known bug since 2 years ago ( https://sourceforge.net/p/tauruslib/tickets/194/ ) and we thought the only way to fix it was to move from distutils to setuptools (that's why it wasn't yet fixed). I just tested with "pip install taurus --egg" and it worked perfectly for me. Thanks! Carlos On Wed 30 September 2015 10:15:46 Yngve Inntjore Levinsen wrote: > Hi all, > > I wanted to install taurus for testing on my machine (CentOS 7). I > noticed in your install instructions that you recommend to download > the tarball from pip, so then I thought, 'why not just use pip > instead?' > That does not seem to work initially though: > > $ pip install taurus > > Collecting taurus > > > > Using cached taurus-3.6.0.tar.gz > > > > Installing collected packages: taurus > > > > Running setup.py install for taurus > > > > Complete output from command /usr/bin/python -c "import > > setuptools, > > tokenize;__file__='/tmp/pip-build-zLtyIO/taurus/setup.py';exec( > > compile(getattr(tokenize, 'open', > > open)(__file__).read().replace('\r\n', '\n'), __file__, > > 'exec'))" install --record > > /tmp/pip-4hH39k-record/install-record.txt > > --single-version-externally-managed --compile: usage: -c > > [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]> > > or: -c --help [cmd1 cmd2 ...] > > or: -c --help-commands > > or: -c cmd --help > > > > error: option --single-version-externally-managed not recognized > > > > ---------------------------------------- > > > > Command "/usr/bin/python -c "import setuptools, > > tokenize;__file__='/tmp/pip-build-zLtyIO/taurus/setup.py';exec(comp > > ile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', > > '\n'), __file__, 'exec'))" install --record > > /tmp/pip-4hH39k-record/install-record.txt > > --single-version-externally-managed --compile" failed with error > > code 1 in /tmp/pip-build-zLtyIO/taurus > I am not sure where 'single-version-externally-managed' option comes from, probably someone more clever than me can explain. In any case, after a bit of searching online I found a recommendation to add the '-- egg' option to pip. That worked very well: > > $ pip install taurus --egg --user > > Collecting taurus > > > > Using cached taurus-3.6.0.tar.gz > > > > Installing collected packages: taurus > > > > Running setup.py install for taurus > > > > Successfully installed taurus-3.6.0 > > (I added the --user as well to only install for my user account > without sudo) > > > Same is true for PyTango by the way. I would consider to maybe add > this as (an alternative) installation instruction in the > documentation. > > Cheers, > Yngve > > ---------------------------------------------------------------------- > -------- _______________________________________________ > Tauruslib-users mailing list > Tau...@li... > https://lists.sourceforge.net/lists/listinfo/tauruslib-users -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carretera BP 1413 de Cerdanyola-Sant Cugat, Km. 3.3 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
From: Vincent H. <vin...@ma...> - 2015-09-30 10:02:52
|
Hi Yngve, Not a direct answer to your question but it can help. We have just set up our RPM repositories open for Internet. This includes all the packages for taurus, pytango, … for CentOS 7. http://pubrepo.maxiv.lu.se/rpm/el7/ This set up is still in testing mode but any feed back will be welcome. Cheers, Vincent On 30 Sep 2015, at 10:15, Yngve Inntjore Levinsen <yng...@es...<mailto:yng...@es...>> wrote: Hi all, I wanted to install taurus for testing on my machine (CentOS 7). I noticed in your install instructions that you recommend to download the tarball from pip, so then I thought, 'why not just use pip instead?' That does not seem to work initially though: $ pip install taurus Collecting taurus Using cached taurus-3.6.0.tar.gz Installing collected packages: taurus Running setup.py install for taurus Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-zLtyIO/taurus/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-4hH39k-record/install-record.txt --single-version-externally-managed --compile: usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: -c --help [cmd1 cmd2 ...] or: -c --help-commands or: -c cmd --help error: option --single-version-externally-managed not recognized ---------------------------------------- Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-zLtyIO/taurus/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-4hH39k-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-zLtyIO/taurus I am not sure where 'single-version-externally-managed' option comes from, probably someone more clever than me can explain. In any case, after a bit of searching online I found a recommendation to add the '--egg' option to pip. That worked very well: $ pip install taurus --egg --user Collecting taurus Using cached taurus-3.6.0.tar.gz Installing collected packages: taurus Running setup.py install for taurus Successfully installed taurus-3.6.0 (I added the --user as well to only install for my user account without sudo) Same is true for PyTango by the way. I would consider to maybe add this as (an alternative) installation instruction in the documentation. Cheers, Yngve ------------------------------------------------------------------------------ _______________________________________________ Tauruslib-users mailing list Tau...@li...<mailto:Tau...@li...> https://lists.sourceforge.net/lists/listinfo/tauruslib-users |
From: Yngve I. L. <yng...@es...> - 2015-09-30 08:15:58
|
Hi all, I wanted to install taurus for testing on my machine (CentOS 7). I noticed in your install instructions that you recommend to download the tarball from pip, so then I thought, 'why not just use pip instead?' That does not seem to work initially though: > $ pip install taurus > Collecting taurus > Using cached taurus-3.6.0.tar.gz > Installing collected packages: taurus > Running setup.py install for taurus > Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-zLtyIO/taurus/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-4hH39k-record/install-record.txt --single-version-externally-managed --compile: > usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] > or: -c --help [cmd1 cmd2 ...] > or: -c --help-commands > or: -c cmd --help > > error: option --single-version-externally-managed not recognized > > ---------------------------------------- > Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-zLtyIO/taurus/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-4hH39k-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-zLtyIO/taurus I am not sure where 'single-version-externally-managed' option comes from, probably someone more clever than me can explain. In any case, after a bit of searching online I found a recommendation to add the '--egg' option to pip. That worked very well: > $ pip install taurus --egg --user > Collecting taurus > Using cached taurus-3.6.0.tar.gz > Installing collected packages: taurus > Running setup.py install for taurus > Successfully installed taurus-3.6.0 (I added the --user as well to only install for my user account without sudo) Same is true for PyTango by the way. I would consider to maybe add this as (an alternative) installation instruction in the documentation. Cheers, Yngve |
From: Zbigniew R. <zre...@ce...> - 2015-08-24 09:46:56
|
Hi Jagoda, Regarding installation, just run (cmd), for example: msiexec /i taurus-3.6.0.win32.msi /qn msiexec /i sardana-1.6.1.win32.msi /qn For more details, on how to use msiexec, just execute it without arguments (cmd) and a pop up will raise with all the options. Please let us know if you experience any problems. Your feedback will help us in taking decision of moving from exe to msi installers. Many thanks, Zibi On 08/24/2015 10:42 AM, Jagoda Sokół wrote: > Hi, > > Yes, it seems that Taurus and Sardana on Windows work fine for me. > I'm just not familiar with these tools, so it takes time to use them > fluently:) > We've just wondered if it's possible to silent install, both. I'm > preparing a quick Taurus and Sardana installation and want to ensure, > no user interaction will be needed. > Could you give us any information if it's possible at all? A list of > parameters which I could use for Taurus and Sardana installators would > be helpful. > > By the way, thank you for reply. > > Best regards, > Jagoda > > W dniu 2015-08-24 o 09:36, Zbigniew Reszela pisze: >> Hi Lukasz, >> >> Yes, I've tried both packages. They installed well on Windows 7 >> Enterprise SP1 (64 bits). >> I've tested it on two different machines, the same one where the >> package was created and on my laptop. >> I've checked basic functionalists, like run taurus applications, >> Pool, MS, spock.. end I've not seen any problems. >> >> Does it also work for you? >> >> Cheers, >> Zibi >> >> On 08/21/2015 10:41 AM, Lukasz Zytniak wrote: >>> Hi Carlos, >>> >>> Thank you for fast reply. >>> Zibi did you tried to install Taurus or Sardana on Windows machine? >>> >>> Best regards, >>> Lukasz >>> >>> >>> W dniu 2015-08-21 o 10:06, Carlos Pascual pisze: >>>> Hi Lukasz... >>>> >>>> I hope you do not mind me posting the reply in the mailing list. I think >>>> the topic may be interesting for other people >>>> >>>> On Fri 21 August 2015 09:40:19 Lukasz Zytniak wrote: >>>>> ... >>>>> My friend from Prevac is preparing Taurus and Sardana installation on >>>>> Windows (Windows 7, 64 bit). >>>>> Is it possible to silent install, both? >>>>> Did you try to install Taurus and Sardana on Windows at Alba? >>>>> ... >>>> We did some work on automated installing of taurus/sardana on windows, >>>> as part of a test of our Continuous integration system. >>>> >>>> I think that some tricks were needed. I do not remember the details (the >>>> work was done by a student who is no longer here) but Zibi probably >>>> will, since he was involved more closely in those tests. >>>> Zibi? >>>> >>>> Cheers, >>>> >>>> Carlos >>>> >> >> -- >> >> -- >> >> ALBA Synchrotron <http://www.albasynchrotron.es> >> >> Zbigniew Reszela >> Controls Section - Computing Division >> >> ALBA SYNCHROTRON LIGHT SOURCE >> Ctra. BP 1413 km. 3,3 | 08290 | Cerdanyola del Vallès| Barcelona | >> Spain <http://www.albasynchrotron.es/AboutUs/Access> >> (+34) 93 592 4407 >> www.albasynchrotron.es| zre...@ce... >> >> **Please, do not print this e-mail unless it is absolutely necessary. >> **Si heu rebut aquest correu per error, us informo que pot contenir >> informació confidencial i privada i que està prohibit el seu ús. Us >> agrairíem que ho comuniqueu al remitent i l'elimineu. Gràcies. >> Si ha recibido este correo por error, le informo de que puede >> contener información confidencial y privada y que está prohibido su >> uso. Le agradeceré que lo comunique a su remitente y lo elimine. Gracias. >> If you have received this e-mail in error, please note that it may >> contain confidential and private information, therefore, the use of >> this information is strictly forbidden. Please inform the sender of >> the error and delete the information received. Thank you. >> > -- -- ALBA Synchrotron <http://www.albasynchrotron.es> Zbigniew Reszela Controls Section - Computing Division ALBA SYNCHROTRON LIGHT SOURCE Ctra. BP 1413 km. 3,3 | 08290 | Cerdanyola del Vallès| Barcelona | Spain <http://www.albasynchrotron.es/AboutUs/Access> (+34) 93 592 4407 www.albasynchrotron.es <http://www.albasynchrotron.es>| zre...@ce... <mailto:zre...@ce...> **Please, do not print this e-mail unless it is absolutely necessary. **Si heu rebut aquest correu per error, us informo que pot contenir informació confidencial i privada i que està prohibit el seu ús. Us agrairíem que ho comuniqueu al remitent i l'elimineu. Gràcies. Si ha recibido este correo por error, le informo de que puede contener información confidencial y privada y que está prohibido su uso. Le agradeceré que lo comunique a su remitente y lo elimine. Gracias. If you have received this e-mail in error, please note that it may contain confidential and private information, therefore, the use of this information is strictly forbidden. Please inform the sender of the error and delete the information received. Thank you. |
From: Jagoda S. <j....@pr...> - 2015-08-24 08:55:40
|
Hi, Yes, it seems that Taurus and Sardana on Windows work fine for me. I'm just not familiar with these tools, so it takes time to use them fluently:) We've just wondered if it's possible to silent install, both. I'm preparing a quick Taurus and Sardana installation and want to ensure, no user interaction will be needed. Could you give us any information if it's possible at all? A list of parameters which I could use for Taurus and Sardana installators would be helpful. By the way, thank you for reply. Best regards, Jagoda W dniu 2015-08-24 o 09:36, Zbigniew Reszela pisze: > Hi Lukasz, > > Yes, I've tried both packages. They installed well on Windows 7 > Enterprise SP1 (64 bits). > I've tested it on two different machines, the same one where the > package was created and on my laptop. > I've checked basic functionalists, like run taurus applications, Pool, > MS, spock.. end I've not seen any problems. > > Does it also work for you? > > Cheers, > Zibi > > On 08/21/2015 10:41 AM, Lukasz Zytniak wrote: >> Hi Carlos, >> >> Thank you for fast reply. >> Zibi did you tried to install Taurus or Sardana on Windows machine? >> >> Best regards, >> Lukasz >> >> >> W dniu 2015-08-21 o 10:06, Carlos Pascual pisze: >>> Hi Lukasz... >>> >>> I hope you do not mind me posting the reply in the mailing list. I think >>> the topic may be interesting for other people >>> >>> On Fri 21 August 2015 09:40:19 Lukasz Zytniak wrote: >>>> ... >>>> My friend from Prevac is preparing Taurus and Sardana installation on >>>> Windows (Windows 7, 64 bit). >>>> Is it possible to silent install, both? >>>> Did you try to install Taurus and Sardana on Windows at Alba? >>>> ... >>> We did some work on automated installing of taurus/sardana on windows, >>> as part of a test of our Continuous integration system. >>> >>> I think that some tricks were needed. I do not remember the details (the >>> work was done by a student who is no longer here) but Zibi probably >>> will, since he was involved more closely in those tests. >>> Zibi? >>> >>> Cheers, >>> >>> Carlos >>> > > -- > > -- > > ALBA Synchrotron <http://www.albasynchrotron.es> > > Zbigniew Reszela > Controls Section - Computing Division > > ALBA SYNCHROTRON LIGHT SOURCE > Ctra. BP 1413 km. 3,3 | 08290 | Cerdanyola del Vallès| Barcelona | > Spain <http://www.albasynchrotron.es/AboutUs/Access> > (+34) 93 592 4407 > www.albasynchrotron.es <http://www.albasynchrotron.es>| > zre...@ce... <mailto:zre...@ce...> > > **Please, do not print this e-mail unless it is absolutely necessary. > **Si heu rebut aquest correu per error, us informo que pot contenir > informació confidencial i privada i que està prohibit el seu ús. Us > agrairíem que ho comuniqueu al remitent i l'elimineu. Gràcies. > Si ha recibido este correo por error, le informo de que puede contener > información confidencial y privada y que está prohibido su uso. Le > agradeceré que lo comunique a su remitente y lo elimine. Gracias. > If you have received this e-mail in error, please note that it may > contain confidential and private information, therefore, the use of > this information is strictly forbidden. Please inform the sender of > the error and delete the information received. Thank you. > |
From: Zbigniew R. <zre...@ce...> - 2015-08-24 07:36:53
|
Hi Lukasz, Yes, I've tried both packages. They installed well on Windows 7 Enterprise SP1 (64 bits). I've tested it on two different machines, the same one where the package was created and on my laptop. I've checked basic functionalists, like run taurus applications, Pool, MS, spock.. end I've not seen any problems. Does it also work for you? Cheers, Zibi On 08/21/2015 10:41 AM, Lukasz Zytniak wrote: > Hi Carlos, > > Thank you for fast reply. > Zibi did you tried to install Taurus or Sardana on Windows machine? > > Best regards, > Lukasz > > > W dniu 2015-08-21 o 10:06, Carlos Pascual pisze: >> Hi Lukasz... >> >> I hope you do not mind me posting the reply in the mailing list. I think >> the topic may be interesting for other people >> >> On Fri 21 August 2015 09:40:19 Lukasz Zytniak wrote: >>> ... >>> My friend from Prevac is preparing Taurus and Sardana installation on >>> Windows (Windows 7, 64 bit). >>> Is it possible to silent install, both? >>> Did you try to install Taurus and Sardana on Windows at Alba? >>> ... >> We did some work on automated installing of taurus/sardana on windows, >> as part of a test of our Continuous integration system. >> >> I think that some tricks were needed. I do not remember the details (the >> work was done by a student who is no longer here) but Zibi probably >> will, since he was involved more closely in those tests. >> Zibi? >> >> Cheers, >> >> Carlos >> > -- -- ALBA Synchrotron <http://www.albasynchrotron.es> Zbigniew Reszela Controls Section - Computing Division ALBA SYNCHROTRON LIGHT SOURCE Ctra. BP 1413 km. 3,3 | 08290 | Cerdanyola del Vallès| Barcelona | Spain <http://www.albasynchrotron.es/AboutUs/Access> (+34) 93 592 4407 www.albasynchrotron.es <http://www.albasynchrotron.es>| zre...@ce... <mailto:zre...@ce...> **Please, do not print this e-mail unless it is absolutely necessary. **Si heu rebut aquest correu per error, us informo que pot contenir informació confidencial i privada i que està prohibit el seu ús. Us agrairíem que ho comuniqueu al remitent i l'elimineu. Gràcies. Si ha recibido este correo por error, le informo de que puede contener información confidencial y privada y que está prohibido su uso. Le agradeceré que lo comunique a su remitente y lo elimine. Gracias. If you have received this e-mail in error, please note that it may contain confidential and private information, therefore, the use of this information is strictly forbidden. Please inform the sender of the error and delete the information received. Thank you. |
From: Zbigniew R. <zre...@ce...> - 2015-08-21 17:32:52
|
Hi Lukas, AFAIK only msi packages can be installed unattended on Windows platform. Up to now we were not providing these installers, but we are considering to switching from exe to msi installers in the future. I've just created experimental msi packages of taurus 3.6.0 and sardana 1.6.1, and uploaded them to PyPI: https://pypi.python.org/packages/any/t/taurus/taurus-3.6.0.win32.msi https://pypi.python.org/packages/any/s/sardana/sardana-1.6.1.win32.msi Please let me know if they serve for you. You could also create them by yourself with (only on windows): python setup.py bdist_msi Regarding installation, just run (cmd), for example: msiexec /i dist\sardana-1.6.1.win32.msi /qn For more details, on how to use msiexec, just execute it without arguments (cmd). Keep in mind that the packages I've just created were not extensively tested. Please let us know if you experience problems with Taurus or Sardana. Cheers and have a nice weekend! Zibi On 08/21/2015 10:06 AM, Carlos Pascual wrote: > Hi Lukasz... > > I hope you do not mind me posting the reply in the mailing list. I think > the topic may be interesting for other people > > On Fri 21 August 2015 09:40:19 Lukasz Zytniak wrote: >> ... >> My friend from Prevac is preparing Taurus and Sardana installation on >> Windows (Windows 7, 64 bit). >> Is it possible to silent install, both? >> Did you try to install Taurus and Sardana on Windows at Alba? >> ... > We did some work on automated installing of taurus/sardana on windows, > as part of a test of our Continuous integration system. > > I think that some tricks were needed. I do not remember the details (the > work was done by a student who is no longer here) but Zibi probably > will, since he was involved more closely in those tests. > Zibi? > > Cheers, > > Carlos > -- -- ALBA Synchrotron <http://www.albasynchrotron.es> Zbigniew Reszela Controls Section - Computing Division ALBA SYNCHROTRON LIGHT SOURCE Ctra. BP 1413 km. 3,3 | 08290 | Cerdanyola del Vallès| Barcelona | Spain <http://www.albasynchrotron.es/AboutUs/Access> (+34) 93 592 4407 www.albasynchrotron.es <http://www.albasynchrotron.es>| zre...@ce... <mailto:zre...@ce...> **Please, do not print this e-mail unless it is absolutely necessary. **Si heu rebut aquest correu per error, us informo que pot contenir informació confidencial i privada i que està prohibit el seu ús. Us agrairíem que ho comuniqueu al remitent i l'elimineu. Gràcies. Si ha recibido este correo por error, le informo de que puede contener información confidencial y privada y que está prohibido su uso. Le agradeceré que lo comunique a su remitente y lo elimine. Gracias. If you have received this e-mail in error, please note that it may contain confidential and private information, therefore, the use of this information is strictly forbidden. Please inform the sender of the error and delete the information received. Thank you. |
From: Lukasz Z. <luk...@uj...> - 2015-08-21 09:46:43
|
Hi Carlos, Thank you for fast reply. Zibi did you tried to install Taurus or Sardana on Windows machine? Best regards, Lukasz W dniu 2015-08-21 o 10:06, Carlos Pascual pisze: > Hi Lukasz... > > I hope you do not mind me posting the reply in the mailing list. I think > the topic may be interesting for other people > > On Fri 21 August 2015 09:40:19 Lukasz Zytniak wrote: >> ... >> My friend from Prevac is preparing Taurus and Sardana installation on >> Windows (Windows 7, 64 bit). >> Is it possible to silent install, both? >> Did you try to install Taurus and Sardana on Windows at Alba? >> ... > We did some work on automated installing of taurus/sardana on windows, > as part of a test of our Continuous integration system. > > I think that some tricks were needed. I do not remember the details (the > work was done by a student who is no longer here) but Zibi probably > will, since he was involved more closely in those tests. > Zibi? > > Cheers, > > Carlos > -- Kind Regards, Lukasz Zytniak Control Software Engineer --------------------------------------------------------------- Synchrotron Radiation Centre "Solaris" Jagiellonian University 98 Czerwone Maki Street; 30-392 Krakow mobile: +48 519 307 972 www.synchrotron.pl |
From: Carlos P. <cpa...@ce...> - 2015-08-21 08:06:25
|
Hi Lukasz... I hope you do not mind me posting the reply in the mailing list. I think the topic may be interesting for other people On Fri 21 August 2015 09:40:19 Lukasz Zytniak wrote: > ... > My friend from Prevac is preparing Taurus and Sardana installation on > Windows (Windows 7, 64 bit). > Is it possible to silent install, both? > Did you try to install Taurus and Sardana on Windows at Alba? > ... We did some work on automated installing of taurus/sardana on windows, as part of a test of our Continuous integration system. I think that some tricks were needed. I do not remember the details (the work was done by a student who is no longer here) but Zibi probably will, since he was involved more closely in those tests. Zibi? Cheers, Carlos -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carretera BP 1413 de Cerdanyola-Sant Cugat, Km. 3.3 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
From: Zbigniew R. <zre...@ce...> - 2015-08-05 07:42:37
|
Hi Binit, Personally I use Eclipse with PyDev plugin and I'm happy with it. In order to obtain the syntax hints (or code completion), I just configured my project property: PyDev - PYTHONPATH. There I add source directory of Taurus as an external library. I think that in the past I found some other way to configure it (I guess using project references), but the way of "External Libraries" works for me now. I did not have to do anything to obtain PyQt syntax hints, I think it comes with the python you choose to use, since it is installed in the site-packages. Some of my colleagues have moved from Eclipse to PyCharm and for the moment they do not complain:) Hope it helps, Zibi On 08/05/2015 09:07 AM, Binit Amin wrote: > Hi All, > > I am using PyQT for creating my application. I need to use PyQT IDE so > that it helps me to suggesting some syntax and code. > I am also using Taurus widgets in my application. So my requirement is > that it should also suggest the command and syntax for Taurus widgets. > Please suggest some good PyQT IDE which helps for this requirements. > > -- > Thanks & Regards > Binit Amin > Assistant System Engineer > TATA Consultancy Services > Cellno: +91-7276974159 > Mailto: bin...@tc... > Website: http://www.tcs.com > > =====-----=====-----===== > Notice: The information contained in this e-mail > message and/or attachments to it may contain > confidential or privileged information. If you are > not the intended recipient, any dissemination, use, > review, distribution, printing or copying of the > information contained in this e-mail message > and/or attachments to it are strictly prohibited. If > you have received this communication in error, > please notify us by reply e-mail or telephone and > immediately and permanently delete the message > and any attachments. Thank you > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Tauruslib-users mailing list > Tau...@li... > https://lists.sourceforge.net/lists/listinfo/tauruslib-users -- -- ALBA Synchrotron <http://www.albasynchrotron.es> Zbigniew Reszela Controls Section - Computing Division ALBA SYNCHROTRON LIGHT SOURCE Ctra. BP 1413 km. 3,3 | 08290 | Cerdanyola del Vallès| Barcelona | Spain <http://www.albasynchrotron.es/AboutUs/Access> (+34) 93 592 4407 www.albasynchrotron.es <http://www.albasynchrotron.es>| zre...@ce... <mailto:zre...@ce...> **Please, do not print this e-mail unless it is absolutely necessary. **Si heu rebut aquest correu per error, us informo que pot contenir informació confidencial i privada i que està prohibit el seu ús. Us agrairíem que ho comuniqueu al remitent i l'elimineu. Gràcies. Si ha recibido este correo por error, le informo de que puede contener información confidencial y privada y que está prohibido su uso. Le agradeceré que lo comunique a su remitente y lo elimine. Gracias. If you have received this e-mail in error, please note that it may contain confidential and private information, therefore, the use of this information is strictly forbidden. Please inform the sender of the error and delete the information received. Thank you. |
From: Binit A. <bin...@tc...> - 2015-08-05 07:08:35
|
Hi All, I am using PyQT for creating my application. I need to use PyQT IDE so that it helps me to suggesting some syntax and code. I am also using Taurus widgets in my application. So my requirement is that it should also suggest the command and syntax for Taurus widgets. Please suggest some good PyQT IDE which helps for this requirements. -- Thanks & Regards Binit Amin Assistant System Engineer TATA Consultancy Services Cellno: +91-7276974159 Mailto: bin...@tc... Website: http://www.tcs.com =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you |
From: Giacomo S. <gia...@el...> - 2015-07-30 09:53:52
|
Hello Zbigniew. Thanks for Your kind reply. I will read the documentation you linked. Giacomo. On 07/29/2015 10:18 AM, Zbigniew Reszela wrote: > Hello Giacomo, > > Thanks for your email! I reply also to the > tau...@li... > which is a dedicated list to the taurus user queries. > > In taurus you can executed commands on taurus devices (representing > Tango devices) in the following way: > > In [1]: import taurus > In [2]: d = taurus.Device('sys/tg_test/1') > In [4]: d.DevFloat(1) > Out[4]: 1.0 > > However the model concept of Taurus does not include commands. > Please take a look on the current documentation > http://www.taurus-scada.org/en/latest/devel/core_tutorial.html#model-concept > And also keep an eye on TEP3 and TEP14 which are refactoring the > taurus core: > https://sourceforge.net/p/tauruslib/wiki/TEP3 > https://sourceforge.net/p/tauruslib/wiki/TEP14 > > That means that you can not set a Tango command as a model of e.g. > TaurusPlot and expect from it > that it periodically execute the command and replot your curve. > Of course you can develop your widget using taurus library to do what > you want. > An example of widget related to Tango commands is a TaurusCommandButton: > http://www.taurus-scada.org/en/latest/devel/api/taurus/qt/qtgui/button/_TaurusCommandButton.html > In this case its model is a Tango device. > > I recall that in the TEP3 and TEP14 discussions, commands were > evaluated as models for Taurus, but I can't remember details. > It seems that this was completely discarded cause the documents do not > mention them. > For sure Carlos Pascual will inform you better about it whenever he is > back from holidays. > > I hope it helps, > Zibi > > > On 07/28/2015 05:17 PM, Giacomo S. wrote: >> Hello Tangoers, hello Tiago. >> >> Is it possible in Taurus to "read" commands with a syntax like the >> following: >> >> inj/diagnostics/cm_inj.01->GetCharge(0,1000) >> >> where I want to plot the output of the command GetCharge, which requires >> two parameters, a "mode" (0) and the number of >> returned points (1000). >> >> This would produce a 1000 points curve. >> >> Thanks Giacomo. > > -- > > -- > > > ALBA Synchrotron <http://www.albasynchrotron.es> > > Zbigniew Reszela > Controls Section - Computing Division > > ALBA SYNCHROTRON LIGHT SOURCE > Ctra. BP 1413 km. 3,3 | 08290 | Cerdanyola del Vallès| Barcelona | > Spain <http://www.albasynchrotron.es/AboutUs/Access> > (+34) 93 592 4407 > www.albasynchrotron.es <http://www.albasynchrotron.es>| > zre...@ce... <mailto:zre...@ce...> > > **Please, do not print this e-mail unless it is absolutely necessary. > **Si heu rebut aquest correu per error, us informo que pot contenir > informació confidencial i privada i que està prohibit el seu ús. Us > agrairíem que ho comuniqueu al remitent i l'elimineu. Gràcies. > Si ha recibido este correo por error, le informo de que puede contener > información confidencial y privada y que está prohibido su uso. Le > agradeceré que lo comunique a su remitente y lo elimine. Gracias. > If you have received this e-mail in error, please note that it may > contain confidential and private information, therefore, the use of > this information is strictly forbidden. Please inform the sender of > the error and delete the information received. Thank you. > |
From: Zbigniew R. <zre...@ce...> - 2015-07-29 08:18:47
|
Hello Giacomo, Thanks for your email! I reply also to the tau...@li... which is a dedicated list to the taurus user queries. In taurus you can executed commands on taurus devices (representing Tango devices) in the following way: In [1]: import taurus In [2]: d = taurus.Device('sys/tg_test/1') In [4]: d.DevFloat(1) Out[4]: 1.0 However the model concept of Taurus does not include commands. Please take a look on the current documentation http://www.taurus-scada.org/en/latest/devel/core_tutorial.html#model-concept And also keep an eye on TEP3 and TEP14 which are refactoring the taurus core: https://sourceforge.net/p/tauruslib/wiki/TEP3 https://sourceforge.net/p/tauruslib/wiki/TEP14 That means that you can not set a Tango command as a model of e.g. TaurusPlot and expect from it that it periodically execute the command and replot your curve. Of course you can develop your widget using taurus library to do what you want. An example of widget related to Tango commands is a TaurusCommandButton: http://www.taurus-scada.org/en/latest/devel/api/taurus/qt/qtgui/button/_TaurusCommandButton.html In this case its model is a Tango device. I recall that in the TEP3 and TEP14 discussions, commands were evaluated as models for Taurus, but I can't remember details. It seems that this was completely discarded cause the documents do not mention them. For sure Carlos Pascual will inform you better about it whenever he is back from holidays. I hope it helps, Zibi On 07/28/2015 05:17 PM, Giacomo S. wrote: > Hello Tangoers, hello Tiago. > > Is it possible in Taurus to "read" commands with a syntax like the > following: > > inj/diagnostics/cm_inj.01->GetCharge(0,1000) > > where I want to plot the output of the command GetCharge, which requires > two parameters, a "mode" (0) and the number of > returned points (1000). > > This would produce a 1000 points curve. > > Thanks Giacomo. -- -- ALBA Synchrotron <http://www.albasynchrotron.es> Zbigniew Reszela Controls Section - Computing Division ALBA SYNCHROTRON LIGHT SOURCE Ctra. BP 1413 km. 3,3 | 08290 | Cerdanyola del Vallès| Barcelona | Spain <http://www.albasynchrotron.es/AboutUs/Access> (+34) 93 592 4407 www.albasynchrotron.es <http://www.albasynchrotron.es>| zre...@ce... <mailto:zre...@ce...> **Please, do not print this e-mail unless it is absolutely necessary. **Si heu rebut aquest correu per error, us informo que pot contenir informació confidencial i privada i que està prohibit el seu ús. Us agrairíem que ho comuniqueu al remitent i l'elimineu. Gràcies. Si ha recibido este correo por error, le informo de que puede contener información confidencial y privada y que está prohibido su uso. Le agradeceré que lo comunique a su remitente y lo elimine. Gracias. If you have received this e-mail in error, please note that it may contain confidential and private information, therefore, the use of this information is strictly forbidden. Please inform the sender of the error and delete the information received. Thank you. |
From: Carlos P. <cpa...@ce...> - 2015-07-23 11:35:27
|
Hi, just one correction to my previous email: I wrote the address of the taurus users mailing list as: > tau...@li... But it actually is: tau...@li... -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carretera BP 1413 de Cerdanyola-Sant Cugat, Km. 3.3 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
From: Carlos P. <cpa...@ce...> - 2015-07-23 11:27:31
|
Hi all, The new Taurus release 3.6.0 (corresponding to the Jul15 milestone) is now available to download from PyPI (source and windows installer): http://pypi.python.org/pypi/taurus/3.6.0 To install from source, download the tarball, untar and run: % python setup.py install The documentation is available at: http://www.taurus-scada.org The main improvements since taurus 3.4.0 (aka Jan15) are: - support of user creation/removal of custom external application launchers at run time (see #158) - support of LimaCCDs DS (see #175) and improvements in the codecs - taurusplot/trend uses the same order than the legend for exported data (see #161) - Fixed memory leaks in plots/trends (see #171) - fixed many bugs in TaurusPlot, TaurusWheel, TaurusImageDialog, and several other places - Docs: several improvements and made ReadTheDocs-compliant For a detailed list of solved issues, see: http://sourceforge.net/p/tauruslib/tickets/milestone/Jul15/ You can also get the full log of commits, from your local git repo with: git log 3.4.0..3.6.0 If you encounter problems installing or running this release, please report them back to the taurus mailing list: tau...@li... or put a ticket in the taurus project: http://sourceforge.net/p/tauruslib/tickets/ Cheers! Carlos (on behalf of all the release team) PS: before someone asks about the jump in version number... a v3.5.0 exists in the git repo but was not released in pypi ;) -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carretera BP 1413 de Cerdanyola-Sant Cugat, Km. 3.3 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |
From: Carlos P. <cpa...@ce...> - 2015-07-22 08:13:13
|
Hi, You probably noticed that, since last Thursday SourceForge suffered a major downtime which affected the taurus and sardana mailing lists among other services (see details in [1]). If you sent some email to the list and it hasn't gone through, reconsider sending it again. At the moment of writing this, most of the "user" services are back, but the "developer" tools (e.g. git repos) are still missing. If you need access to the **develop** git branches of taurus or sardana, you can access them on the backup repos that I uploaded to github [2]. We are also using these backup repos for coordinating the Jul15 release. Please note that once the git services on sourceforge are back to normal, these github backup repos won't be updated anymore (and may be removed). Cheers, Carlos [1] https://sourceforge.net/blog/category/sitestatus/ [2] https://github.com/cpascual -- +----------------------------------------------------+ Carlos Pascual Izarra Scientific Software Coordinator Computing Division ALBA Synchrotron [http://www.albasynchrotron.es] Carretera BP 1413 de Cerdanyola-Sant Cugat, Km. 3.3 E-08290 Cerdanyola del Valles (Barcelona), Spain E-mail: cpa...@ce... Phone: +34 93 592 4428 +----------------------------------------------------+ |