@TSerr.1 I do get a response when I send M-Sequence type 2 messages.Cool.True. By the way I tried (and failed) writing to it to change it to smart-sensor-profile.I'm confused. If in cyclic operation the master still needs to initiate each process da...
Wait, so you can read from the sensor , for instance can you read the minimum cycle time value ?But you can't write the master cycle time ?Bear in mind that the 0xCA message that I am sending was taken specifically from the datasheet of the sensor th...
Ummm...0xCA = 11001010Fix me if I'm wrong but, I marked the bits which set the comm channel (Figure A.1) and according to Table A.1 this comm channel is Diagnosis and not ISDU. Are you sure this is the reason it's not working ?Which device/sensor are...
@SLee.7 As I stated previously this is the data I am transmitting to read process data:dataBuffer[0] = 0xCA; // M.C octetdataBuffer[1] = 0xB6; // CKT octet = type + checksumUnfortunately this is acyclic reading (did not succeed reading cyclicall...
Sure, this is the code part that's related to the wake up sequence: uint8_t dataBuffer[10] = { 0 };
/* Enable CQ output */
BSP_IOLinkMaster_SetCQOutputEnable(0U ,1U);
/* Enable L+ power supply and after */
/* a delay L+ lin...