Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

programacion de CR1000 a AVW1


RafaMM Feb 5, 2021 11:37 AM

Buenos dias, necesito conectar el cr1000 a la Interfaz de vibracion AVW1, tengo el cableado realizado, mi problema es la programacion.

Al hacer correr la programacion, realiza lecturas pero no recibe la frecuencia de los instrumentos, me devuelve un "NAN". Ante cualquier duda, puedo compartir imagenes y lla programacion por email. Gracias


smile Feb 7, 2021 04:45 PM

Hi

¿Puedes escuchar la cuerda vibrante jugar con cada escaneo?
¿También tienes la temperatura en el sensor? ¿Funciona?
Pega y enséñanos el programa logger

Smile


xediin Feb 8, 2021 01:19 PM

Hi!

This part of the program works with the AWV200. Perhaps it will be useful for you

'CR1000
'Created by Short Cut (2.8)

'Declare Variables and Units
Dim LCount_4
Dim Count,j,Tnum
Dim src(32)
Public BattV
Public addr
Public i,y
Dim c
Const interval = 5 'time of Scan And DataTable Storing interval
Public PTemp, batt_volt, x
'Public Freq(32) '32*23 massiv for all datafrom AVW
Public Freqtemp(6)
Public tmpavw200(6) 'temp_result for AVW
Public time As String * 16


Alias Freqtemp(1)="11"

Units BattV=Volts
'Units Freq=Hz

'Define Data Tables
Sample(1,Freqtemp(1),IEEE4)
Sample(1,"",String)
Sample(1,time,String)
Units Freqtemp(1)=Hz
EndTable
'Main Program
BeginProg



'Vibrating Wire measurement Freq() on AM16/32

Delay(1, 20, mSec)
time = Public.Timestamp(3,1)
SDI12Recorder(tmpavw200(),7,addr,"M1!",1.0,0)
'If tmpavw200(1) = -555555 Then
' c = Freqtemp(1)
' Move(Freqtemp(1),6,tmpavw200(1),6)
' Freqtemp(1) = c
' Else
Move(Freqtemp(1),6,tmpavw200(1),6)
' EndIf


CallTable TestMux_1
'Call Data Tables and Store Data
'CallTable MUX
NextScan

EndProg


smile Feb 8, 2021 05:23 PM

sorry,are you using mod, AVW1 or AVW200? these are very different interface.

Log in or register to post/reply in the forum.