Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions 18 CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.

## Release 1.0.0

### New features
- Supports FlowConfig to forward encoder data to other modules
- Forward encoder data on serial port
- Check if persistent data to load provides all relevant parameters. Otherwise add default values
- Provide version of module via 'OnNewStatusModuleVersion'
- Function 'getParameters' to provide PersistentData parameters
- Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function

### Improvements
- Now compatible with CSK_Module_DigitalIOManager version >= 3.7.0 (if using DigitalIn port as encoder interface)
- New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
- 'loadParameters' returns its success
- 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData
- Added UI icon
- Changed log level of some messages from 'info' to 'fine'

## Release 0.2.0

### Improvements
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion 8 CSK_Module_Encoder/pages/assets/legacy/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"showLoginButton": false
"canChangeLanguage": true,
"showLoginButton": false,
"defaultLanguage": "en",
"disableEditMode": true,
"showPageHistory": true,
"compactMode": false,
"canChangeCompactMode": false
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,81 @@
.myCustomSpacerVert10_CSK_Module_Encoder {
min-height: 10px;
}

.myCustomSpacerVert20_CSK_Module_Encoder {
min-height: 20px;
}

.myCustomFrameNoColor_CSK_Module_Encoder {
margin: 6px;
border-radius: 10px;
border-style: solid;
border-width: 0px;
border-color: 007CC1;
background-color: white;
}

.myCustomFrame_CSK_Module_Encoder {
margin: 6px;
border-radius: 10px;
border-style: solid;
border-width: 1px;
border-color: grey;
margin: 6px;
border-color: #007CC1;
background-color: white;
}

.myCustomLabel_CSK_Module_Encoder {
font-size:30px;
color: grey;
margin-top: 10px;
}

.myCustomFrameLabel_CSK_Module_Encoder {
background: white;
position:relative;
top: calc(-1.2rem);
left: calc(1rem);
font-size: medium;
}

.myCustomPersistentDataMargin_CSK_Module_Encoder {
margin-top: -53px;
margin-left: 130px;
}

.myCustomPersistentDataMarginBack_CSK_Module_Encoder {
margin-left: -127px;
}

.myCustomBorderLeft_CSK_Module_Encoder {
border-left: 1px solid lightgray;
}

.myCustomMarginFirstRow_CSK_Module_Encoder {
margin-top: -49px;
}

.myCustomBorderBottom_CSK_Module_Encoder {
border-bottom: 1px solid lightgray;
margin-inline: calc(1rem);
}

.myCustomMarginTop7PX_CSK_Module_Encoder {
margin-top: 7px;
}

.myCustomBackground_CSK_Module_Encoder {
}

.myCustomButton_CSK_Module_Encoder {
border-radius: 30px;
padding: 11px;
}

.myCustomMarginInline1Rem_CSK_Module_Encoder {
margin-inline: calc(1rem);
}

.myCustomCssClass_CSK_Module_Encoder {
.myMinWidht100p_CSK_Module_Encoder {
min-width: 100%;
}
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.