Commit ea6eeeaf authored by Claes Sjofors's avatar Claes Sjofors

Changelogs

parent f186c794
......@@ -5,3 +5,4 @@
071203 cs - Bugfix in Opc Server, subscription on string variable could cause segfault.
081125 cs - Bugfix in opc_provider argument check, server identity was not optional.
101220 cs - Opc_server fix, suppressed error return from not mounted mountobjects.
120522 sh - Opc client, support for canonical data types added
......@@ -25,3 +25,6 @@
111103 cs onewire OneWire, generic ao device added
120228 cs arduino Libnodave premilinary implementation.
120302 cs arduino Arduino checksum, connect request added and 16 bits Ao.
120411 cs modbus Modbus RTU higher baudrate added
120514 cs modbus Modbus TCP, configuration with hostname instead of IP address
120522 ab modbus Modbus TCP receive bugfix
......@@ -3,3 +3,4 @@
071115 rk tcpip Fixed several bugs when acting as server.
101216 rk wmq Added functionality for handling Websphere MQ as remote node.
111108 cs rk512 Remote rk512 ported from ELN
120427 cs alcm Remote ALCM, time increment reduced to 0.005
......@@ -196,3 +196,13 @@
120213 cs io IO digital channel for di or do added
120213 cs io IO Buffer input and Buffer output signals/channels added
120227 cs gdh Gdh bugfix int gdh_GetAttrRefTid for classes
120323 cs cnv co_convert, temporary image file removed after use
120328 cs rt Data pointer type changed to pwr_tVoid *
120404 cs plc Plc object DataSelect pointer offset fix
120411 cs rt rt_xtt_cmd, program for xtt commands added
120411 cs rt Report, generate image from graph and insert in report
120509 cs neth neth messages for circular buffers added
120514 cs qcom NodeConfig, configuration with hostname instead of IP address
120521 cs rt Report bugfix, value tag only worked for float
120522 cs rtt rt_rtt, attribute of type Status wasn't displayed
120522 cs gdh Gdh bugfix for subscriptions on remotely mounted objects
......@@ -338,11 +338,11 @@ void CnvChangeLog::print_html()
"<html>" << endl <<
" <head>" << endl <<
" <link rel=\"stylesheet\" type=\"text/css\" href=\"../pcss.css\">" << endl <<
" <title>Proview Cangelog</title>" << endl <<
" <title>Proview Changelog</title>" << endl <<
" </head>" << endl <<
" <body id=\"news\">" << endl <<
" <div id=\"news\"><p id=\"news\">" << endl <<
" <h1>Proview Changlog</h1>" << endl <<
" <h1>Proview Changelog</h1>" << endl <<
" <table border=\"1\" cellpadding=\"3\">" << endl;
sort_time();
......
......@@ -8,3 +8,4 @@
110831 cs rt PSS9000 Ao-cards, max number of channels increased to 16
110905 cs rt PSS9000 remote rack check of return status added
110905 cs rt PSS9000 stall for ao card in remote rack added
120509 cs rt PSS9000 IO, fix for 16 channel di and do cards
......@@ -190,3 +190,14 @@
111222 cs wb wb navigator, prevously selected item stored to be remembered after delete operation
120119 cs wbl Wbl print fix when template objects are not found
120302 cs wb Wb syntax check for bi and bo signals
120306 cs wb Wb generation of size optimized loadfile for runtime
120312 cs wb Plc, several plc processes with possibility to set affinity, and plc version removed
120312 cs wb Configurator, input size of object name was 1 char to large
120313 cs plc Plc compile, erroneous reference to removed object in function object code wasn't detected.
120323 cs wb wb options file name lowercase fix
120328 cs plc Plc compile with all warnings
120404 cs wb Dbs file generation, message for missing referenced volume added
120404 cs wb wb callback AnteUnadopt errouneously called AnteAdopt instead
120511 cs wb Xtthelp web symbols made available at conversion of helpfile to html
120518 cs plc Plc editor bugfix, CurrentData and CurrentIndex caused an event loop when name was changed
120518 cs plc Plc editor bugfix, coordinate wasn't not set correctly when floating node created with MB2
......@@ -227,3 +227,12 @@
120120 cs xtt Xtt 'show device' channels in io module wasn't displayed
120215 cs ge Ge curve bugfix for datafile not found
120215 cs ge Ge invisible dynamics, string attributes inverted
120309 cs ge Ge Tooltip action, empty tooltip string will fetch view description of popupmenu object or host object
120312 cs ge Ge bugfix for input of key pad keys without numlock
120320 cs xtt Show inverted/teston/conversion for channel/signal in xtt
120404 cs ge Ge pie chart and bar chart added
120411 cs xtt Operator window, shows logo in $pwrp_exe/pwrp_logotype.png
120411 cs ge Ge graph, export as image
120427 cs xtt Trend curves, faster and larger
120509 cs ge Ge recursive references for subscription added
120523 cs ge Ge fix for shrinking windows on LXDE
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment