I have a AXC F 2152, a AXL SE DO16/1, a AXL SE DI16/1, a AXL SE RS485. I has installed the AXL_ComSerial_8 Library. But when I write the example project into the plc and run it, the iState will be 40. Then strDiag tell me that error is „Timeout while sending data“.
b5723b0a14039f968d3b8fe8b476523.pnglike this!
ACS_8_EXA_AXL_SE_RS485.zipthis is the project.
it’s not work on my plc.
I have the same issue, just with a AXL SE RS232 Component. Do i need to connect the created Variables to the Module?
If the answer is „yes“, then to which of the 18 Inputs or 18 Outputs do i connect which variable?
I have the same issue, just with a AXL SE RS232 Component. Do i need to connect the created Variables to the Module?</p>If the answer is „yes“, then to which of the 18 Inputs or 18 Outputs do i connect which variable?</p>
So i solved my problem it was probably not the same but i wanted to receive Data from an Sensor and also got stuck at iState 40. I had no data to send so i deleted iState 40 from the ExampleMaschine _1 Function Block from the Example for the RS232 Module. I deleted iState50 aswell, because i didnt need to check my received data. Also changed iMode in the variable table to 1 because i was using the AXL SE RS232 (1181787) Module. Lastly i changed „udtExample.arrAXL_RSUNI[2].uiRcvDataLength = UINT#200“ to : " <= UINT#200" and binded the Variables „arrInput_PD2“ and „arrOutput_PD2“ to the Octetstring DI160 and DO160 in the RS232 Module. Everthing is now working so far.