Autor Thema: Easy-Soft 7 not reacting as designed  (Gelesen 1566 mal)

Offline molivieri1967

  • Newbie
  • *
  • Beiträge: 3
Easy-Soft 7 not reacting as designed
« am: August 22, 2022, 16:47:47 Nachmittag »
Hi
I have Easysoft 7 V7.4 and I am having issues with the way the programming works.
I get the simulation to work and then when I push it to the EASY-E4-UC-12RC1 it half works.
In some of the routine it will activate markers and outputs but in other times it will not.
I have rebuilt the programming a few times and it doesn't work well.
The firmware we are using on the EASY-E4-UC-12RC1 is
FW version: 1.30 Build:0538
Boot loader version: 1.01 Build:0008

Offline Juergen

  • easy god
  • *****
  • Beiträge: 1948
  • Jürgen
Antw:Easy-Soft 7 not reacting as designed
« Antwort #1 am: August 22, 2022, 16:57:47 Nachmittag »
Can you send your program as an attachment?
Double assignment of bit M or overlaps with MW, MB..
Mit freundlichem Gruß Juergen


Alle Programme sind nur Beispiele und Selber zu Testen.
Geprüft wurde nur in der Simulation der Software oder mit Simulator am Schreibtisch. Die Beispiele sind mit Sicherheitsschaltungen zu ergänzen.

Offline molivieri1967

  • Newbie
  • *
  • Beiträge: 3
Antw:Easy-Soft 7 not reacting as designed
« Antwort #2 am: August 22, 2022, 17:50:49 Nachmittag »
Some times it work some times it doesn't and when I push it to the device, it doesn't cause the Q3 to change state when I use I3

Offline CiesleRa

  • Global Moderator
  • Full Member
  • *****
  • Beiträge: 321
  • easyE4 for President
Antw:Easy-Soft 7 not reacting as designed
« Antwort #3 am: August 23, 2022, 09:29:36 Vormittag »
Hi,
you set the output 2 times. This will not work because the state in path 12 always wins.
You must change your programm so that Q3 is only set once in your programm.

BR Ralf
Alle von mir bereitgestellten Programme sind reine Beispielprojekte. Die Verwendung erfolgt auf eigene Gefahr. Jegliche Haftung ist ausgeschlossen.

Offline molivieri1967

  • Newbie
  • *
  • Beiträge: 3
Antw:Easy-Soft 7 not reacting as designed
« Antwort #4 am: August 23, 2022, 19:29:47 Nachmittag »
Ok....This makes sense now. So how would I get the output to be activated twice? Can I call a marker or do I need an additional output to use?

Offline CiesleRa

  • Global Moderator
  • Full Member
  • *****
  • Beiträge: 321
  • easyE4 for President
Antw:Easy-Soft 7 not reacting as designed
« Antwort #5 am: August 23, 2022, 19:54:02 Nachmittag »
Yes, better use two markers in line 6 an 12 and then make a or operation to Q3.
Alle von mir bereitgestellten Programme sind reine Beispielprojekte. Die Verwendung erfolgt auf eigene Gefahr. Jegliche Haftung ist ausgeschlossen.

Offline Juergen

  • easy god
  • *****
  • Beiträge: 1948
  • Jürgen
Antw:Easy-Soft 7 not reacting as designed
« Antwort #6 am: August 23, 2022, 20:07:59 Nachmittag »
Hallo, EDP ist eine alte Programmierung mit weniger Funktionen als die andere Methoden.
Ich habe mal ein Beispiel in LD fertiggestellt.

Hello, EDP is an old programming method with fewer functions than the other methods.
I once completed an example in LD.
« Letzte Änderung: August 23, 2022, 20:09:47 Nachmittag von Juergen »
Mit freundlichem Gruß Juergen


Alle Programme sind nur Beispiele und Selber zu Testen.
Geprüft wurde nur in der Simulation der Software oder mit Simulator am Schreibtisch. Die Beispiele sind mit Sicherheitsschaltungen zu ergänzen.