Garry (Customer) asked a question.

ProductivityBlocks - Blink does not use the same variable for the off delay

It was brought to my attention the following:

ProductivityBlocks uses 32 pin instead of the variable.

productivity blocks blink instruction

  1. void loop()
  2. {
  3. __proBlocksDigitalWrite(_PBVAR_1_CPU_LED_PIN,HIGH);
  4. delay(250);
  5. __proBlocksDigitalWrite(32,LOW);
  6. delay(500);
  7. }

It uses "_PBVAR_1_CPU_LED_PIN" for the HIGH and "32" for the LOW.

I'm sure it is a quick fix.

Thanks,

Garry


Garry likes this.
  • ADC Community_02 (Automationdirect.com)

    Thanks for reporting. @Garry (Customer)​ This is a known issue. The fix will be in the next release.

    Selected as Best
  • Adisharr (Customer)

    I don't know how anyone can use that block code ugh. That's actually spilled over into a new display line from another manufacturer I use and it's a huge step down.

  • ADC Community_02 (Automationdirect.com)

    Thanks for reporting. @Garry (Customer)​ This is a known issue. The fix will be in the next release.

    Selected as Best