LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Communication using some different NODE ID

Hi ALL,

What error occurs using LABVIEW if we try to CREATE SDO READ with a NODE ID that does not exists........

in my application the NODE ID = 8, if I am providing NODE ID other than 8 also, it is not communicating................bt also showing no error ....It must show ack wait state......

What could me the possible reason for that.........

 

thanks in advance...

AAG.

0 Kudos
Message 1 of 10
(2,898 Views)

Hi Cristian,

Can u pls tell what could be the possible reasons for not getting this time out error......can it be possible that there is some problem with CAN card I am using......

Also can u help me with some refrence material that how this CANOPEN works in LABVIEW..........

 

Thanks in advance....... 

0 Kudos
Message 3 of 10
(2,862 Views)

Hello AAG,

 

Did you answer your own question?  You marked your reply as the solution rather than Christian's.  Yet it still sounds like you have more questions.

 

Also, please use full words in your message such as "Can you please" rather than "Can u pls".  You don't need to "text message" here.  Use your entire keyboard.Smiley Wink

 

Are you the same person as Memy in this thread?

Message Edited by Ravens Fan on 03-13-2009 10:48 AM
Message 4 of 10
(2,848 Views)

Hi Ravens,

Thanks for your advice, I will take care of that in future.........

and regarding MEMY only one forum is sufficient for one question I think....

He can be any of my team mate..........

What could be the possible reason for not getting that timeout error......

0 Kudos
Message 5 of 10
(2,827 Views)

AAG wrote:

Hi Ravens,

Thanks for your advice, I will take care of that in future.........


No need to wait for the future. You can do it by clicking on the "options" menu on the top right corner of that post and select unmark. 🙂

0 Kudos
Message 6 of 10
(2,823 Views)

How could I can check the response of a SDO initiate upload or download.....

 

One more question:- what are these Channel and Frame API........

 

Thanks in advance.....

0 Kudos
Message 7 of 10
(2,783 Views)
NI-CAN Channel and Frame API -> Differences between Channel and Frame API
0 Kudos
Message 8 of 10
(2,781 Views)

Hi,

This link doesn't tell what are these frame and channel API.... 

0 Kudos
Message 9 of 10
(2,768 Views)

Hai,

 

Visit the link www.renesasinteractive.com that gives a guided tour on CAN.

 

Channel API is nothing but higher level of vi's for all users.  For using these API's you need *.dbc or *.ncd file.  These API's are like High level vi's in DAQ.

Frame API or lower level vi's for advanced users but all the functionalities that channel API does can be acheived through Frame API.  When Frame API is involved you will be directly dealing with can frames where as Channel API is bit more sophisticated.  It uses the input file (*.dbc or *.ncd) -> acquires the frames-> scales the can data bits with respect to scaling information in the dbc file and gives the output directly

 

Revert back for any query.

With regards,
JK
(Certified LabVIEW Developer)
Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
0 Kudos
Message 10 of 10
(2,756 Views)