Jump to content

__sub__g

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by __sub__g

  1. What does "Step two is to move the string to the beginning of the buffer" mean??
  2. Thank you so much Joe.L, like you said removing from the same ladder solved the problem. I have one problem now I have number and String, I want to concatenate them. I tried to using Num to Ascii function, but this did not do it. Eg String1=”abc” Mi 1= 100 Sting Final=”abc100” How could I do this?
  3. I am getting an error with the conversion. Does not make sense!! Do you see any error? Mi913 is not being used anywhere else.
  4. Thank you so much Joe.T I was able to do it Now I want to set Mi value to O if 10 N if 11 D if 12
  5. I want to save the month with only one character 1-9 is not a problem But 10,11,12 needs to saved as 10-O (December) 11-N (November) 12-D (December) I am using mm//dd for RTC I used function:( string to left )to find the two numbers Now I want to convert String to integer? How can I do that?
  6. Hey Joe, I tried it but it didn't work D you mean something like this?
  7. I wanted use single input to write different lines on csv file. What would be a good way to do that?
  8. @Flex727 @Ausman Thank you for you help. I was able to correct the error. I had a question regarding while writing in csv file. Is there a way to write in bold letter while writing data using latter logic?
  9. I wanted to have a 2 second delay then display screen CS. I tried implementing using the following logic, but this does not work. What would be a good way to implement that?
  10. @kratmel thank you for your help I was trying to import data from excel that have more than 1 elements. I tried to do it but it gave me an error. What would be a good way to do it? I separated by elements with semicolon
  11. @Flex727 Thank you for your quick resonse. I am importing data using excel. Is there a way to add null at the end of string for all imported string.
  12. @Flex727 Thank you for your quick response MI 299 is a string and has different length as mentioned before. When the is less than 15 it displays again.I am not taking abt Value Va. I want the user to see the output neatly.
  13. The Variable: ACIII String is being used to display different length string from 2-15. I have to set the Number of Character to 15 for longest case but doing that 2 len string s getting duplicated. Is there a way to fix this?
  14. I have a button to increment and decrement and keypad entry. I set address of keypad entry address different as numbering starts with 0 but in reality it is one. Increment and decrement work fine with button .But how do I reflect change in the keypad. I want to program if there is a keypad entry change reflect that change in other address.
  15. @kratmel I implemented your logic. I wanted to confirm that if the value of mi 299 changes it correspond to that row. I incremented and decremented mi 299 to change the rows.
  16. @kratmel thank you for your response Let temp1=1,temp2=2temp3=3... If temp=1 I want type a model to store 1.45 ml1 If temp=2 I want type a model to store 2.48 ml1 If temp=1 I want type b model to store 1.86 in ML 1 If temp=2 I want type b model to store 3.06 in ML 1 and so on . I don not want to manual load that to register. Can I use csv or txt to do so?????
  17. Is there a way to set the value of MI from a file? I have a set of constants in my program and instead of having manual set all value I want to set the MI when the program is run. In my case, there are type a,b,c,d ,e,f and I want to set temp1= 1.45 for a and so on. temp2, temp3,temp4 ,temp5 as shown in the table
  18. @Gabriel Franco thank you for your response. I tried the txt format and gave "e" on new line. Do you think increasing this constant would help. I increased this factor but the MI CVS did not increase.
  19. The csv file is saving data into different lines .What do you think the reason is? here in the pic the field"E' should be in the prev line
  20. @kratmel thank you for your help. I tried to use this in program but I got asterisk mark.(***)
  21. My program is saving CVS file. I want to display the memory of the SD card in HMI. (E.g., 2 Gb used from 4 GB) Is there a way to do that? Any help would be highly appreciated
×
×
  • Create New...