Search found 358 matches

by user-4
Wed Feb 26, 2020 12:06 pm
Forum: ZEN Core Specific Topics
Topic: Request: Make sure a saved macro script also is saved
Replies: 1
Views: 5608

Hello Fredrik, thank you for your contribution! Yes, we are aware that our concept with macros in Zen Core can lead to results that are not expected by the user. At the moment we are working at a new concept that will make things more evident. This includes the saving of a macro that belongs to a ta...
by user-4
Tue Feb 25, 2020 9:24 am
Forum: Instrument Control
Topic: Memory leak
Replies: 4
Views: 2029

Hello Yosuke,

yes, in your case

imgAct.Close()
imgTop.Close()

is a must, as you have to close each individual image that you address in the code!
Otherwise the image is still 'around'.
by user-4
Thu Feb 20, 2020 1:28 pm
Forum: Miscellaneous
Topic: Re-open position file
Replies: 1
Views: 1376

Zen black I am very sorry but this is a forum for ZEN blue Open Application Development , which uses Python as a macro language. Therefore we are not in a position to answer your questions or to supply materials concerning ZEN black. I am trying to get some information on your subject but this may ...
by user-4
Thu Feb 20, 2020 1:05 pm
Forum: Instrument Control
Topic: Memory leak
Replies: 4
Views: 2029

Hello Yosuke,

if your code contains something like:

image = Zen.Acquisition.Execute(experiment)

there should be a:

image.Close()

as well.

Documents.RemoveAll()

is not enough, as it just removes the image from the GUI but not from the code itself.
by user-4
Thu Feb 20, 2020 12:36 pm
Forum: Image Acquisition
Topic: Multiple location tiled photos
Replies: 5
Views: 6210

Hello mattv, please have a look at the capabilities of Zen Acquisition before you 'reinvent the wheel'. The basic steps would be: Start with a new Experiment Activate Tile Add a channel Open the Tiles window (activate 'Show all'!) Select a Carrier or construct a new one Open Advanced Setup to config...
by user-4
Thu Feb 20, 2020 10:51 am
Forum: ZEN browser
Topic: Zen Browser API
Replies: 2
Views: 9712

Hello aewoo123,

sorry, but there is no API for Zen Browser available.
by user-4
Wed Jan 29, 2020 3:59 pm
Forum: Instrument Control
Topic: Slowing down Axiovert "set Travel Velocity to Infinity"
Replies: 2
Views: 2214

Hello eshahar, this is a bit 'off topic' but I managed to get some info: There should be a 'slow move' mode which can be set with FPZJV 1 with values from 1 to 190 to start the slow move FPZJ7FFFFF for +infinity position and 'most likely' FPZJ800000 for -infinity Position This should also be documen...
by user-4
Fri Jan 24, 2020 10:10 am
Forum: ZEN (blue edition) Application Model
Topic: Zen.Application.LoadImage through python COM interface
Replies: 8
Views: 16605

Sorry for the late reply, but this is a forum for Zen blue only. Therefore I had to organize some description: COM interface (Zen Black) The full range of ZEN VBA commands is also available via COM, by connecting a client program to a running ZEN system. There are two COM-automation objects availabl...
by user-4
Wed Jan 22, 2020 3:59 pm
Forum: ZEN Core Specific Topics
Topic: Stability issue of Zen.Analyze
Replies: 8
Views: 9703

Definitely planned for the next Hotfix of ZenCore 2.7 (HF 5)
by user-4
Wed Jan 15, 2020 4:17 pm
Forum: Image Handling
Topic: image dimensions (µm-pixel relation) from meta files
Replies: 1
Views: 4190

Hello Judith, I'm no expert on Axioplan but as far as I undestood your post you are looking for the scaling of the Image so this part of the metadata is essential for you <Scaling> <__Version>536875010</__Version> <Key>Scaling84</Key> <Category>0</Category> <Factor_0> 0,174520069808028 </Factor_0> <...