Skip to content

Commit b8af8dc

Browse files
committed
Removed <LineIds>-tags. Added "gitignore" file.
1 parent c8ea0c4 commit b8af8dc

17 files changed

+372
-232
lines changed

.gitignore

Lines changed: 372 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,372 @@
1+
# gitignore template for TwinCAT3
2+
# website: https://www.beckhoff.com/twincat3/
3+
#
4+
# Recommended: VisualStudio.gitignore
5+
6+
# TwinCAT files
7+
*.tpy
8+
*.tclrs
9+
*.compiled-library
10+
*.compileinfo
11+
*.tmc
12+
*.tmcRefac
13+
*.library
14+
*.project.~u
15+
*.tsproj.bak
16+
*.xti.bak
17+
LineIDs.dbg
18+
LineIDs.dbg.bak
19+
_Boot/
20+
_CompileInfo/
21+
_Libraries/
22+
23+
## Ignore Visual Studio temporary files, build results, and
24+
## files generated by popular Visual Studio add-ons.
25+
##
26+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
27+
28+
# User-specific files
29+
*.rsuser
30+
*.suo
31+
*.user
32+
*.userosscache
33+
*.sln.docstates
34+
35+
# User-specific files (MonoDevelop/Xamarin Studio)
36+
*.userprefs
37+
38+
# Mono auto generated files
39+
mono_crash.*
40+
41+
# Build results
42+
[Dd]ebug/
43+
[Dd]ebugPublic/
44+
[Rr]elease/
45+
[Rr]eleases/
46+
x64/
47+
x86/
48+
[Aa][Rr][Mm]/
49+
[Aa][Rr][Mm]64/
50+
bld/
51+
[Bb]in/
52+
[Oo]bj/
53+
[Ll]og/
54+
[Ll]ogs/
55+
56+
# Visual Studio 2015/2017 cache/options directory
57+
.vs/
58+
# Uncomment if you have tasks that create the project's static files in wwwroot
59+
#wwwroot/
60+
61+
# Visual Studio 2017 auto generated files
62+
Generated\ Files/
63+
64+
# MSTest test Results
65+
[Tt]est[Rr]esult*/
66+
[Bb]uild[Ll]og.*
67+
68+
# NUnit
69+
*.VisualState.xml
70+
TestResult.xml
71+
nunit-*.xml
72+
73+
# Build Results of an ATL Project
74+
[Dd]ebugPS/
75+
[Rr]eleasePS/
76+
dlldata.c
77+
78+
# Benchmark Results
79+
BenchmarkDotNet.Artifacts/
80+
81+
# .NET Core
82+
project.lock.json
83+
project.fragment.lock.json
84+
artifacts/
85+
86+
# StyleCop
87+
StyleCopReport.xml
88+
89+
# Files built by Visual Studio
90+
*_i.c
91+
*_p.c
92+
*_h.h
93+
*.ilk
94+
*.meta
95+
*.obj
96+
*.iobj
97+
*.pch
98+
*.pdb
99+
*.ipdb
100+
*.pgc
101+
*.pgd
102+
*.rsp
103+
*.sbr
104+
*.tlb
105+
*.tli
106+
*.tlh
107+
*.tmp
108+
*.tmp_proj
109+
*_wpftmp.csproj
110+
*.log
111+
*.vspscc
112+
*.vssscc
113+
.builds
114+
*.pidb
115+
*.svclog
116+
*.scc
117+
118+
# Chutzpah Test files
119+
_Chutzpah*
120+
121+
# Visual C++ cache files
122+
ipch/
123+
*.aps
124+
*.ncb
125+
*.opendb
126+
*.opensdf
127+
*.sdf
128+
*.cachefile
129+
*.VC.db
130+
*.VC.VC.opendb
131+
132+
# Visual Studio profiler
133+
*.psess
134+
*.vsp
135+
*.vspx
136+
*.sap
137+
138+
# Visual Studio Trace Files
139+
*.e2e
140+
141+
# TFS 2012 Local Workspace
142+
$tf/
143+
144+
# Guidance Automation Toolkit
145+
*.gpState
146+
147+
# ReSharper is a .NET coding add-in
148+
_ReSharper*/
149+
*.[Rr]e[Ss]harper
150+
*.DotSettings.user
151+
152+
# TeamCity is a build add-in
153+
_TeamCity*
154+
155+
# DotCover is a Code Coverage Tool
156+
*.dotCover
157+
158+
# AxoCover is a Code Coverage Tool
159+
.axoCover/*
160+
!.axoCover/settings.json
161+
162+
# Visual Studio code coverage results
163+
*.coverage
164+
*.coveragexml
165+
166+
# NCrunch
167+
_NCrunch_*
168+
.*crunch*.local.xml
169+
nCrunchTemp_*
170+
171+
# MightyMoose
172+
*.mm.*
173+
AutoTest.Net/
174+
175+
# Web workbench (sass)
176+
.sass-cache/
177+
178+
# Installshield output folder
179+
[Ee]xpress/
180+
181+
# DocProject is a documentation generator add-in
182+
DocProject/buildhelp/
183+
DocProject/Help/*.HxT
184+
DocProject/Help/*.HxC
185+
DocProject/Help/*.hhc
186+
DocProject/Help/*.hhk
187+
DocProject/Help/*.hhp
188+
DocProject/Help/Html2
189+
DocProject/Help/html
190+
191+
# Click-Once directory
192+
publish/
193+
194+
# Publish Web Output
195+
*.[Pp]ublish.xml
196+
*.azurePubxml
197+
# Note: Comment the next line if you want to checkin your web deploy settings,
198+
# but database connection strings (with potential passwords) will be unencrypted
199+
*.pubxml
200+
*.publishproj
201+
202+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
203+
# checkin your Azure Web App publish settings, but sensitive information contained
204+
# in these scripts will be unencrypted
205+
PublishScripts/
206+
207+
# NuGet Packages
208+
*.nupkg
209+
# NuGet Symbol Packages
210+
*.snupkg
211+
# The packages folder can be ignored because of Package Restore
212+
**/[Pp]ackages/*
213+
# except build/, which is used as an MSBuild target.
214+
!**/[Pp]ackages/build/
215+
# Uncomment if necessary however generally it will be regenerated when needed
216+
#!**/[Pp]ackages/repositories.config
217+
# NuGet v3's project.json files produces more ignorable files
218+
*.nuget.props
219+
*.nuget.targets
220+
221+
# Microsoft Azure Build Output
222+
csx/
223+
*.build.csdef
224+
225+
# Microsoft Azure Emulator
226+
ecf/
227+
rcf/
228+
229+
# Windows Store app package directories and files
230+
AppPackages/
231+
BundleArtifacts/
232+
Package.StoreAssociation.xml
233+
_pkginfo.txt
234+
*.appx
235+
*.appxbundle
236+
*.appxupload
237+
238+
# Visual Studio cache files
239+
# files ending in .cache can be ignored
240+
*.[Cc]ache
241+
# but keep track of directories ending in .cache
242+
!?*.[Cc]ache/
243+
244+
# Others
245+
ClientBin/
246+
~$*
247+
*~
248+
*.dbmdl
249+
*.dbproj.schemaview
250+
*.jfm
251+
*.pfx
252+
*.publishsettings
253+
orleans.codegen.cs
254+
255+
# Including strong name files can present a security risk
256+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
257+
#*.snk
258+
259+
# Since there are multiple workflows, uncomment next line to ignore bower_components
260+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
261+
#bower_components/
262+
263+
# RIA/Silverlight projects
264+
Generated_Code/
265+
266+
# Backup & report files from converting an old project file
267+
# to a newer Visual Studio version. Backup files are not needed,
268+
# because we have git ;-)
269+
_UpgradeReport_Files/
270+
Backup*/
271+
UpgradeLog*.XML
272+
UpgradeLog*.htm
273+
ServiceFabricBackup/
274+
*.rptproj.bak
275+
276+
# SQL Server files
277+
*.mdf
278+
*.ldf
279+
*.ndf
280+
281+
# Business Intelligence projects
282+
*.rdl.data
283+
*.bim.layout
284+
*.bim_*.settings
285+
*.rptproj.rsuser
286+
*- [Bb]ackup.rdl
287+
*- [Bb]ackup ([0-9]).rdl
288+
*- [Bb]ackup ([0-9][0-9]).rdl
289+
290+
# Microsoft Fakes
291+
FakesAssemblies/
292+
293+
# GhostDoc plugin setting file
294+
*.GhostDoc.xml
295+
296+
# Node.js Tools for Visual Studio
297+
.ntvs_analysis.dat
298+
node_modules/
299+
300+
# Visual Studio 6 build log
301+
*.plg
302+
303+
# Visual Studio 6 workspace options file
304+
*.opt
305+
306+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
307+
*.vbw
308+
309+
# Visual Studio LightSwitch build output
310+
**/*.HTMLClient/GeneratedArtifacts
311+
**/*.DesktopClient/GeneratedArtifacts
312+
**/*.DesktopClient/ModelManifest.xml
313+
**/*.Server/GeneratedArtifacts
314+
**/*.Server/ModelManifest.xml
315+
_Pvt_Extensions
316+
317+
# Paket dependency manager
318+
.paket/paket.exe
319+
paket-files/
320+
321+
# FAKE - F# Make
322+
.fake/
323+
324+
# CodeRush personal settings
325+
.cr/personal
326+
327+
# Python Tools for Visual Studio (PTVS)
328+
__pycache__/
329+
*.pyc
330+
331+
# Cake - Uncomment if you are using it
332+
# tools/**
333+
# !tools/packages.config
334+
335+
# Tabs Studio
336+
*.tss
337+
338+
# Telerik's JustMock configuration file
339+
*.jmconfig
340+
341+
# BizTalk build output
342+
*.btp.cs
343+
*.btm.cs
344+
*.odx.cs
345+
*.xsd.cs
346+
347+
# OpenCover UI analysis results
348+
OpenCover/
349+
350+
# Azure Stream Analytics local run output
351+
ASALocalRun/
352+
353+
# MSBuild Binary and Structured Log
354+
*.binlog
355+
356+
# NVidia Nsight GPU debugger configuration file
357+
*.nvuser
358+
359+
# MFractors (Xamarin productivity tool) working folder
360+
.mfractor/
361+
362+
# Local History for Visual Studio
363+
.localhistory/
364+
365+
# BeatPulse healthcheck temp database
366+
healthchecksdb
367+
368+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
369+
MigrationBackup/
370+
371+
# Ionide (cross platform F# VS Code tools) working folder
372+
.ionide/

AdvancedExampleProject/IOLink/IOLink/POUs/FB_DiagnosticMessageDiagnosticCodeParser.TcPOU

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,5 @@ nCode := nCode OR nCodeLow;
5757
5858
stDiagnosticCode.nCode := WORD_TO_UINT(nCode);]]></ST>
5959
</Implementation>
60-
<LineIds Name="FB_DiagnosticMessageDiagnosticCodeParser">
61-
<LineId Id="16" Count="22" />
62-
<LineId Id="9" Count="0" />
63-
</LineIds>
6460
</POU>
6561
</TcPlcObject>

AdvancedExampleProject/IOLink/IOLink/POUs/FB_DiagnosticMessageFlagsParser.TcPOU

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,5 @@ END_IF
3535
3636
stFlags.nNumberOfParametersInDiagnosisMessage := BYTE_TO_USINT(anFlagsBuffer[2]);]]></ST>
3737
</Implementation>
38-
<LineIds Name="FB_DiagnosticMessageFlagsParser">
39-
<LineId Id="25" Count="3" />
40-
<LineId Id="30" Count="5" />
41-
<LineId Id="37" Count="6" />
42-
<LineId Id="9" Count="0" />
43-
</LineIds>
4438
</POU>
4539
</TcPlcObject>

0 commit comments

Comments
 (0)