10-15-2008 01:03 AM
Hi,
I am using IXXAT CANopen Master API 5 with IXXAT iPC-I320-104 board. I am using Invoke Method in Labview by using MdllWrapper5 dll. In this wrapper the board ID parameter has been defined as STRING. I need to input the following data as the parameter of GUID of board.
{0x00000000,0xFFFF,0xFFFF,{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}}
Please suggest a solution on how to implement this.
Regards
Vargheese
10-15-2008 05:50 PM
Hi Vargheese,
I am not sure I understand your problem. If the board parameter is a string, you should be able to send your data as a string to the DLL. Documentation for the DLL should tell you how the data needs to be formatted as a string.
Regards,