Ultralight Client Classic and dpConnect

Discussion about recent product features & solutions!
Search

Post Reply
4 posts • Page 1 of 1
speedbean
Posts: 5
Joined: Tue Nov 29, 2011 4:16 pm

Ultralight Client Classic and dpConnect

Post by speedbean »

I am using Ultralight client classic (not user experience) in 3.14 to provide a client that can be either from PC or iPad or Android without requiring apps or internet connection to get those apps.

I have run into an issue of getting dpConnect to work.

I am using the following example code but it doesn't do anything:

Code: Select all

main()
{
dpConnect(TRUE, "Report", TRUE, "Remote1:ReportNumb.");
}
Report(string dpstring, string ReportNumb)
{
setValue("","text",ReportNumb);
}
The documentation talks about a noloss bit that has been added for ultralight, but it doesn't have any example code. Does some one have some example code that works? My dpConnect code for standard panels and scripts don't seem to work and adding the noloss bool doesn't seem to help.

User avatar
leoknipp
Posts: 2926
Joined: Tue Aug 24, 2010 7:28 pm

Re: Ultralight Client Classic and dpConnect

Post by leoknipp »

Hello,

just for information: The ULC UX client needs no installation of software at the client.
You just need one of the supported browser.

More detailed information can be found in the WinCC OA documentation.

Best Regards
Leopold Knipp
Senior Support Specialist

User avatar
lukas.schopp
Posts: 39
Joined: Wed Nov 03, 2010 2:40 pm

Re: Ultralight Client Classic and dpConnect

Post by lukas.schopp »

Hello,

you can use the ScriptWizard to generate ULC compatible code.
Please have a look to the documentation.

Best wishes
Lukas Schopp
WinCC OA Product Manager

speedbean
Posts: 5
Joined: Tue Nov 29, 2011 4:16 pm

Re: Ultralight Client Classic and dpConnect

Post by speedbean »

We were trying to execute some pretty complex scripts under the original Ultralight Client and ran into too many unexplained issues so we moved to the Mobile Client for Android.

Post Reply
4 posts • Page 1 of 1