Hello,
I use python code to write variable values. Running the code, I observe all stdout, but is it possible to disable them ?
Code Example :
---------------------------------------------------------------------------------------------------------------------
if (gap > 0 and sleep > 0) :
for i in range (int(step)):
os.system("caput CODES/TL1_MANIP1/ER_DCH_PosRqst__0 " + str(a) + "wait=False")
a = a + c
time.sleep(sleep)
---------------------------------------------------------------------------------------------------------------------
The code returns :
---------------------------------------------------------------------------------------------------------------------
Old_value …….
New_value ……
Etc…
---------------------------------------------------------------------------------------------------------------------
It is that “Old_value” and “New_value” that I want disabled.
Many Thanks.
|
|
|
Erwann LE DANIEL
Trainlab Engineer (TLE)
|
|
Alstom
Avenue du Commandant Lysiack – 17440 Aytr‚ – France
Mobile: 762086692
Email: [email protected]
www.alstom.com
|
|
|
|
|