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
c2169e86
Commit
c2169e86
authored
Aug 20, 2012
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Type Text8102 and class DataArithmL added
parent
13109a4f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
816 additions
and
0 deletions
+816
-0
src/wbl/pwrb/src/pwrb_c_dataarithml.wb_load
src/wbl/pwrb/src/pwrb_c_dataarithml.wb_load
+757
-0
src/wbl/pwrs/src/pwrs_td_text8192.wb_load
src/wbl/pwrs/src/pwrs_td_text8192.wb_load
+59
-0
No files found.
src/wbl/pwrb/src/pwrb_c_dataarithml.wb_load
0 → 100644
View file @
c2169e86
This diff is collapsed.
Click to expand it.
src/wbl/pwrs/src/pwrs_td_text8192.wb_load
0 → 100644
View file @
c2169e86
!
! Proview Open Source Process Control.
! Copyright (C) 2005-2012 SSAB EMEA AB.
!
! This file is part of Proview.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with Proview. If not, see <http://www.gnu.org/licenses/>
!
! Linking Proview statically or dynamically with other modules is
! making a combined work based on Proview. Thus, the terms and
! conditions of the GNU General Public License cover the whole
! combination.
!
! In addition, as a special exception, the copyright holders of
! Proview give you permission to, from the build function in the
! Proview Configurator, combine Proview with modules generated by the
! Proview PLC Editor to a PLC program, regardless of the license
! terms of these modules. You may copy and distribute the resulting
! combined work under the terms of your choice, provided that every
! copy of the combined work is accompanied by a complete copy of
! the source code of Proview (the version used to produce the
! combined work), being distributed under the terms of the GNU
! General Public License plus this exception.
!
! pwrs_td_text8192.wb_load -- Defines the type Text8192
!
SObject pwrs:Type
!/**
! @Version 1.0
! @Code pwr.h
! @Group DerivedTypes,Types
! 8192 characters null-terminated text. Derived type from Text.
!
! The maximum length of the text without the null termination is
! 8191 characters.
!
! @b See also
! @classlink Text pwrs_text.html
!*/
Object $Text8192 $TypeDef 24
Body SysBody
Attr Type = pwr_eType_Text
Attr Size = 8192
Attr TypeRef = "pwrs:Type-$Text"
Attr Elements = 8192
EndBody
EndObject
EndSObject
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