Hi, I have a problem with modbus tcp slave on rapsberry pi. I have more than 45 slaves added with copy/paste. On several slave I have problem with physical adress: I have same physical adress and compilation make error. I can't put variable on this adress. See attachment. How can I solve it ? Thanks for your helps. Bests regards
Functon is: FUNCTION FC_DeltaJours: DINT; VAR_INPUT i_dDate1: DATE; i_dDate2: DATE; END_VAR VAR //Date 1 convertit en timestamps uliDate1: ULINT; //Date 2 convertit en timestamps uliDate2: ULINT; END_VAR uliDate1:= DATE_TO_ULINT(i_dDate1); uliDate2:= DATE_TO_ULINT(i_dDate2); FC_DeltaJours:= ULINT_TO_DINT((uliDate2 - uliDate1)/(24*60*60));
There is a solution to make same function that DAYS_DELTA of OSCAT without OSCAT ?
Hi, How add library OSCAT basic 3.4 32bits on CODESYS 64bits installation ? From the past, it's was possible... Thanks for your help.
Hi, How add library OSCAT basic 3.4 32bits on CODESYS 64bits installation ? Thanks for your help.
Vertical display of 250 bool in template. 20 frames use same template.
Vertical display
Project example but for vertical display. I want it horizontal. (it's a part of biggest project)