Hello
I use a version of CoDeSys that runs on a PC.
In a display page I input and display numeric values ββ(INT)
I store in a text file numeric these values ββusing the library SYSFILE. it works very well
How is it possible, from the view page, with a button for example, start printing the text file to a printer ?
Thank you in advance for your great ideas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I use a version of CoDeSys that runs on a PC.
In a display page I input and display numeric values ββ(INT)
I store in a text file numeric these values ββusing the library SYSFILE. it works very well
How is it possible, from the view page, with a button for example, start printing the text file to a printer ?
Thank you in advance for your great ideas
Hello!
Have you solved this problem ?
I am face on the same !
Best Regard.
Phillippe
I'm not sure if it is the best solution, but an option could be to start a system command on the PC.
Add the SysProcess library to your project.
You just need to find out what the command line option is to print your files to your specific printer.
Thank you!
I haved try this code with sucess
For notepad
There is a limited set of command line options:
if i want to store some runtime data in a text file. what is the way to do that ? please guide , i am stuck :-(
if i want to store some runtime data in a text file. what is the way to do that ? please guide , i am stuck :-(