Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

About supported attributes of Schedule object

SmartConnector Forum

Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure Building
  • SmartConnector
  • SmartConnector Forum
  • About supported attributes of Schedule object
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
JeffBowman
Sisko JeffBowman Sisko
164
ardak
ardak Schneider Alumni (Retired)
34
sesa180908_brid
Commander sesa180908_brid Commander
34
mike_meirovitz
Commander mike_meirovitz
21
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to SmartConnector Forum
sesa197614_brid
sesa197614_brid Schneider Alumni (Retired)
Schneider Alumni (Retired)

Posted: ‎2017-08-15 06:25 PM

0 Likes
7
1203
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-15 06:25 PM

About supported attributes of Schedule object

I wonder what's the attributes of schedule object of SBO are supported in EWS.

Now when I create a Digital schedule or Analog schedule object in SBO, I could only call GetValue function to read out the default value-and it is ready-only, not allowed to be written.

However, now I am facing a request: some other system will be as main control system and set the timeline of schedule, SBO is expected to receiving those timeline setting(start time, end time) and updated accordingly.

Is there any way to make it? please advise.

Cheers

Austen

Reply
  • All forum topics
  • Previous Topic
  • Next Topic
Replies 7
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-08-16 06:02 AM

0 Likes
6
1150
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2017-08-16 06:02 AM

Austen,

The concept of a Schedule is not one that is part of the EWS Data Model.  However, any system which implements EWS can optionally expose more complicated data structures as a ContainerItem (with the appropriate type property) and the properties of that strucutre as nested ValueItems.  This is what SBO is doing for the Schedule strucutre.  SBO of course decides what properties it wants to expose and whether or not those properties are writeable/forceable or not.

In order to achieve your goals you are going to need an approach other than EWS. 

Reply
LucasHawk
Lieutenant JG LucasHawk Lieutenant JG
Lieutenant JG

Posted: ‎2018-07-11 08:59 AM

0 Likes
5
1150
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-07-11 08:59 AM

Thanks Mark -

Just to be perfectly clear, there is no possible way to edit schedules from outside workstation? Or Webstation? There is no way to write an extension to do this?? (Forgive my ignorance, still getting my head around extensions...)

Thanks!

Reply
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2018-07-12 05:44 AM

0 Likes
4
1150
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-07-12 05:44 AM

Hi Lucas,

Of course there are ways, just not with EWS. It just isn't advertised . I would take a look at the Workstation SDK or the Mongoose.Csp NuGet library to do this. I will mention though, that today there are no code samples that deal with schedules.


Regards,

-Jeff

Reply
LucasHawk
Lieutenant JG LucasHawk Lieutenant JG
Lieutenant JG

Posted: ‎2018-08-09 05:38 PM

0 Likes
3
1150
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-08-09 05:38 PM

Thanks Jeff -

Is there any documentation on the .csp protocol?

Reply
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2018-08-10 06:49 AM

1 Like
2
1150
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-08-10 06:49 AM

Hi Lucas,


As far as I know there really isn't any solid documentation on CSP. Anything using CSP that was developed as part of Smart Connector has used a combination of already developed client code, and reverse engineering to figure out what requests need to look like. (e.g. use wireshark to see what WorkStation sends over the wire and attempt to duplicate it).

Regards.

-Jeff

Reply
LucasHawk
Lieutenant JG LucasHawk Lieutenant JG
Lieutenant JG

Posted: ‎2018-08-10 07:11 AM

0 Likes
1
1150
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-08-10 07:11 AM

Oh. Wow. Ok.. haha.

Thanks! Do you have any example code or projects built using CSP?

Reply
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2018-08-13 10:34 AM

0 Likes
0
1150
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2018-08-13 10:34 AM

The SboEwsRestProvider built into Smart Connector, was built using the CSP Client that was developed for Smart Connector. So if you have as specific example, maybe I can send you a sample of what was done for that. Unfortunately, I don't have anything for Schedules

Regards,

-Jeff

Reply
Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of