Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
ea6eeeaf
Commit
ea6eeeaf
authored
Jun 11, 2012
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelogs
parent
f186c794
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
38 additions
and
2 deletions
+38
-2
opc/changelog.txt
opc/changelog.txt
+1
-0
otherio/changelog.txt
otherio/changelog.txt
+3
-0
remote/changelog.txt
remote/changelog.txt
+1
-0
src/changelog.txt
src/changelog.txt
+10
-0
src/doc/man/en_us/upgrade48.odt
src/doc/man/en_us/upgrade48.odt
+0
-0
src/doc/man/en_us/upgrade48.pdf
src/doc/man/en_us/upgrade48.pdf
+0
-0
src/exe/co_convert/src/cnv_changelog.cpp
src/exe/co_convert/src/cnv_changelog.cpp
+2
-2
ssabox/changelog.txt
ssabox/changelog.txt
+1
-0
wb/changelog.txt
wb/changelog.txt
+11
-0
xtt/changelog.txt
xtt/changelog.txt
+9
-0
No files found.
opc/changelog.txt
View file @
ea6eeeaf
...
@@ -5,3 +5,4 @@
...
@@ -5,3 +5,4 @@
071203 cs - Bugfix in Opc Server, subscription on string variable could cause segfault.
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.
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.
101220 cs - Opc_server fix, suppressed error return from not mounted mountobjects.
120522 sh - Opc client, support for canonical data types added
otherio/changelog.txt
View file @
ea6eeeaf
...
@@ -25,3 +25,6 @@
...
@@ -25,3 +25,6 @@
111103 cs onewire OneWire, generic ao device added
111103 cs onewire OneWire, generic ao device added
120228 cs arduino Libnodave premilinary implementation.
120228 cs arduino Libnodave premilinary implementation.
120302 cs arduino Arduino checksum, connect request added and 16 bits Ao.
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
remote/changelog.txt
View file @
ea6eeeaf
...
@@ -3,3 +3,4 @@
...
@@ -3,3 +3,4 @@
071115 rk tcpip Fixed several bugs when acting as server.
071115 rk tcpip Fixed several bugs when acting as server.
101216 rk wmq Added functionality for handling Websphere MQ as remote node.
101216 rk wmq Added functionality for handling Websphere MQ as remote node.
111108 cs rk512 Remote rk512 ported from ELN
111108 cs rk512 Remote rk512 ported from ELN
120427 cs alcm Remote ALCM, time increment reduced to 0.005
src/changelog.txt
View file @
ea6eeeaf
...
@@ -196,3 +196,13 @@
...
@@ -196,3 +196,13 @@
120213 cs io IO digital channel for di or do added
120213 cs io IO digital channel for di or do added
120213 cs io IO Buffer input and Buffer output signals/channels added
120213 cs io IO Buffer input and Buffer output signals/channels added
120227 cs gdh Gdh bugfix int gdh_GetAttrRefTid for classes
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
src/doc/man/en_us/upgrade48.odt
View file @
ea6eeeaf
No preview for this file type
src/doc/man/en_us/upgrade48.pdf
View file @
ea6eeeaf
No preview for this file type
src/exe/co_convert/src/cnv_changelog.cpp
View file @
ea6eeeaf
...
@@ -338,11 +338,11 @@ void CnvChangeLog::print_html()
...
@@ -338,11 +338,11 @@ void CnvChangeLog::print_html()
"<html>"
<<
endl
<<
"<html>"
<<
endl
<<
" <head>"
<<
endl
<<
" <head>"
<<
endl
<<
" <link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
../pcss.css
\"
>"
<<
endl
<<
" <link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
../pcss.css
\"
>"
<<
endl
<<
" <title>Proview Cangelog</title>"
<<
endl
<<
" <title>Proview C
h
angelog</title>"
<<
endl
<<
" </head>"
<<
endl
<<
" </head>"
<<
endl
<<
" <body id=
\"
news
\"
>"
<<
endl
<<
" <body id=
\"
news
\"
>"
<<
endl
<<
" <div id=
\"
news
\"
><p id=
\"
news
\"
>"
<<
endl
<<
" <div id=
\"
news
\"
><p id=
\"
news
\"
>"
<<
endl
<<
" <h1>Proview Changlog</h1>"
<<
endl
<<
" <h1>Proview Chang
e
log</h1>"
<<
endl
<<
" <table border=
\"
1
\"
cellpadding=
\"
3
\"
>"
<<
endl
;
" <table border=
\"
1
\"
cellpadding=
\"
3
\"
>"
<<
endl
;
sort_time
();
sort_time
();
...
...
ssabox/changelog.txt
View file @
ea6eeeaf
...
@@ -8,3 +8,4 @@
...
@@ -8,3 +8,4 @@
110831 cs rt PSS9000 Ao-cards, max number of channels increased to 16
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 remote rack check of return status added
110905 cs rt PSS9000 stall for ao card in remote rack 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
wb/changelog.txt
View file @
ea6eeeaf
...
@@ -190,3 +190,14 @@
...
@@ -190,3 +190,14 @@
111222 cs wb wb navigator, prevously selected item stored to be remembered after delete operation
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
120119 cs wbl Wbl print fix when template objects are not found
120302 cs wb Wb syntax check for bi and bo signals
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
xtt/changelog.txt
View file @
ea6eeeaf
...
@@ -227,3 +227,12 @@
...
@@ -227,3 +227,12 @@
120120 cs xtt Xtt 'show device' channels in io module wasn't displayed
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 curve bugfix for datafile not found
120215 cs ge Ge invisible dynamics, string attributes inverted
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment