Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
flybox
v3
libraries
Beckhoff
Commits
3d2a7ca4
Commit
3d2a7ca4
authored
4 years ago
by
Pierre-André Liné
Browse files
Options
Download
Email Patches
Plain Diff
version v3.0.4
parent
abdb239a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
8 deletions
+45
-8
BeckhoffLib.dll
BeckhoffLib.dll
+0
-0
BeckhoffLib.pdb
BeckhoffLib.pdb
+0
-0
manifest.json
manifest.json
+2
-7
modules/Linaware.Flybox.Beckhoff.BeckhoffModule/module.json
modules/Linaware.Flybox.Beckhoff.BeckhoffModule/module.json
+43
-1
No files found.
BeckhoffLib.dll
View file @
3d2a7ca4
No preview for this file type
This diff is collapsed.
Click to expand it.
BeckhoffLib.pdb
View file @
3d2a7ca4
No preview for this file type
This diff is collapsed.
Click to expand it.
manifest.json
View file @
3d2a7ca4
{
"name"
:
"Beckhoff"
,
"description"
:
"Communication en temps réel avec les automates Beckhoff programmés en Twincat 2 et Twincat 3"
,
"version"
:
"v3.0.3"
,
"file"
:
"BeckhoffLib.dll"
,
"version"
:
"v3.0.4"
,
"gitlab"
:
"https://gitlab.linaware.eu/flybox/v3/libraries/beckhoff"
,
"modules"
:
[
{
...
...
@@ -12,11 +13,5 @@
"tags.csv"
]
}
],
"files"
:
[
"BeckhoffLib.dll"
,
"BeckhoffLib.pdb"
,
"readme.md"
,
"manifest.json"
]
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
modules/Linaware.Flybox.Beckhoff.BeckhoffModule/module.json
View file @
3d2a7ca4
[]
\ No newline at end of file
{
"NETID"
:
{
"description"
:
"Ads Net ID (empty string for local machine)"
,
"type"
:
"string"
,
"value"
:
""
},
"PORT"
:
{
"description"
:
"Ads port"
,
"type"
:
"number"
,
"value"
:
801
},
"Period"
:
{
"description"
:
"Période de rafrachissement des variables"
,
"type"
:
"number"
,
"value"
:
801
},
"connexionTag"
:
{
"description"
:
"Variable d'erreur de connexion"
,
"type"
:
"object"
,
"value"
:
{
"suffix"
:
{
"description"
:
"Suffixe qui sera ajouté au nom de l'équipmement pour créer le nom de la variable d'erreur de la connexion"
,
"type"
:
"string"
,
"value"
:
"_COMMERROR"
},
"description"
:
{
"description"
:
"Description de la variable d'erreur de la connexion"
,
"type"
:
"string"
,
"value"
:
"Defaut communication automate MONO3"
},
"group"
:
{
"description"
:
"Groupe de la variable d'erreur de la connexion"
,
"type"
:
"string"
,
"value"
:
"
\\
GENERAL"
},
"stateModel"
:
{
"description"
:
"Modèle d'état associé àla variable d'erreur de la connexion"
,
"type"
:
"string"
,
"value"
:
"NORMAL_DEFAUT"
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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