Jump to content

Recommended Posts

Posted
Hi everyone, I am testing a program I modified when I noticed that the sections are all "stopped". How do I get these running back again? I tried witching back and forth with different modes (program, monitor, and run). Thanks
Posted

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?

Posted

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)

Posted

Change regional settings in Windows to English, close CX-Programmer and recompile.

Posted

This does not sound like there are programs (called sections in earlier posts) that are not running.  This is just code that won't compile and cannot be downloaded.  Not really the right Forum post for this question....

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...