Hello all,
please guide me to correct my VI,
i have the requirement to send the CAN message by reading the message from text file, and before sending i need check for the format of message and once sent check for sent and received message matching , and if- they are matching, check for the Flag status from the CAN bus , if it true then do not send any message further and stop the execution of the loop.up to here i managed .
but when the sent and received message are not matching and Flag status is not proper , then i need to send the message for up to 3 iteration and in each iteration i have check above condition for the sent and received match and Flag status and if the response are true at 2nd or 3rd iteration then , do not send message and stop the execution . and if @ 3rd iteration also the sent and received message are not matching and flag status is not proper then, stop sending message and stop execution and also log the error into text file,
i have tried some but its not working properly ,please help me in this ..
Thank you very much