Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. C:\Users\DarEVIL\Documents\Arduino\RS485_4RelayDin_Shield\RS485_4RelayDin_Shield.ino: In function 'void setup()':
  2.  
  3. RS485_4RelayDin_Shield:66:37: error: 'RELAY_3' was not declared in this scope
  4.  
  5. UI[FIRST_RELAY_ID+2].SetValues(3, RELAY_3);
  6.  
  7. ^
  8.  
  9. RS485_4RelayDin_Shield:68:37: error: 'RELAY_4' was not declared in this scope
  10.  
  11. UI[FIRST_RELAY_ID+3].SetValues(3, RELAY_4);
  12.  
  13. ^
  14.  
  15. RS485_4RelayDin_Shield:71:32: error: 'PS1_PIN' was not declared in this scope
  16.  
  17. PS[FIRST_RELAY_ID].SetValues(PS1_PIN);
  18.  
  19. ^
  20.  
  21. RS485_4RelayDin_Shield:73:34: error: 'PS2_PIN' was not declared in this scope
  22.  
  23. PS[FIRST_RELAY_ID+1].SetValues(PS2_PIN);
  24.  
  25. ^
  26.  
  27. RS485_4RelayDin_Shield:75:34: error: 'PS3_PIN' was not declared in this scope
  28.  
  29. PS[FIRST_RELAY_ID+2].SetValues(PS3_PIN);
  30.  
  31. ^
  32.  
  33. RS485_4RelayDin_Shield:77:34: error: 'PS4_PIN' was not declared in this scope
  34.  
  35. PS[FIRST_RELAY_ID+3].SetValues(PS4_PIN);
  36.  
  37. ^
  38.  
  39. C:\Users\DarEVIL\Documents\Arduino\RS485_4RelayDin_Shield\RS485_4RelayDin_Shield.ino: In function 'void presentation()':
  40.  
  41. RS485_4RelayDin_Shield:99:11: error: 'PS1_ID' was not declared in this scope
  42.  
  43. present(PS1_ID, S_POWER, "Power Sensor 1");
  44.  
  45. ^
  46.  
  47. RS485_4RelayDin_Shield:101:11: error: 'PS2_ID' was not declared in this scope
  48.  
  49. present(PS2_ID, S_POWER, "Power Sensor 2");
  50.  
  51. ^
  52.  
  53. RS485_4RelayDin_Shield:103:11: error: 'PS3_ID' was not declared in this scope
  54.  
  55. present(PS3_ID, S_POWER, "Power Sensor 3");
  56.  
  57. ^
  58.  
  59. RS485_4RelayDin_Shield:105:11: error: 'PS4_ID' was not declared in this scope
  60.  
  61. present(PS4_ID, S_POWER, "Power Sensor 4");
  62.  
  63. ^
  64.  
  65. exit status 1
  66. 'RELAY_3' was not declared in this scope
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement