From OpenSCADAWiki
Jump to: navigation, search

DAQ

  • FIX:{ModBus,OPC_UA,Siemens}.LogicLev: Preventing of wrong writing to PLC at RO links, when the value changed in the procedure.
  • LogicLev,ModBus,OPC_UA,Siemens: The User API functions attrAdd() and attrDel() of managing user attributes moved from LogicLev, ModBus, OPC_UA, Siemens to the core parameter object and for all dynamic parameters at dynElCntr(). Adding of storing values of the user's dynamic attributes.
  • FIX:Siemens: Moving the SELF_ISO_TCP mode to the generic outAt() function. Debugging the connection errors for the modes SELF_ISO_TCP and ISO_TCP on the actual S7-1500 connection.
  • System: Adding the data acquisition of the slow sources per some cycle by the new configuration field "In cycle call for slow sources".
    • DA_SMART: Adding for support reading the NVMe Log with moving on parsing by RE and reading string fields, like to temperature.
    • DA_PROC: Appended by obtaining the field "User loading (%)" and "System loading (%)" from the file "/proc/{PID}/stat" also with the value concatenation for group selection.
  • FIX:JavaLikeCalc: Fixing permission to the Function node after moving under ACL.
  • FIX:LogicLev: Improving the parameter reflection mode by a possibility to connect later the missing at the start sources, also as unlinking-unlocking disabled sources.
  • FIX:DAQGate: Fixing messSet() by taking parameter whole ID from the first line of the argument "prm" and with its normalization by the prefix "prm_" removing. Set for writing to remote stations without checking the value at equality, due to the previous value can be not actual at situative reading.
  • ModBus: Unified in registering values at the ModBus-specific address in other variant of the function regVal().