LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ICPCON i-7540D command list to communicate over RS485

Hello All,

 

I am trying to communicate icpcon i-7043D (RS485, DO- digital output 16 ch) via icpcon (i-7540D Ethernet).

 

I can communicate with other COMports availabe (Using VxCOMM) e.g. COM1(RS232) COM3 (CAN). BUt I can´t connect COM2 (RS485).

 

Do anyone know how can I send command to this IcpCon 7-7043D ?

 

Regard´s,

Tejas

Tejaskumar Patel | (CLD)
0 Kudos
Message 1 of 4
(3,526 Views)

Hi Tejas,

 

first, I have to say i haven't heard of this manufacturer before, so all i can do is to give you some general advice.

 

I found these LV-drivers on their Homepage, normaly it should get the job done:

http://www.icpdas.com/download/7000/7000.htm

 

I havent tried them (since I don't own the hardware), but normaly you can just drag and drop them on your block diagramm, and it should work.

 

If you still experience issues with that, post some screenshots!

 

- Oliver

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

Thank you Oliver,

 

For oyur time and reply.

 

When I use this driver I get response from hardware. But there are some more commands (http://www.icpdas.com/products/Remote_IO/i-7000/i-7043d.htm), which I cant use with this driver.


From my understanding its only possible via TCP Open & Write funtion but it didnt work.

 


Tejas

Tejaskumar Patel | (CLD)
0 Kudos
Message 3 of 4
(3,482 Views)

Hi Tejas,

 

can you give me an example of a command that you cant use? All I could find behind the link was a list of specifications of the device.

 

If a command is not included in the driver, you can call a dll with the call library function:

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

If you understand german, or want to use a translator, you can find an in-depth-tutorial here:

http://www.ni.com/white-paper/4877/de/


the dll can be found on the same download page:

http://www.icpdas.com/download/7000/7000.htm

 

If that doesn't answer you question, please explain how you used the open&write func, and how it did fail.

 

Oliver

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