LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NI 6343 Internal DI Sample Clock counter name text string?

I need to add a frequency test to my remote site (remote debug). Could someone tell me the text string as counter name for NI 6343 Internal DI Sample Clock? Thanks. 

0 Kudos
Message 1 of 9
(3,837 Views)

What's the name of your device?

Cheers


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

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


0 Kudos
Message 2 of 9
(3,828 Views)

NI USB-6343 X Series DAQ

0 Kudos
Message 3 of 9
(3,821 Views)

I meant the name that DAQmx on your computer recognizes it as. Dev1?

 

Nevermind, just click the little arrow on the right side of your constant there and select from the drop-down. It will show you your options if your device is attached.

Might be "Dev1/ctr0". You should open up MAX and test out the device there to make sure everything is functional.

Cheers


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

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


0 Kudos
Message 4 of 9
(3,815 Views)

I cannot use drop down. There is nothing on my computer; drop down will not show what I need. I need the text so I can type in into string variable for [counter input].

The device is attached to my remote computer. But remote debug cannot use drop down either.

 

0 Kudos
Message 5 of 9
(3,806 Views)

Does your remote computer have MAX installed? This is the easiest way to see what the device alias is.

You can always just try Dev1 and see if it works. This is the default when the very first device is added to a system.

 

If you can deploy code to the remote system, you can also use the DevNames property of the System Node from the DAQmx System Setup palette. This will show you all of the names of the devices in the system and you should see your device there.

DevNames.png

Cheers


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

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


0 Kudos
Message 6 of 9
(3,801 Views)

I deliver program by sending installer. I am not sure if MAX is involved.

The program uses text strings for the digital I/O names "ZMB_6343/port0/line0". I added other channels using the same format and they worked. I think I will try "ZMB_6343/ctr0". Thanks. 

0 Kudos
Message 7 of 9
(3,790 Views)

The remote computer has no development. It runs executables with "remote debug" enabled.

0 Kudos
Message 8 of 9
(3,785 Views)

You can install MAX on a remote computer with the installer. It's one of the "Additional Installer" options. Sounds like it might work with ctr0, though, since you have your known name.

Cheers


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

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


0 Kudos
Message 9 of 9
(3,766 Views)