Search found 7 matches

by yannick622
Tue Oct 13, 2020 6:54 am
Forum: Controller Communication
Topic: More than 10 controller
Replies: 0
Views: 5611

More than 10 controller

Hi everybody,
i have a project with 11 controllers, and when I try to compile the projet, I have a message that the project contain more than 10 controllers. when I try to transfert this project to the panel, IX developper shut down.

is there a mean to use more than 10 controllers?

thanks yannick
by yannick622
Mon Jun 25, 2018 3:20 am
Forum: Application Development
Topic: how to retrieve a value in a tag and transfer in another tag
Replies: 8
Views: 9791

Re: how to retrieve a value in a tag and transfer in another

me again, i manipulated a lot this weekend. and now, it's seems to stay only one problem, when i transfert the program to the HMI, the program seems to consider that the month has changed and does the calculation of the previous month. is it possible to tell the script to ignore the first month chan...
by yannick622
Fri Jun 22, 2018 1:23 am
Forum: Application Development
Topic: how to retrieve a value in a tag and transfer in another tag
Replies: 8
Views: 9791

Re: how to retrieve a value in a tag and transfer in another

Finally after a lot of test and change the month value stay at each program transfert. all but not the previous month. i'm explain: actually, i'm in the case 6 (june) so with this code, when i transfert the program, i'have "0" in "Index Mois" and "Mai" M34ConsoMai.Value = MonthMaxValueM34.Value-Inde...
by yannick622
Thu Jun 21, 2018 11:28 am
Forum: Application Development
Topic: how to retrieve a value in a tag and transfer in another tag
Replies: 8
Views: 9791

Re: how to retrieve a value in a tag and transfer in another

Hi, after some time to manipulate Ix developer, and made some change. the program seems to work fine. finaly, my tag where the total power was stored, was never reset at the end of the month. so i created a new tag (IndexMonth) where i stored the Max value of the previous month and used this value t...
by yannick622
Mon Jun 11, 2018 2:00 pm
Forum: Application Development
Topic: how to retrieve a value in a tag and transfer in another tag
Replies: 8
Views: 9791

Re: how to retrieve a value in a tag and transfer in another

hi, i have a script error when i'm compil this one:
CS0103: le nom "MyValue" n'existe pas dans le contexte actuel.

sorry, but i'm really a beginner in script.

thanks
by yannick622
Wed Jun 06, 2018 3:39 pm
Forum: Application Development
Topic: how to retrieve a value in a tag and transfer in another tag
Replies: 8
Views: 9791

Re: how to retrieve a value in a tag and transfer in another

Hi Mr Russ, thanks for your help. i'm very beginner in script and trying to understand. MyValue = that's the tag of my "conso mois" and each DecMaxValue, JanMaxValue... refer to my tags december, janvier... ? MonthMaxValue, Month is define by the systemTagMonth ? so if i understand well, i have to r...
by yannick622
Mon Jun 04, 2018 8:44 am
Forum: Application Development
Topic: how to retrieve a value in a tag and transfer in another tag
Replies: 8
Views: 9791

how to retrieve a value in a tag and transfer in another tag

HI,I need your help to complete a program. I need to retrieve a value from a tag at a T time that is constantly changing (Conso of the month). this value goes back to zero every 1st of the month. I must therefore recover the max value of the month. this value must be put in the Tag of the correspond...