Using the Print() function in scripting
- mwalker
Using the Print() function in scripting
Can you explain how this is used?
- dwills
- Enovation Controls Development
- Posts: 26
- Joined: Fri Jul 30, 2010 8:27 am
Re: Using the Print() function in scripting
The script function Print() prints a string to the console. The function is useful for debugging, but to do this the start up scripts have to be modified so that the port is not used for MODBUS.
I would recommend using a text gauge and variable, or using the screen api to do debugging. When the Print was first developed, the functions to set any string were not available. Also, it is common for developers to disable the modbus and use the console. This is probably not something that needs to done normally.
Don
I would recommend using a text gauge and variable, or using the screen api to do debugging. When the Print was first developed, the functions to set any string were not available. Also, it is common for developers to disable the modbus and use the console. This is probably not something that needs to done normally.
Don