LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Watch Dog Timer

I need to access the counter register of Watch Dog Timer. I need do it using LabVIEW, How can I do it?

Thanks
0 Kudos
Message 1 of 4
(3,007 Views)
Hello Lidia,

your description is too vague for me to understand the question. Can you please describe which version of LabVIEW and which hardware (if any) is involved (FieldPoint, PXI RT, etc..)?

Regards,

JorgeM.
0 Kudos
Message 2 of 4
(3,007 Views)
I'm using LabVIEW 7.0 in Linux and my hardware is a embedded PC. It's a PC 104 TS 5500 of Technologic System. I need to access the counter register to the Watch Dog Timer with LabVIEW 7.0. Can I this?

Thanks
0 Kudos
Message 3 of 4
(3,007 Views)
Hello Lidia,

what you can do in LabVIEW is:

-Use the In Port / Out Port to access shared memory (i.e. to control a sound board)
-Call shared libraries with the Call Library Node

So, in order to achieve what you need, you should ask the embedded PC manufacturer if the register/counter can be accesed by any of those 2 ways (shared memory or through an API/function call).

If you must do it with shared memory, here's a link to those functions for the Linux version of LabVIEW.

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=506500000008000000361A0000&ECategory=LabVIEW.LabVIEW+General

Regards,

Jorge
0 Kudos
Message 4 of 4
(3,007 Views)