Discussão sobre Produtos NI

cancelar
Mostrando resultados para 
Pesquisar então 
Você quer dizer: 

datalogging

Resolvido!
Ir para a solução

Bom Dia,

Estou fazendo a aquisição de dados digitais e gostaria de salvá-los para posteriores analises, porém preciso que a relação com o tempo seja fiel.

0 Kudos
Mensagem 1 de 6
59.234Exibições

@JoãoP wrote:

Good Morning,
I'm making the acquisition of digital data and would like to save them for later analysis, but need the relationship to time be faithful.


 

We will need more information than that. What have you tried? Can you share your code? There are many ways to save data depending on your needs.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


Mensagem 2 de 6
59.174Exibições

Good Morning,

My program works like this:

1) I'm generating and sending digital data through the digital output of the board PXI-6229;   using a buffer (queue VI) to save data

2) Reading this data through digital input and displaying in graphs;

3)Enqueue a buffer with the read data;

4) If the users wishes, the data are saved;

All of it is working... but when I recover this data the relationship with time is not faithful.

NOTE: The bottom while loop (analog signal) is fine, my problem is with the top while loop (digital signal).

 

Thanks,

 

 

0 Kudos
Mensagem 3 de 6
59.157Exibições
Solução
Aceita pelo autor do tópico JoãoP

João P,

No Loop de geração e acquisição a informação que está sendo carregado na fila não possui o dado de tempo.Para poder salvar o dado com a informação
de tempo vinculado ao ponto adquirido o tipo de dado deve ser um "digital waveform".Sugiro também que ao invés de salvar os dados diretamente como binário
salva-los como TDMS que é mais eficiente para salvar dados de medição e metadados relacionados.

Atenciosamente,

César Teixeira

César Teixeira
Certified LabVIEW Developer - CLD
Applications Engineering
National Instruments Brazil


Mensagem 4 de 6
59.098Exibições

Boa Tarde,

 

 

Vou fazer o que você sugeriu e depois falo se deu certo.

 

Muito Obrigado César Teixeira,

 

att João Paulo

 

0 Kudos
Mensagem 5 de 6
59.092Exibições

Bom Dia,

Realmente fuincionou e nem foi preciso utilizar o buffer!

Muito Obrigado pela ajuda,

Att

João Paulo

0 Kudos
Mensagem 6 de 6
59.066Exibições