LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to communicate with Kubler encoder

Solved!
Go to solution
Hi, I need to communicate with a Kubler RS485 encoder that use Esc comands (<ESC>00P<CR><LF> for position). I have been using VISA VI's with other instruments for some time with no problems. I have computers with windows Vista and XP and it seems Esc commands need real time that Win XP/Vista does not support. Any help will be appreciated. Thank's
0 Kudos
Message 1 of 4
(3,570 Views)
Solution
Accepted by sisco79901

Dear sisco79901,

 

What encoder model you are using? This is the closest I could find:

 

http://www.clrwtr.com/PDF/Kubler/Kubler-9081-Absolute-Encoders.pdf

 

And for this and other models I've looked up, you set up the hardware configuration by setting certain lines either low or high before powering the encoder. 

 

Can you provide a link to the spec sheet or manual for your specific encoder? I also have not found any reference to these Esc commands in any of the Kubler literature I've looked at thus far. 

 

If you are sending commands to specific control lines in terms of setting that voltage low or high, you can use any device that will output the appropriate voltage (MIO DAQ card for instance) and the DAQmx driver in LabVIEW.

 

If you have to send these commands over RS-485, then you can still use the NI-VISA driver, as it does support RS-485 serial communication. 

 

How Do I Enter the Escape (ESC) Character in LabVIEW 6.1?

http://digital.ni.com/public.nsf/allkb/86256A47004E16D186256A3E0051653A?OpenDocument

 

Inserting Non-Displayable Characters in Strings 

http://zone.ni.com/reference/en-XX/help/371361B-01/lvhowto/inserting_non_displayable/

 

Sending the Escape Character 

http://forums.ni.com/ni/board/message?board.id=170&message.id=255093&requireLogin=False

 

Best Regards,

 

~Nate 

 

 

0 Kudos
Message 2 of 4
(3,552 Views)

Nate, the model is T8.5862.6433.3001 http://www.kuebler.com/PDFs/manual/drehgeber/BDA_5862_9081_5882.pdf 

I used that encoder under Windows 98, long time ago with no problem until now. Thanks!

0 Kudos
Message 3 of 4
(3,545 Views)

The following link lists all the absolute encoders made by Kubler. I believe the previous poster correctly identified it as being Type 5862/5882.

 

http://www.clrwtr.com/Kubler-Absolute-Encoders.htm

0 Kudos
Message 4 of 4
(3,299 Views)