05-26-2015 03:27 AM
Hi,
I have a problem. I need to write negative values to an array.
But I'm not able to change the array from unsigned [0,255] to a signed[-127,128] array.
You can see in the attached files what SDO block I'm using and also the data type of the array.
I hope this is a quick fix. Thanks
/andechr
Solved! Go to Solution.
05-26-2015 05:03 AM - edited 05-26-2015 05:05 AM
Just change the representation of Data Array to Write from DBL to what is expected by USB_CANopneWriteSDO+.vi (I8 ?).