Visual PL/B Course Notes · KcsDev1982/sunbelt-plb-samples@d9bb46c · GitHub
Skip to content

Commit d9bb46c

Browse files
committed
Visual PL/B Course Notes
Added the course notes and examples for the Visual PL/B course
1 parent 53e4fc6 commit d9bb46c

32 files changed

Lines changed: 386 additions & 1 deletion

README.md

Lines changed: 2 additions & 0 deletions

courses/introduction/LabExercises/labs.prj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SunIDE_Project_File Version="10.0">
33
<ActiveProfile>labs</ActiveProfile>
44
<ProjectTitle>labs</ProjectTitle>
5-
<SelectedProgram>lab21.pls</SelectedProgram>
5+
<SelectedProgram>lab01.pls</SelectedProgram>
66
<Profiles>
77
<Name>labs</Name>
88
<Properties>
1.81 KB
Binary file not shown.
1.5 KB
Binary file not shown.
1.94 KB
Binary file not shown.
1.39 KB
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*---------------------------------------------------------------
2+
.
3+
. Program Name: alert.pls
4+
. Description: Visual PL/B Programming program
5+
.
6+
MAIN PLFORM alert.plf
7+
.
8+
WINHIDE
9+
FORMLOAD MAIN
10+
LOOP
11+
EVENTWAIT
12+
REPEAT
5.3 KB
Binary file not shown.
Lines changed: 36 additions & 0 deletions
2.95 KB
Binary file not shown.

0 commit comments

Comments
 (0)