Skip to content

Commit 7d6d5e0

Browse files
# Release 6.0.0 (#1)
# Release 6.0.0 ## New features - Supports FlowConfig feature to provide acquired images - Set external event to trigger camera (see 'setSWTriggerEvent') - Support for custom GigE Vision camera (see 'setCameraModel') - Provide version of module via 'OnNewStatusModuleVersion' - Function 'getParameters' to provide PersistentData parameters - New function 'setSelectedInstance' to replace 'setSelectedCam' - Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function - Function to 'resetModule' to default setup ## Improvements - Try to ping IP of camera before trying to connect (prevents internal error) - New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle' - check if instance exists if selected - 'loadParameters' returns its success - 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData - Changed log level of some messages from 'info' to 'fine' - Added UI icon and browser tab information
1 parent 0304df0 commit 7d6d5e0

23 files changed

Lines changed: 4139 additions & 1873 deletions

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## Release 6.0.0
5+
6+
### New features
7+
- Supports FlowConfig feature to provide acquired images
8+
- Set external event to trigger camera (see 'setSWTriggerEvent')
9+
- Support for custom GigE Vision camera (see 'setCameraModel')
10+
- Provide version of module via 'OnNewStatusModuleVersion'
11+
- Function 'getParameters' to provide PersistentData parameters
12+
- New function 'setSelectedInstance' to replace 'setSelectedCam'
13+
- Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function
14+
- Function to 'resetModule' to default setup
15+
16+
### Improvements
17+
- Try to ping IP of camera before trying to connect (prevents internal error)
18+
- New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
19+
- check if instance exists if selected
20+
- 'loadParameters' returns its success
21+
- 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData
22+
- Changed log level of some messages from 'info' to 'fine'
23+
- Added UI icon and browser tab information
24+
425
## Release 5.0.0
526

627
### Improvements
35 KB
Loading
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"showLoginButton": false
2+
"canChangeLanguage": true,
3+
"showLoginButton": false,
4+
"defaultLanguage": "en",
5+
"disableEditMode": true,
6+
"showPageHistory": true,
7+
"compactMode": false,
8+
"canChangeCompactMode": false
39
}

CSK_Module_MultiRemoteCamera/pages/pages/CSK_Module_MultiRemoteCamera/CSK_Module_MultiRemoteCamera.css

Lines changed: 95 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,55 @@
66
margin: 6px;
77
}
88

9-
.myCustomFrame_CSK_Module_MultiRemoteCamera {
10-
border-style: solid;
11-
border-width: 1px;
12-
border-color: grey;
13-
margin: 6px;
14-
}
15-
169
.myCustomSpacerVert10_CSK_Module_MultiRemoteCamera {
1710
min-height: 10px;
1811
}
1912

13+
.myCustomSpacerVert20_CSK_Module_MultiRemoteCamera {
14+
min-height: 20px;
15+
}
16+
17+
.myCustomBorderLeft_CSK_Module_MultiRemoteCamera {
18+
border-left: 1px solid lightgray;
19+
}
20+
21+
.myCustomBorderBottom_CSK_Module_MultiRemoteCamera {
22+
border-bottom: 1px solid lightgray;
23+
margin-inline: calc(1rem);
24+
}
25+
26+
.myCustomMarginInline1Rem_CSK_Module_MultiRemoteCamera {
27+
margin-inline: calc(1rem);
28+
}
29+
30+
.myCustomMarginFirstRow_CSK_Module_MultiRemoteCamera {
31+
margin-top: -49px;
32+
}
33+
34+
.myCustomMargin99Percent_CSK_Module_MultiRemoteCamera {
35+
margin: calc(1rem);
36+
margin-top: 20px;
37+
}
38+
39+
.myCustomMarginLeft7PX_CSK_Module_MultiRemoteCamera {
40+
margin-left: -7px;
41+
}
42+
43+
.myCustomMarginLeft15PX_CSK_Module_MultiRemoteCamera {
44+
margin-left: 15px;
45+
}
46+
2047
.myCustomCircle_CSK_Module_MultiRemoteCamera {
2148
margin-top: -47px;
2249
z-index: 0;
23-
margin-left: 20px;
50+
margin-left: 20%;
2451
min-height: 50px;
2552
max-width: 30px;
2653
}
2754

2855
.myViewer_CSK_Module_MultiRemoteCamera > div > div {
29-
max-height: 800px;
30-
min-height: 800px;
56+
max-height: 600px;
57+
min-height: 600px;
3158
}
3259

3360
.myCustomSlider_CSK_Module_MultiRemoteCamera {
@@ -39,3 +66,61 @@
3966
.myCustomMaxWidth1600px_CSK_Module_MultiRemoteCamera {
4067
max-width: 1600px;
4168
}
69+
70+
.myCustomFrameLabel_CSK_Module_MultiRemoteCamera {
71+
background: white;
72+
position:relative;
73+
top: calc(-1.2rem);
74+
left: calc(1rem);
75+
font-size: medium;
76+
}
77+
78+
.myCustomPersistentDataMargin_CSK_Module_MultiRemoteCamera {
79+
margin-top: -53px;
80+
margin-left: 130px;
81+
}
82+
83+
.myCustomPersistentDataMarginBack_CSK_Module_MultiRemoteCamera {
84+
margin-left: -127px;
85+
}
86+
87+
.myCustomTabFrame_CSK_Module_MultiRemoteCamera {
88+
width: 98%;
89+
align-self: center;
90+
}
91+
92+
.myCustomLabel_CSK_Module_MultiRemoteCamera {
93+
font-size:30px;
94+
color: grey;
95+
margin-top: 10px;
96+
}
97+
98+
.myCustomFrameNoColor_CSK_Module_MultiRemoteCamera {
99+
margin: 6px;
100+
border-radius: 10px;
101+
border-style: solid;
102+
border-width: 0px;
103+
border-color: 007CC1;
104+
background-color: #FFFFFF;
105+
}
106+
107+
.myCustomMarginTop7PX_CSK_Module_MultiRemoteCamera {
108+
margin-top: 7px;
109+
}
110+
111+
.myCustomFrame_CSK_Module_MultiRemoteCamera {
112+
margin: 6px;
113+
border-radius: 10px;
114+
border-style: solid;
115+
border-width: 1px;
116+
border-color: #007CC1;
117+
background-color: white;
118+
}
119+
120+
.myCustomBackground_CSK_Module_MultiRemoteCamera {
121+
}
122+
123+
.myCustomButton_CSK_Module_MultiRemoteCamera {
124+
border-radius: 30px;
125+
padding-right: 0px;
126+
}

0 commit comments

Comments
 (0)