Automation

Automating different task - Sequencer

Python example of Dewesoft NET
Description of the problem How to write a client that works with Dewesoft over NET functionality? Description of the solution The zip file containing ...
Thu, 15 Sep, 2022 at 2:41 PM
Delete oldest file in the folder
There is no direct way of doing this in Dewesoft, but it can be done with the use of the batch file.  set "NumberOfBackups=6" <- number of ...
Thu, 30 May, 2019 at 2:09 PM
Name data file using global variable
1. Create global variable which will be used for naming the data file. 2. In the Action block, select the StartStoring option and in the value text...
Wed, 9 Oct, 2019 at 12:43 PM
Set a limit for characters in the Sequencer Form block
In some cases, we need to enter a limited character variable. For such cases, we can limit the sequencer Form block with the Regular expression which is a s...
Thu, 27 Feb, 2020 at 11:25 AM
Transfer data from LabVIEW to DEWESoft via UDP protocol
Description of the problem How to transfer data from LabView to Dewesoft via UDP protocol? Description of the solution It happens regularly that in so...
Thu, 23 Jun, 2022 at 4:47 PM
Save time by exporting during measurement
Sometimes, when dealing with big data, we are faced with the problem that it takes a long additional time after the measurement to export the data to the wa...
Thu, 14 May, 2020 at 3:44 PM
Write data to *.txt file via Sequencer
With the sequencer, there is a possibility to write data, for example, the values of some variables to the *.txt file.  In the sequencer menu under Sett...
Mon, 22 Feb, 2021 at 12:30 PM
Multifile opening with Sequencer
This article gives basic information about how to open Multifile with Sequencer.  Use the Action block and find the "LoadFile" in the DCOM str...
Wed, 22 Jul, 2020 at 11:42 AM
Automate measurements with DCOM by using Python
Description of the problem How to automate measurements with DewesoftX using Python? Description of the solution With the attached Python script we wi...
Mon, 3 Apr, 2023 at 8:58 AM
Reading live channel data using DCOM and Python
Description of the problem How to read live data from Dewesoft with DCOM and Python? Description of the solution In the attachment is an example pytho...
Tue, 30 May, 2023 at 12:45 PM