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
e50fa1a4
Commit
e50fa1a4
authored
Dec 02, 2010
by
Robert Karlsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added small things
parent
977074fb
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
33 additions
and
5 deletions
+33
-5
profibus/changelog.txt
profibus/changelog.txt
+2
-0
profibus/exe/profinet_viewer/src/profinet_deviceid.dat
profibus/exe/profinet_viewer/src/profinet_deviceid.dat
+4
-1
profibus/exp/gsd/src/os_templ/hw_templ/makefile
profibus/exp/gsd/src/os_templ/hw_templ/makefile
+22
-3
siemens/changelog.txt
siemens/changelog.txt
+3
-0
siemens/wbl/mcomp/src/siemens.wb_load
siemens/wbl/mcomp/src/siemens.wb_load
+1
-1
src/changelog.txt
src/changelog.txt
+1
-0
src/doc/man/en_us/man_iog.odt
src/doc/man/en_us/man_iog.odt
+0
-0
src/doc/man/en_us/man_iog.pdf
src/doc/man/en_us/man_iog.pdf
+0
-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
No files found.
profibus/changelog.txt
View file @
e50fa1a4
...
@@ -21,4 +21,6 @@
...
@@ -21,4 +21,6 @@
080115 cs - Reading of Di, Ai and Ii can be disabled by setting ConversionOn in channel object to 0.
080115 cs - Reading of Di, Ai and Ii can be disabled by setting ConversionOn in channel object to 0.
080229 rk - I/O-handling routines generalized and some routines moved to rt_io_bus.c
080229 rk - I/O-handling routines generalized and some routines moved to rt_io_bus.c
100708 rk - Added functionality for PROFINET IO using Softing Profinet Stack
100708 rk - Added functionality for PROFINET IO using Softing Profinet Stack
101202 rk - Finalized PROFINET IO functionality. Added several classes
for handling different types of Profinet IO.
profibus/exe/profinet_viewer/src/profinet_deviceid.dat
View file @
e50fa1a4
...
@@ -93,11 +93,14 @@ Finely-graduated modular distributed I/O device, protection type IP20
...
@@ -93,11 +93,14 @@ Finely-graduated modular distributed I/O device, protection type IP20
# Processing file: /home/claes/gsdml/test.xml
# Processing file: /home/claes/gsdml/test.xml
328 8192
328 8192
GRT1-PNT
GRT1-PNT
# Processing file: /home/claes/gsdml/GSDML-V2.0-ABBdrives-RETA02-20070621.xml
# Processing file: /home/claes/gsdml/GSDML-V2.0-ABBdrives-RETA02-20070621.xml
26 1
26 1
ABB RETA-02
ABB RETA-02
PROFINET IO module RETA-02
PROFINET IO module RETA-02
# Processing file: /home/claes/gsdml/gsdml-v2.0-siemens-sinamicsg120prof-20080514.xml
42 1288
SINAMICS
SINAMICS drives
# Processing file: /home/claes/gsdml/GSDML-V1.0-PhoenixContact-FL-SWITCH-MC-16TX-V1.0-20051207.xml
# Processing file: /home/claes/gsdml/GSDML-V1.0-PhoenixContact-FL-SWITCH-MC-16TX-V1.0-20051207.xml
176 19
176 19
Factory Line
Factory Line
...
...
profibus/exp/gsd/src/os_templ/hw_templ/makefile
View file @
e50fa1a4
...
@@ -15,6 +15,7 @@ ifndef rules_mk
...
@@ -15,6 +15,7 @@ ifndef rules_mk
endif
endif
vpath %.gsd $(hw_source)
:
$(os_source):$(co_source)
vpath %.gsd $(hw_source)
:
$(os_source):$(co_source)
vpath %.xml $(hw_source)
:
$(os_source):$(co_source)
source_dirs
=
$(hw_source)
$(os_source)
$(co_source)
source_dirs
=
$(hw_source)
$(os_source)
$(co_source)
...
@@ -27,18 +28,29 @@ gsd_sources := $(sort \
...
@@ -27,18 +28,29 @@ gsd_sources := $(sort \
)
\
)
\
)
)
xml_sources
:=
$(
sort
\
$(
foreach
file,
\
$(
foreach
dir
,
\
$(source_dirs)
,
\
$(
wildcard
$(dir)
/
*
.xml
)
\
)
,
$(
notdir
$(file)
)
\
)
\
)
export_gsd
:=
$(
patsubst
%.gsd,
$(exe_dir)
/%.gsd,
$(gsd_sources)
)
export_gsd
:=
$(
patsubst
%.gsd,
$(exe_dir)
/%.gsd,
$(gsd_sources)
)
clean_gsd
:=
$(
patsubst
%.gsd, clean_%.gsd,
$(gsd_sources)
)
clean_gsd
:=
$(
patsubst
%.gsd, clean_%.gsd,
$(gsd_sources)
)
export_xml
:=
$(
patsubst
%.xml,
$(exe_dir)
/%.xml,
$(xml_sources)
)
clean_xml
:=
$(
patsubst
%.xml, clean_%.xml,
$(xml_sources)
)
.PHONY
:
all init copy lib exe clean realclean
\
.PHONY
:
all init copy lib exe clean realclean
\
$(clean_gsd)
$(clean_gsd)
$(clean_xml)
all
:
init copy
all
:
init copy
init
:
init
:
copy
:
$(export_gsd)
copy
:
$(export_gsd)
$(export_xml)
lib
:
lib
:
...
@@ -46,7 +58,7 @@ exe :
...
@@ -46,7 +58,7 @@ exe :
clean
:
clean
:
realclean
:
clean $(clean_gsd)
realclean
:
clean $(clean_gsd)
$(clean_xml)
$(export_gsd)
:
$(exe_dir)/%.gsd : %.gsd
$(export_gsd)
:
$(exe_dir)/%.gsd : %.gsd
@
echo
"Exporting
$<
..."
@
echo
"Exporting
$<
..."
...
@@ -55,4 +67,11 @@ $(export_gsd) : $(exe_dir)/%.gsd : %.gsd
...
@@ -55,4 +67,11 @@ $(export_gsd) : $(exe_dir)/%.gsd : %.gsd
$(clean_gsd)
:
clean_%.gsd : %.gsd
$(clean_gsd)
:
clean_%.gsd : %.gsd
@
rm
$(exe_dir)
/
$*
.gsd
@
rm
$(exe_dir)
/
$*
.gsd
$(export_xml)
:
$(exe_dir)/%.xml : %.xml
@
echo
"Exporting
$<
..."
@
$(cp)
$(cpflags)
$(source)
$(target)
$(clean_xml)
:
clean_%.xml : %.xml
@
rm
$(exe_dir)
/
$*
.xml
siemens/changelog.txt
View file @
e50fa1a4
...
@@ -6,3 +6,6 @@
...
@@ -6,3 +6,6 @@
070426 rk rt Added IO-method's for Siemens_DiagRepeater.
070426 rk rt Added IO-method's for Siemens_DiagRepeater.
070502 rk mmi Added object graphs for classes Siemens_DiagRepeater and
070502 rk mmi Added object graphs for classes Siemens_DiagRepeater and
Siemens_DR_SegmStatus.
Siemens_DR_SegmStatus.
101202 rk wbl Added classes for Sinamics G120 drive with Profinet/Profibus.
101202 rk wbl Added classes for Siemens ET200M/S using Profinet.
siemens/wbl/mcomp/src/siemens.wb_load
View file @
e50fa1a4
...
@@ -6100,7 +6100,7 @@ Volume Siemens $ClassVolume 0.0.250.3
...
@@ -6100,7 +6100,7 @@ Volume Siemens $ClassVolume 0.0.250.3
EndObject
EndObject
Object Template Sinamics_G120_PbSlave 2164490240 01-JAN-1970 01:00:00.00
Object Template Sinamics_G120_PbSlave 2164490240 01-JAN-1970 01:00:00.00
Body RtBody 24-NOV-2010 14:41:25.30
Body RtBody 24-NOV-2010 14:41:25.30
Attr Super.GSDfile = "$pwr_exe/SI028158.gs
e
"
Attr Super.GSDfile = "$pwr_exe/SI028158.gs
d
"
Attr Super.Process = 1
Attr Super.Process = 1
Attr Super.ByteOrdering = 1
Attr Super.ByteOrdering = 1
Attr Super.StallAction = 1
Attr Super.StallAction = 1
...
...
src/changelog.txt
View file @
e50fa1a4
...
@@ -138,3 +138,4 @@
...
@@ -138,3 +138,4 @@
100304 cs script Script type int change from int to long int.
100304 cs script Script type int change from int to long int.
100610 cs emon Support for EmergBreakAction Reboot added.
100610 cs emon Support for EmergBreakAction Reboot added.
100617 cs cdh Bugfix in cdh_SuppressSuperAll.
100617 cs cdh Bugfix in cdh_SuppressSuperAll.
101202 rk rt Added support for handling i/o-channels hidden inside attribute..
src/doc/man/en_us/man_iog.odt
View file @
e50fa1a4
No preview for this file type
src/doc/man/en_us/man_iog.pdf
View file @
e50fa1a4
No preview for this file type
src/doc/man/en_us/upgrade48.odt
View file @
e50fa1a4
No preview for this file type
src/doc/man/en_us/upgrade48.pdf
View file @
e50fa1a4
No preview for this file type
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