06-23-2011 08:58 AM
In DasyLAb 10.0, how can I WRITE more than 16 analog input channels (using WRITE DATA block) in one single file? I do not want to use 2 WRITE blocks, as I want all my data samples in one single file.
06-23-2011 10:34 AM
Yes you can. You need to use the merge blocks so that you merge 16 channels into one. You will need to use two of them.
The write module will then expand them in the file.
The problem is that you will have the same units and naming convention.
06-23-2011 11:06 AM
Do you mean, the merge block as in the Demultiplexer block? Even though the naming conventions would be the same, would it still write both datas in the file? Lets say I use a 2:1 demux block followed by a WRITE block. Would the output of the WRITE block still give me both of my inputs that I had prior to demuxing them? I don't care about the units and naming convention being the same as long as I get 2 seperate output columns in the same file.
06-23-2011 12:08 PM
Yes, they will.
Let say that if you call the input joe and Input 0 has 2 channles, the file will have Joe01 joe02 columns
06-23-2011 12:46 PM
Another few questions:
In the merge block, what is the difference between Blockwise mode and Sample mode?
Also, now that I am using the Merge blocks (2 inputs to 1 output) to combine my analog inputs; how would I have to modify my WRITE block so that I can ultimately obtain both my inputs to be written in the same file in seperate columns. Could you please explain the settings I need to make on the WRITE block.
Thanks!
06-23-2011 12:56 PM
What kind of file format are you using?
06-23-2011 01:04 PM
ASCII format
06-24-2011 07:13 AM
Hello,
The file format is ASCII. Please let me know what modifications do I need to make to the WRITE block for it to synchronize with the MERGE block.
06-24-2011 07:35 AM
under the ASCII file options, you will need to select "Mixed single values" under the "Type of input data" section.
Now you will need to select how many channels for each input you will use.
06-24-2011 02:36 PM
Got that.... Thanks!
So, now what I'm trying to figure out is if I can give both those channels different names and assign them different units. The way they appear in the file is ChannelName_0 and ChannelName_1 whereas I would like them to be displayed as 2 different names altogether (the names that I used in my Analog Input block). Is there a way to do it? Similarly, for the units?