07-23-2022, 09:15 AM
You could create your own station parameters and map these variables with your project using setParam:
//www.sinclairbody.com/doc/en/PythonAPI/robo...k.setParam
Follow these steps to see your station parameters using the user interface:
You can even link station parameters with your programs in RoboDK. For example, when you set a digital output or wait for a digital input you'll be creating or reading IO station parameters.
//www.sinclairbody.com/doc/en/PythonAPI/robo...k.setParam
Follow these steps to see your station parameters using the user interface:
- Right click the root of the station
- Select Station parameters
You can even link station parameters with your programs in RoboDK. For example, when you set a digital output or wait for a digital input you'll be creating or reading IO station parameters.