Jump to content

Recommended Posts

Posted (edited)

Hi everyone,

I'm new to PLC mitsu. I'm using the PLC Q03UDVCPU for my project. When I downloaded the program, I realized that the PLC's program memory is 120kb, while my program just started is more than 200kb. I don't know if it is possible to expand the program memory with any kind of memory card? I have a 4MB SRAM but it seems that the program does not work with this type of memory card.

Also, I'm looking for a more compact way to write with loops. But it doesn't work with FB function. Do you know how to handle this program segment?

FB_ICM_M(ICM_M:= ICM_M_Num[1] );                           For a = 1 TO 3 BY 1 DO
FB_ICM_M(ICM_M:= ICM_M_Num[2] );               =>          FB_ICM_M(ICM_M:= ICM_M_Num[a]);   
FB_ICM_M(ICM_M:= ICM_M_Num[3] );                           END_FOR; 

The program will report that the statement in the function block FB_ICM_M is not valid.

Thank you very much!

Edited by ducna
Posted
23 hours ago, Gambit said:
  1. The program size in calculated in steps. you should use the check program size in the options

Hi,

I'm using label for my program. When I download, I can see the program size.

1.png

Posted

Yes. 

I unchecked the symbolic information and it gave me more space.

But you can see in the manual "Inconsistency may be occur between data on the project and the data written to the programable controller CPU".

I don't know but I downloaded with uncheck symbolic option and everything is OK.

I'm agree with @Gambit. We can select to save the symbolic in another memory (RAM or SD).

How about you?

 

z4576409553422_570a11383340e26f994f09ca6b2777c1.jpg

Posted

The inconsistency has nothing to to with the program not being complete.

It just means that if you donwload symbolic once and after that you only download the program it's not consistent with the symbolic info.

  • Like 1

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...