Rev 3018 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 3019 2025-04-15 22:21:18
- Author: roman
- Log message:
- 2025-04-15 Roman (stable)
- !!!:vcaBase.wlb_Main: Added by a widget "dynFrame" with initial implementation the Dynamic Frame.
- !:SYS.TCntrNode: Adding the definition ctrChkNode3() as a link to ctrChkNode() with specific permition.
Adding the function nodeDocSnthHgl() with rules of the syntax highlight for the tag "DOC: {local}|{remote}"
in the description fields.
TError: Adding error codes for Transport Protocols: Prt_Unknown(40), Prt_ErrCommon(41), Prt_ErrParams(42).
TMess: Some improving the message "In the field you set time both ...".
TArrayObj: Updating description of the User API functions slice(), splice(), sum() with the default values.
- !!:FIX:{DAQ,Protocol}.ModBus: Adaptation to throws in messProtIO() for notification the errors and appending
by the errors in the Protocol part: TError::Prt_Unknown, TError::Prt_ErrParams (with separate counting).
DAQ: Appending the status by a counter of errors of the protocol parameters for detection the hidden errors.
- UI.{VCAEngine,Vision}: Moving in the size-depth field of the Control Interface of the Diagnostic tab
to the editable combobox with the digital number and human text multiplier, based on the new function
time2str() and str2time().
- !!!!:FIX:DAQ: Finishing the DAQ subsystem moving under ACL with exclusive using ctrMkNode3()
and ctrChkNode{2,3}(), also in modules: =Tmpl=, AMRDevs, BFN, BlockCalc, Comedi, DAQGate, DCON, DiamondBoards,
GPIO, ICP_DAS, JavaLikeCalc, LogicLev, MMS, ModBus, OPC_UA, SMH2Gi, SNMP, Siemens, SoundCard, System.
!!:JavaLikeCalc: Adaptation to ACL for Function Libraries.
- FIX:VCAEngine: The code of sending the not processed events to a page who opened the source page
moved to connection without the session ID and with checking the source node presence.