LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array signed - SDOwrite.vi - CanOpen

Solved!
Go to solution

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

 

Download All
0 Kudos
Message 1 of 2
(2,579 Views)
Solution
Accepted by andechr

Just change the representation of Data Array to Write from DBL to what is expected by USB_CANopneWriteSDO+.vi (I8 ?).

Message 2 of 2
(2,548 Views)