10-06-2006 10:25 AM
Once again thanks for helping me .
i know some questions may be silly for you , but i am asking these questions because i am first time using CAN.
Thanks and Regards
J
10-08-2006 04:10 AM
Hi Dirk
How are you ?
Now I am reading the data correctly but not able to write the data.
Please ignore the previous message.
I have certain questions -
CANopen Labview library functions uses Frame API & MAX uses Channel API. So every time this conflict may occur. please tell me how to monitor the CAN bus while i am using CANopen Labview library functions.
; Can we use PDO & SDO functions in the same VI ?
Thanks & regards
J
10-09-2006 09:05 AM
Hi ,
Ok it seems you can read your Encoder data. Are you using the Library VIs?
Because the Encoder should give you your process data, it is recommended to use PDOs. But in order to use them, it is probably required to map them to the PDO registers using SDOs. How you can do this, should be explained in the manual of your device.
The CANopen palette brings a SDO Completion code Sub VI, which should give you the completion code for the SDO operation, including any error message.
You cvan not monitor the CAN traffic using the busmonitor and the same port as for your canopen comunication, because the port is allready in use. Therefore you have to use a second port, or a second device connected to the same network.
And yes you can use SDOs and PDOs within the same network. be careful with the handles for each object. The handle input for the create functions is allways the same, but the handle output is only for the particular SDO or PDO and you have to use this for further Sub VIs, dealing with the same SDO or PDO.
DirkW
06-05-2007 08:44 AM
Hi,
i try to use 'AnalogInput_Read_Sensor.vi' with my canopen ablolute multiturn encoder and the NI USB-8473s.
At the begening everything seems to be OK and after i've always the same mystake here::
Can you help me?
Thank you for your answer and sorry for my bad english.
S.Ph
06-05-2007 08:50 AM
the documentation of my encoder: (a lot of them seems to be the same...)
http://membres.lycos.fr/bulou/NI/XCC%203515CS84CB.pdf
Thank you again.
06-06-2007 07:14 AM
06-06-2007 12:29 PM
ARE YOU SURE?
What can i do?....
06-07-2007
08:48 AM
- last edited on
02-16-2025
05:31 PM
by
Content Cleaner
Hi,
only one solution:
https://www.ni.com/en-us/support/model.pcmcia-can.html
Thank you for your help.
S.Ph
06-18-2019 09:15 AM
Don't you have the VIs that this example uses? I downloaded it to study the CanOpen Protocol but I do not have all of them, so I cannot see how works.
@DirkW ha escrito:
Hi,
Try the attached example, which enables asynchron cyclic transmission of position values for your sensor and reads them.
If this doesn't work check Node ID and BaudRate.
DirkW
Regards,
ALBERTO