Curious if such a thing exists or whether I need to start looking at custom using IMAPIv2.0? I've had a browse through the help file and couldn't find much so I'm not staying very optimistic...
Regards,
Tom
Built-in function to burn data to CD/DVD?
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Built-in function to burn data to CD/DVD?
As far as I know there is no functionality available in WinCC OA to burn data on a CD.
Why do you want to save data on a CD?
Which kind of data shall be saved?
Best Regards
Leopold Knipp
Senior Support Specialist
Why do you want to save data on a CD?
Which kind of data shall be saved?
Best Regards
Leopold Knipp
Senior Support Specialist
- tpjctrl
- Posts:145
- Joined: Tue May 08, 2018 10:30 am
Re: Built-in function to burn data to CD/DVD?
Thanks for your reply Leopold. It's just something that the existing system does (it's part of a logging tool which allows the user to export data to DVD) and WinCC OA is replacing old functionality, thus the need for it. Datawise it's CSV files created from historical data in WinCC OA, the user can pick the data range, what types of values to save etc.
Regards,
Tom
Regards,
Tom
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: Built-in function to burn data to CD/DVD?
To burn an optical disc you could call an external program with the 'system' function.
- tpjctrl
- Posts:145
- Joined: Tue May 08, 2018 10:30 am
Re: Built-in function to burn data to CD/DVD?
Yup doable, just can't pass any files names to burn, so it becomes an additional task for the user (unless I can somehow launch it from command line for example). Another option would be to use an ActiveX component, I've tried two and none wanted to show themselves in the ActiveX components list in WinCC OA...
Regards,
Tom
Regards,
Tom
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Built-in function to burn data to CD/DVD?
With the system() command in WinCC OA you can start a process similar to the call in the command line.
There is no need for the use to do an additional task.
In WinCC OA you can only use ActiveX elements which are a 64bit version.
Possibly you have 32bit ActiveX and therefore you do not see it in the ActiveX selector in GEDI.
Best Regards
Leopold Knipp
Senior Support Specialist
There is no need for the use to do an additional task.
In WinCC OA you can only use ActiveX elements which are a 64bit version.
Possibly you have 32bit ActiveX and therefore you do not see it in the ActiveX selector in GEDI.
Best Regards
Leopold Knipp
Senior Support Specialist
- tpjctrl
- Posts:145
- Joined: Tue May 08, 2018 10:30 am
Re: Built-in function to burn data to CD/DVD?
Thanks Leo, yes indeed that was my conclusion re 32/64bit versions.
As for the command line, I can launch an external program to burn a DVD, but unless there's a way to pass parameters like a list of files to burn into the external program and a way to trigger a burn from the command line, the user will have to do those tasks manually. So far I've not found a DVD burner which offers full command line operation and can be used on a commercial project.
T.
As for the command line, I can launch an external program to burn a DVD, but unless there's a way to pass parameters like a list of files to burn into the external program and a way to trigger a burn from the command line, the user will have to do those tasks manually. So far I've not found a DVD burner which offers full command line operation and can be used on a commercial project.
T.
- lukas.schopp
- Posts:39
- Joined: Wed Nov 03, 2010 2:40 pm
Re: Built-in function to burn data to CD/DVD?
Dear Tom,
I think there is an Add-on available in the SloopTools store which could help you with your request.
Have a look to the Burning Tool https://store.slooptools.com/addon/burn ... -extension from Accellecne Technologies.
The SloopTools store is an online store for SCADA/HMI functionality and currently specified on WinCC OA.
If you need any assistance please get in contact with us from SloopTools via info@slooptools.com.
Best wishes
Lukas from SloopTools
I think there is an Add-on available in the SloopTools store which could help you with your request.
Have a look to the Burning Tool https://store.slooptools.com/addon/burn ... -extension from Accellecne Technologies.
The SloopTools store is an online store for SCADA/HMI functionality and currently specified on WinCC OA.
If you need any assistance please get in contact with us from SloopTools via info@slooptools.com.
Best wishes
Lukas from SloopTools
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: Built-in function to burn data to CD/DVD?
I think the command line version of CDBurnerXP should be able to do it. Its license allows commercial usage.
- tpjctrl
- Posts:145
- Joined: Tue May 08, 2018 10:30 am
Re: Built-in function to burn data to CD/DVD?
Thanks gschijndel!
Regards,
Tom
Regards,
Tom