GabrielM

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About GabrielM

  • Rank
    Hi, I am New!

Profile Information

  • Country France
  1. CX-Programmer Sections Stopped

    Problem Solved : to make the sections work, I had to transfer the project to the PLC. The errors came from some Reals divided by Integers (had to add ".0") and some accents on variables (ç, è etc...) I usualy never code in french, there is a reason for it. Thanks for the help
  2. CX-Programmer Sections Stopped

    I can't because or errors such as ":= missing" at the first line of the following code IF ((Index_Mise_Jour_Merrain = 0) AND (Surface_Totale_Merrains = 0) AND (Start_Calcul_Percages_ghost = FALSE) AND (Surface_Start_Calcul = FALSE)) THEN     Surface_Start_Calcul:= TRUE; END_IF; Or "Impossible conversion from litteral number to real" at this line  Merrain[Index_Numero_Merrain].Perçage_Centre:= 0; (Merrain[...].Percage_Centre is Real and Index_Numero_Merrain is Integer)
  3. CX-Programmer Sections Stopped

    Hello, I've got the same problem, but there's no Tkon/Tkoff (i don't even know what these are, i begun Cx 3 weeks ago) and Operation Start is checked... Can someone help me?