Jump to content

rom76

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

rom76's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Dear members of the forum Could please advise me how I can run all the messages parallel. For instant, from the table we can see that the first message is being sent after 600 ms form the beginning of the test case, and then every 2000 ms till the end of the test. the second message goes after 9000 ms from the beginning of the test case, and then every 1500 ms till the end, how I can keep sending these messages increasing their number according the the table(in the tabhle there are only 3, in case there are 10?) Thank you in advance,Roman
  2. Dear experienced members, I need to build a translator for interpreting this kind of code to a logical message.Here is an example of it: logical (the code) $PFEC,APcom,S,ANset,ON* (logical mesage)Set_Auto_Net_Tow (the code)$PFEC,APcom,S,ANset,OFF*(logical mesage) Set_Auto_Net_Tow Set_Auto_WP_Switching $PFEC,APcom,S,WPSW,A* Set_Auto_WP_Switching $PFEC,APcom,S,WPSW,M* Set_Control_Mode $PFEC,APcom,S,Cmode,F* what could be used for implementing this kind of idea? Is there an embedded tool for carrying out this kind of task? Thank you for the help. Warm regards, Ramos
  3. Dear experienced members, I need to build a translator for interpreting this kind of code to a logical message.Here is an example of it: logical (the code) $PFEC,APcom,S,ANset,ON* (logical mesage)Set_Auto_Net_Tow (the code)$PFEC,APcom,S,ANset,OFF*(logical mesage) Set_Auto_Net_Tow Set_Auto_WP_Switching $PFEC,APcom,S,WPSW,A* Set_Auto_WP_Switching $PFEC,APcom,S,WPSW,M* Set_Control_Mode $PFEC,APcom,S,Cmode,F* what could be used for implementing this kind of idea? Is there an embedded tool for carrying out this kind of task? Thank you for the help. Warm regards, Ramos
  4. QUOTE (JustinThomas @ Feb 11 2009, 01:55 PM) Thankks Justin, I will try that.
  5. QUOTE (jdunham @ Feb 10 2009, 09:22 PM) Thank you , I will try that and will post the code. QUOTE (jdunham @ Feb 10 2009, 09:22 PM) Well there are lots of ways. There is a timestamp data type which can be bound in a cluster to whatever data type you are using for your messages. If that's not help enough, maybe you can post your code and tell us what's not working. Dear friend, here is the code, I didn't really get what you meant, I checked out different time stampdata functions but didn't find the one that could be used here. i need to measure the time when the meassage leaves string nad when it comes to string 3. Thank you aginn for your help,very nice of you.
  6. Dear members of the forum, I faced a problem where i need for example to register the time of outgoing message as well incoming messages, What is the method that can be used to accomplish this task? Thank you in advance for all your help. Regards,R
  7. Dear members of the forum, I faced a problemm where i need for example to register the time of outgoing message as well incoming messages, What is the method that can be used to accomplish this task? Thank you in advance for all your help. Regards,R
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.