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.

problem pt100 - CR1000


Felipe Feb 11, 2014 08:27 AM

Hi, I have a problem to make work pt100 in a CR1000. I use shortcut to make the program and I don´t know why it doesn´t work this progam in a CR1000. however I make also with shortcut a program for pt100 in a cr10 and it works the problem is that I need to do it in a cr1000 because I have to use 6 pt100.

Thanks.


EarlyBird Feb 11, 2014 08:43 AM

Could you post your CR1000 program?


Felipe Feb 11, 2014 10:13 AM

'Main Program
BeginProg
'Main Scan
Scan(1,Sec,1,0)
'Default Datalogger Battery Voltage measurement 'BattV'
Battery(BattV)
'Default Wiring Panel Temperature measurement 'PTemp_C'
PanelTemp(PTemp_C,_60Hz)
'PT100 PRT Temperature Probe (4WPB100) (CSL) measurement 'Temp_C'
BrHalf4W(Temp_C,1,mV25,mV25,1,1,1,2035,True,True,0,_60Hz,1,0)
PRT(Temp_C,1,Temp_C,1,0)
'Call Data Tables and Store Data
CallTable(Table1)
CallTable(Table2)
NextScan
EndProg


Felipe Feb 18, 2014 10:24 AM

Sorry, I found the mistake. It was a wiring mistake.

Thanks.


Felipe Feb 18, 2014 10:24 AM

Sorry, I found the mistake. It was a wiring mistake.

Thanks.

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